diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-03-06 04:19:04 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-03-06 04:19:04 +0000 |
commit | 745a195b86b18faf78f2eb8230ce87a394c37d82 (patch) | |
tree | 91109379241566b377dd6398091b5338b4026824 /tor.spec.in | |
parent | 52713788b4dfafd7c07733f037e64bf2fec14ea1 (diff) | |
download | tor-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.in | 4 |
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} |