[lcgdm-dav] fix _httpd_mmn expansion in absence of httpd-devel

jorton jorton at fedoraproject.org
Thu Jan 23 10:51:05 UTC 2014


commit 316c4ba51547e786459dac69870de50cf31c6d6c
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jan 23 10:51:22 2014 +0000

    fix _httpd_mmn expansion in absence of httpd-devel

 lcgdm-dav.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lcgdm-dav.spec b/lcgdm-dav.spec
index c9d2b63..7e6a5cc 100644
--- a/lcgdm-dav.spec
+++ b/lcgdm-dav.spec
@@ -1,8 +1,8 @@
-%{!?_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:		lcgdm-dav
 Version:	0.13.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	HTTP/DAV front end to the DPM/LFC services
 Group:		Applications/Internet
 License:	ASL 2.0
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/*
 
 %changelog
+* Thu Jan 23 2014 Joe Orton <jorton at redhat.com> - 0.13.0-4
+- fix _httpd_mmn expansion in absence of httpd-devel
+
 * Thu Oct 17 2013 Alejandro Alvarez <aalvarez at cern.ch> - 0.13.0-3
 - Rebuilt for updated gsoap dependencies
 


More information about the scm-commits mailing list