[gridsite] fix _httpd_mmn expansion in absence of httpd-devel

jorton jorton at fedoraproject.org
Thu Jan 23 10:48:57 UTC 2014


commit 0db4f068465eae3ef17d8e560d7b24add7807449
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jan 23 10:49:16 2014 +0000

    fix _httpd_mmn expansion in absence of httpd-devel

 gridsite.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gridsite.spec b/gridsite.spec
index de512a9..408449b 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -1,11 +1,11 @@
 %define aprversion 1
 %define underversion 2_2_0
-%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
 
 Name:           gridsite
 Version:        2.2.0
 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Grid Security for the Web, Web platforms for Grids
 
 Group:          System Environment/Daemons
@@ -258,6 +258,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc src/doxygen LICENSE
 
 %changelog
+* Thu Jan 23 2014 Joe Orton <jorton at redhat.com> - 2.2.0-2
+- fix _httpd_mmn expansion in absence of httpd-devel
+
 * Wed Dec 18 2013 Steve Traylen <steve.traylen at cern.ch> - 2.2.0-1
 - New upstream 2.2.0 
 - Source URL now changed to github project.


More information about the scm-commits mailing list