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 - 4.6.2-2 +- Remove %%config from %%{_sysconfdir}/rpm/macros.* + (https://fedorahosted.org/fpc/ticket/259). + * Wed Feb 20 2013 Jerry James - 4.6.2-1 - New upstream release - Move update-gap-workspace call to posttrans (bz 912067)