diff options
author | Ondrej Mikle <ondrej.mikle@gmail.com> | 2012-06-08 15:41:53 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 11:41:40 -0400 |
commit | cf20fac37f78cc1212eaf0dc5260eabf46bcea92 (patch) | |
tree | 925714424f4d560164d29082963ec92de0506250 /tor.spec.in | |
parent | aed93f8ad918787ea787061106bcd5289c712823 (diff) | |
download | tor-cf20fac37f78cc1212eaf0dc5260eabf46bcea92.tar.gz tor-cf20fac37f78cc1212eaf0dc5260eabf46bcea92.zip |
Dependencies for RPM building with mock should work now
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tor.spec.in b/tor.spec.in index 25557b73e2..127bf361d7 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -109,11 +109,11 @@ Vendor: The Tor Project (https://torproject.org) Packager: Erinn Clark <erinn@torproject.org> %if %{is_suse} -Requires: openssl >= 0.9.7 -BuildRequires: openssl-devel >= 0.9.7, rpm >= 4.0, zlib-devel +Requires: openssl >= 0.9.7, libevent >= 1.4.13 +BuildRequires: openssl-devel >= 0.9.7, rpm >= 4.0, zlib-devel, libevent-devel >= 1.4.13, asciidoc %else -Requires: openssl >= 0.9.7 -BuildRequires: openssl-devel >= 0.9.7 +Requires: openssl >= 0.9.7, libevent >= 1.4.13 +BuildRequires: openssl-devel >= 0.9.7, libevent-devel >= 1.4.13, asciidoc %endif %if %{is_fc} BuildRequires: rpm-build >= 4.0 |