From 6ab4c06356a95f98bad46be135cfc52a13864dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 11 Mar 2013 17:43:51 +0100 Subject: [PATCH] Remove %config from %{_sysconfdir}/rpm/macros.* (https://fedorahosted.org/fpc/ticket/259). --- php.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 3cfa1a6..df9232c 100644 --- a/php.spec +++ b/php.spec @@ -64,7 +64,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.13 -Release: 0.1.RC1%{?dist} +Release: 0.2.RC1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1439,7 +1439,7 @@ fi %{_libdir}/php-zts/build %endif %{_mandir}/man1/php-config.1* -%config %{_sysconfdir}/rpm/macros.php +%{_sysconfdir}/rpm/macros.php %files embedded %{_libdir}/libphp5.so @@ -1480,6 +1480,10 @@ fi %changelog +* Mon Mar 11 2013 Ralf Corsépius - 5.4.13-0.2.RC1 +- Remove %%config from %%{_sysconfdir}/rpm/macros.* + (https://fedorahosted.org/fpc/ticket/259). + * Thu Feb 28 2013 Remi Collet 5.4.13-0.1.RC1 - update to 5.4.13RC1 - drop patches merged upstream