[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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@xxxxxxxx>
-Packager: Andrew Lewman <phobos@xxxxxxxxxxxxxx>
+Packager: Andrew Lewman <phobos@xxxxxxxxxx>
 
 %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}