diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-09 23:35:39 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-09 23:35:39 +0000 |
commit | a68eb887a22b59da24d52ad3ad58bcb2bffb8a2a (patch) | |
tree | 5814812ac4322ed72e33b3264d7314725ca40166 | |
parent | f3139b3dbc139495d915f7db5fff7451a726d3ad (diff) | |
download | tor-a68eb887a22b59da24d52ad3ad58bcb2bffb8a2a.tar.gz tor-a68eb887a22b59da24d52ad3ad58bcb2bffb8a2a.zip |
Apparently we really want libevent-1.1a required for Redhat EL 5 and
beyond. Backported as well.
svn:r11825
-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 36921a4cab..a26f7b832a 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -129,7 +129,7 @@ Requires: openssl >= 0.9.6 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel %else Requires: openssl >= 0.9.6 -BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2 +BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a %endif %if %{is_fc} BuildRequires: rpm-build >= 4.0 |