diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-11-26 01:38:13 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-11-26 01:38:13 +0000 |
commit | 5420546dad4df323f5dd4275876955d5c29e006e (patch) | |
tree | c6c214a28aa8560281f7e55581d020080a659147 /tor.spec.in | |
parent | d97c759138c47ad3428467c8626a7f316f4dae10 (diff) | |
download | tor-5420546dad4df323f5dd4275876955d5c29e006e.tar.gz tor-5420546dad4df323f5dd4275876955d5c29e006e.zip |
In an -alpha branch, people can keep up with libevent releases.
svn:r8991
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 405088c18e..1fc7383ba6 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -128,8 +128,8 @@ Packager: Andrew Lewman <phobos@interloper.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.1b -BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1b +Requires: openssl >= 0.9.6, libevent >= 1.2 +BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2 %endif %if %{is_fc} BuildRequires: rpm-build >= 4.0 |