[or-cvs] [tor/maint-0.2.1] update requirements to openssl 0.9.7
Nick Mathewson
nickm at seul.org
Mon Jun 8 14:36:40 UTC 2009
Author: Andrew Lewman <andrew at torproject.org>
Date: Mon, 8 Jun 2009 10:27:10 -0400
Subject: update requirements to openssl 0.9.7
Commit: c50098ffc546bc0875daf9139bea64d09ad49fc0
---
tor.spec.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tor.spec.in b/tor.spec.in
index ec00415..54b9be0 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -72,7 +72,7 @@
%endif
%if %{is_rfl}
-%define ostag redflag%(sed -e 's/^.*Desktop /redflag/' -e 's/ .*$//' -e 's/\\./_/g' < /etc/redflag-release)
+%define ostag %(sed -e 's/^.*Desktop /redflag/' -e 's/ .*$//' -e 's/\\./_/g' < /etc/redflag-release)
%endif
# Using the build date ensures that every build really does get
@@ -119,11 +119,11 @@ Vendor: The Tor Project (https://torproject.org)
Packager: Andrew Lewman <andrew at torproject.org>
%if %{is_suse}
-Requires: openssl >= 0.9.6
-BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
+Requires: openssl >= 0.9.7
+BuildRequires: openssl-devel >= 0.9.7, rpm >= 4.0, zlib-devel
%else
-Requires: openssl >= 0.9.6, libevent >= 1.1
-BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1
+Requires: openssl >= 0.9.7
+BuildRequires: openssl-devel >= 0.9.7
%endif
%if %{is_fc}
BuildRequires: rpm-build >= 4.0
--
1.5.6.5
More information about the tor-commits
mailing list