summaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-03-06 04:19:04 +0000
committerAndrew Lewman <andrew@torproject.org>2007-03-06 04:19:04 +0000
commit745a195b86b18faf78f2eb8230ce87a394c37d82 (patch)
tree91109379241566b377dd6398091b5338b4026824 /tor.spec.in
parent52713788b4dfafd7c07733f037e64bf2fec14ea1 (diff)
downloadtor-745a195b86b18faf78f2eb8230ce87a394c37d82.tar.gz
tor-745a195b86b18faf78f2eb8230ce87a394c37d82.zip
Remove the requirement for libevent, since it's a static library already
in the binary. svn:r9741
Diffstat (limited to 'tor.spec.in')
-rw-r--r--tor.spec.in4
1 files changed, 2 insertions, 2 deletions
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 <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}