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

corsepiu corsepiu at fedoraproject.org
Wed Mar 20 06:55:26 UTC 2013


commit 9921428d92e08b1a2105622cdb2d53e7fcde6601
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Mar 20 07:55:15 2013 +0100

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

 ghc-rpm-macros.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index f8b3307..750b4c3 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-rpm-macros
 Version:        0.98.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Macros for building packages for GHC
 
 Group:          Development/Libraries
@@ -68,13 +68,17 @@ EOF
 
 %files
 %doc COPYING AUTHORS
-%config(noreplace) %{macros_file}
+%{macros_file}
 %{_prefix}/lib/rpm/ghc-deps.sh
 %{_bindir}/cabal-tweak-dep-ver
 %{_bindir}/cabal-tweak-flag
 
 
 %changelog
+* Wed Mar 20 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.98.1-4
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+
 * Tue Feb 26 2013 Jens Petersen <petersen at redhat.com> - 0.98.1-3
 - only add lib pkgdir to filelist if it exists
   to fix haskell-platform build on secondary archs (no shared libs)


More information about the scm-commits mailing list