aboutsummaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-02-02 03:21:13 +0000
committerAndrew Lewman <andrew@torproject.org>2006-02-02 03:21:13 +0000
commite10ff0c23c05feb797fbda96198872b433eeee2d (patch)
tree4573588cd52bd967215434c50df5fdd74b78cd46 /tor.spec.in
parentc42f0da3d2e5860b1de38d875dd1e4053065a7fe (diff)
downloadtor-e10ff0c23c05feb797fbda96198872b433eeee2d.tar.gz
tor-e10ff0c23c05feb797fbda96198872b433eeee2d.zip
Fixed BuildRequire for libevent-devel
svn:r5894
Diffstat (limited to 'tor.spec.in')
-rw-r--r--tor.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in
index c9448df41f..9a54d4f760 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -103,7 +103,7 @@ Vendor: R. Dingledine <arma@seul.org>
Packager: Nick Mathewson <nickm@seul.org>
Requires: openssl >= 0.9.6
-BuildRequires: openssl-devel >= 0.9.6, libevent >= 1.1a
+BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a
%if %{is_fc}
BuildRequires: rpm-build >= 4.0
%endif