From: Andrew Lewman Date: Tue, 6 Mar 2007 04:19:04 +0000 (+0000) Subject: Remove the requirement for libevent, since it's a static library already X-Git-Tag: tor-0.2.0.1-alpha~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745a195b86b18faf78f2eb8230ce87a394c37d82;p=thirdparty%2Ftor.git Remove the requirement for libevent, since it's a static library already in the binary. svn:r9741 --- diff --git a/tor.spec.in b/tor.spec.in index 7888e9039f..ed6ef9c60e 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -122,13 +122,13 @@ Group: System Environment/Daemons License: BSD-like Vendor: R. Dingledine -Packager: Andrew Lewman +Packager: Andrew Lewman %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}