[gap] Remove %config from %{_sysconfdir}/rpm/macros.*

corsepiu corsepiu at fedoraproject.org
Sat Mar 9 06:42:12 UTC 2013


commit f76f164b7bfadfd0788be75d3d66a1489c003f75
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Mar 9 07:42:00 2013 +0100

    Remove %config from %{_sysconfdir}/rpm/macros.*
    
      (https://fedorahosted.org/fpc/ticket/259).

 gap.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gap.spec b/gap.spec
index 57bdb16..f2ecdbb 100644
--- a/gap.spec
+++ b/gap.spec
@@ -6,7 +6,7 @@
 
 Name:           gap
 Version:        %(echo %upstreamver | sed -r "s/r|p/./g")
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Computational discrete algebra
 
 Group:          Applications/Engineering
@@ -373,7 +373,7 @@ make testinstall
 %{gapdir}/src/
 %{gapdir}/tst/
 %{_mandir}/man1/gac.1*
-%config(noreplace) %{_sysconfdir}/rpm/macros.%{name}
+%{_sysconfdir}/rpm/macros.%{name}
 
 %files vim
 %{gapdir}/etc/
@@ -398,6 +398,10 @@ make testinstall
 %{_xemacs_sitelispdir}/gap*.el
 
 %changelog
+* Sat Mar 09 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 4.6.2-2
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+
 * Wed Feb 20 2013 Jerry James <loganjerry at gmail.com> - 4.6.2-1
 - New upstream release
 - Move update-gap-workspace call to posttrans (bz 912067)


More information about the scm-commits mailing list