fix _httpd_mmn macro definition
This commit is contained in:
parent
b89cae293f
commit
824ffada49
7
php.spec
7
php.spec
@ -28,7 +28,7 @@
|
||||
|
||||
# /usr/sbin/apsx with httpd < 2.4 and defined as /usr/bin/apxs with httpd >= 2.4
|
||||
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
|
||||
%{!?_httpd_confdir: %{expand: %%global _httpd_confdir %%{_sysconfdir}/httpd/conf.d}}
|
||||
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
|
||||
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
|
||||
@ -52,7 +52,7 @@
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 5.4.8
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: PHP
|
||||
Group: Development/Languages
|
||||
URL: http://www.php.net/
|
||||
@ -1335,6 +1335,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 6 2012 Remi Collet <rcollet@redhat.com> 5.4.8-5
|
||||
- fix _httpd_mmn macro definition
|
||||
|
||||
* Mon Nov 5 2012 Remi Collet <rcollet@redhat.com> 5.4.8-4
|
||||
- fix mysql_sock macro definition
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user