From 0b0a7a22b25e49391bdc0106ee3dd863f7922e49 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mar 22 2016 08:48:04 +0000 Subject: fix epoch in mod_ssl requires --- diff --git a/httpd.spec b/httpd.spec index 7afad14..f5e2e1a 100644 --- a/httpd.spec +++ b/httpd.spec @@ -10,7 +10,7 @@ Summary: Apache HTTP Server Name: httpd Epoch: 2 Version: 2.2.31 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -104,7 +104,7 @@ Epoch: 2 BuildRequires: openssl-devel Requires(post): openssl, /bin/cat Requires(pre): httpd -Requires: httpd = 0:%{epoch}:%{version}-%{release}, httpd-mmn = %{mmnisa} +Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmnisa} Obsoletes: stronghold-mod_ssl %description -n mod_ssl @@ -538,6 +538,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/rpm/macros.httpd %changelog +* Tue Mar 22 2016 Jan Kaluza - 2.2.31-4 +- fix epoch in mod_ssl requires + * Thu Mar 10 2016 Jan Kaluza - 2.2.31-3 - use epoch in requires