Commit 745a195b authored by Andrew Lewman's avatar Andrew Lewman
Browse files

Remove the requirement for libevent, since it's a static library already

in the binary.


svn:r9741
parent 52713788
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,13 +122,13 @@ Group: System Environment/Daemons

License: BSD-like
Vendor: R. Dingledine <arma@seul.org>
Packager: Andrew Lewman <phobos@interloper.org>
Packager: Andrew Lewman <phobos@rootme.org>

%if %{is_suse}
Requires: openssl >= 0.9.6
BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
%else 
Requires: openssl >= 0.9.6, libevent >= 1.2
Requires: openssl >= 0.9.6
BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2
%endif
%if %{is_fc}