diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-08-28 00:40:11 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-08-28 00:40:11 +0000 |
commit | e6eebf05a43d5ca701cc8f83e83699f944e5f319 (patch) | |
tree | 1f9dc5392c36a5ee43f43eb2dfa13834657dce44 /tor.spec.in | |
parent | e744117d4da1f7cd938480fd9a1541e7377a5204 (diff) | |
download | tor-e6eebf05a43d5ca701cc8f83e83699f944e5f319.tar.gz tor-e6eebf05a43d5ca701cc8f83e83699f944e5f319.zip |
Update rpms to require libevent 1.1b.
svn:r8247
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 d093d28159..9482b0529f 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -128,8 +128,8 @@ Packager: Nick Mathewson <nickm@seul.org> Requires: openssl >= 0.9.6 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel %else -Requires: openssl >= 0.9.6, libevent >= 1.1a -BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a +Requires: openssl >= 0.9.6, libevent >= 1.1b +BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1b %endif %if %{is_fc} BuildRequires: rpm-build >= 4.0 |