packages: apache/apache.spec - rpmlint: W: unexpanded-macro dependency open...

glen glen at pld-linux.org
Wed Feb 2 16:55:58 CET 2011


Author: glen                         Date: Wed Feb  2 15:55:58 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rpmlint: W: unexpanded-macro dependency openssl >= %{openssl_version} %{openssl_version}

---- Files affected:
packages/apache:
   apache.spec (1.612 -> 1.613) 

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.612 packages/apache/apache.spec:1.613
--- packages/apache/apache.spec:1.612	Mon Dec 27 20:05:06 2010
+++ packages/apache/apache.spec	Wed Feb  2 16:55:52 2011
@@ -22,8 +22,7 @@
 %bcond_without	event		# event MPM
 %bcond_with	distcache	# distcache support
 %bcond_with	bucketeer	# debug one
-#
-%include	/usr/lib/rpm/macros.perl
+
 # this is internal macro, don't change to %%apache_modules_api
 %define		_apache_modules_api 20051115
 
@@ -32,6 +31,7 @@
 %else
 %define		openssl_ver	0.9.7d
 %endif
+%include	/usr/lib/rpm/macros.perl
 Summary:	The most widely used Web server on the Internet
 Summary(de.UTF-8):	Leading World Wide Web-Server
 Summary(es.UTF-8):	Servidor HTTPD para proveer servicios WWW
@@ -109,8 +109,8 @@
 BuildRequires:	gdbm-devel >= 1.8.3
 BuildRequires:	libtool >= 2:1.5
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.3.0}
-%{?with_ssl:BuildRequires:	openssl-devel >= %{openssl_version}}
-%{?with_ssl:BuildRequires:	openssl-tools >= %{openssl_version}}
+%{?with_ssl:BuildRequires:	openssl-devel >= %{openssl_ver}}
+%{?with_ssl:BuildRequires:	openssl-tools >= %{openssl_ver}}
 BuildRequires:	pcre-devel
 BuildRequires:	pkgconfig
 BuildRequires:	rpm >= 4.4.9-56
@@ -1570,7 +1570,7 @@
 Group:		Networking/Daemons/HTTP
 URL:		http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
 Requires:	%{name}-base = %{version}-%{release}
-Requires:	openssl >= %{openssl_version}
+Requires:	openssl >= %{openssl_ver}
 %if "%{pld_release}" != "ac"
 Requires:	apr-util-dbm-db
 %endif
@@ -2776,6 +2776,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.613  2011/02/02 15:55:52  glen
+- rpmlint: W: unexpanded-macro dependency openssl >= %{openssl_version} %{openssl_version}
+
 Revision 1.612  2010/12/27 19:05:06  shadzik
 - rel 6, reverted back suexec_fcgi.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.612&r2=1.613&f=u



More information about the pld-cvs-commit mailing list