[openssl] Make the non-upstream tarball comment more clear.

Tomáš Mráz tmraz at fedoraproject.org
Fri Nov 25 15:33:15 UTC 2011


commit c28bd1cc5f909698a3e479f6656eeba38ef2ed7a
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Fri Nov 25 16:32:43 2011 +0100

    Make the non-upstream tarball comment more clear.

 openssl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 1714260..b28b068 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -22,8 +22,9 @@ Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0e
 Release: 4%{?dist}
-# We remove certain patented algorithms from the openssl source tarball
-# with the hobble-openssl script which is included below.
+# We have to remove certain patented algorithms from the openssl source
+# tarball with the hobble-openssl script which is included below.
+# The original openssl upstream tarball cannot be shipped in the .src.rpm.
 Source: openssl-%{version}-usa.tar.bz2
 Source1: hobble-openssl
 Source2: Makefile.certificate
@@ -131,6 +132,8 @@ from other formats to the formats used by the OpenSSL toolkit.
 %prep
 %setup -q -n %{name}-%{version}
 
+# The hobble_openssl is called here redundantly, just to be sure.
+# The tarball has already the sources removed.
 %{SOURCE1} > /dev/null
 %patch0 -p1 -b .redhat
 %patch1 -p1 -b .defaults


More information about the scm-commits mailing list