diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-02-09 04:22:25 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-02-09 04:22:25 +0000 |
commit | ee2966d850144993259ef4d951801622a4d2835a (patch) | |
tree | 64acf05ebfbeedb6a066fdb47e57e49fa23ddf39 /tor.spec.in | |
parent | 8cd6d0e4536073676f756445eb7467de415b5b4b (diff) | |
download | tor-ee2966d850144993259ef4d951801622a4d2835a.tar.gz tor-ee2966d850144993259ef4d951801622a4d2835a.zip |
Added libevent 1.1a to Requires
svn:r5944
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index 9a54d4f760..7fb2856cf0 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -102,7 +102,7 @@ License: BSD-like Vendor: R. Dingledine <arma@seul.org> Packager: Nick Mathewson <nickm@seul.org> -Requires: openssl >= 0.9.6 +Requires: openssl >= 0.9.6, libevent >= 1.1a BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a %if %{is_fc} BuildRequires: rpm-build >= 4.0 |