]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the requirement for libevent, since it's a static library already
authorAndrew Lewman <andrew@torproject.org>
Tue, 6 Mar 2007 04:19:04 +0000 (04:19 +0000)
committerAndrew Lewman <andrew@torproject.org>
Tue, 6 Mar 2007 04:19:04 +0000 (04:19 +0000)
in the binary.

svn:r9741

tor.spec.in

index 7888e9039f0a9ed21139ba7c33864c74093e5fe1..ed6ef9c60efb531f546785990b76339516ba0449 100644 (file)
@@ -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}