[or-cvs] r9741: Remove the requirement for libevent, since it's a static lib (tor/trunk)

phobos at seul.org phobos at seul.org
Tue Mar 6 04:19:05 UTC 2007


Author: phobos
Date: 2007-03-05 23:19:04 -0500 (Mon, 05 Mar 2007)
New Revision: 9741

Modified:
   tor/trunk/tor.spec.in
Log:
Remove the requirement for libevent, since it's a static library already
in the binary.


Modified: tor/trunk/tor.spec.in
===================================================================
--- tor/trunk/tor.spec.in	2007-03-06 03:33:03 UTC (rev 9740)
+++ tor/trunk/tor.spec.in	2007-03-06 04:19:04 UTC (rev 9741)
@@ -122,13 +122,13 @@
 
 License: BSD-like
 Vendor: R. Dingledine <arma at seul.org>
-Packager: Andrew Lewman <phobos at interloper.org>
+Packager: Andrew Lewman <phobos at 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}



More information about the tor-commits mailing list