You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2012/12/08 18:43:45 UTC

svn commit: r1418720 - in /httpd/httpd/branches/2.4.x: ./ build/rpm/httpd.spec.in

Author: minfrin
Date: Sat Dec  8 17:43:44 2012
New Revision: 1418720

URL: http://svn.apache.org/viewvc?rev=1418720&view=rev
Log:
Backport r1418703.
rpm: Remove stray references to the epoch variable.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1418703

Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1418720&r1=1418719&r2=1418720&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Sat Dec  8 17:43:44 2012
@@ -33,7 +33,7 @@ Group: Development/Libraries
 Summary: Development tools for the Apache HTTP server.
 Obsoletes: secureweb-devel, apache-devel
 Requires: apr-devel, apr-util-devel, pkgconfig, libtool
-Requires: httpd = %{epoch}:%{version}-%{release}
+Requires: httpd = %{version}-%{release}
 
 %description devel
 The httpd-devel package contains the APXS binary and other files
@@ -47,7 +47,7 @@ to install this package.
 %package manual
 Group: Documentation
 Summary: Documentation for the Apache HTTP server.
-Requires: httpd = %{epoch}:%{version}-%{release}
+Requires: httpd = :%{version}-%{release}
 Obsoletes: secureweb-manual, apache-manual
 
 %description manual
@@ -67,7 +67,7 @@ the Apache HTTP Server.
 Group: System Environment/Daemons
 Summary: LDAP modules for the Apache HTTP server
 BuildRequires: openldap-devel
-Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
 
 %description -n mod_authnz_ldap
 The mod_authnz_ldap module for the Apache HTTP server provides
@@ -78,7 +78,7 @@ mod_ldap provides an LDAP cache.
 Group: System Environment/Daemons
 Summary: Lua language module for the Apache HTTP server
 BuildRequires: lua-devel
-Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
 
 %description -n mod_lua
 The mod_lua module for the Apache HTTP server allows the server to be
@@ -88,7 +88,7 @@ extended with scripts written in the Lua
 Group: System Environment/Daemons
 Summary: Proxy HTML filter modules for the Apache HTTP server
 BuildRequires: libxml2-devel
-Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
 
 %description -n mod_proxy_html
 The mod_proxy_html module for the Apache HTTP server provides
@@ -100,7 +100,7 @@ enhanced charset/internationalisation su
 Group: System Environment/Daemons
 Summary: Distcache shared object cache module for the Apache HTTP server
 BuildRequires: distcache-devel
-Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
 
 %description -n mod_socache_dc
 The mod_socache_dc module for the Apache HTTP server allows the shared
@@ -112,7 +112,7 @@ Summary: SSL/TLS module for the Apache H
 BuildRequires: openssl-devel
 Requires(post): openssl, /bin/cat
 Requires(pre): httpd
-Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
 
 %description -n mod_ssl
 The mod_ssl module provides strong cryptography for the Apache Web