Browse Source

Added libevent 1.1a requirement for rpmbuilding now that many repos
carry libevent 1.1a as of 2006-01-12


svn:r5893

Andrew Lewman 19 years ago
parent
commit
c42f0da3d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tor.spec.in

+ 1 - 1
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
+BuildRequires: openssl-devel >= 0.9.6, libevent >= 1.1a
 %if %{is_fc}
 BuildRequires: rpm-build >= 4.0
 %endif