Quellcode durchsuchen

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


svn:r9741

Andrew Lewman vor 17 Jahren
Ursprung
Commit
745a195b86
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      tor.spec.in

+ 2 - 2
tor.spec.in

@@ -122,13 +122,13 @@ Group: System Environment/Daemons
 
 
 License: BSD-like
 License: BSD-like
 Vendor: R. Dingledine <arma@seul.org>
 Vendor: R. Dingledine <arma@seul.org>
-Packager: Andrew Lewman <phobos@interloper.org>
+Packager: Andrew Lewman <phobos@rootme.org>
 
 
 %if %{is_suse}
 %if %{is_suse}
 Requires: openssl >= 0.9.6
 Requires: openssl >= 0.9.6
 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
 %else 
 %else 
-Requires: openssl >= 0.9.6, libevent >= 1.2
+Requires: openssl >= 0.9.6
 BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2
 BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2
 %endif
 %endif
 %if %{is_fc}
 %if %{is_fc}