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

corsepiu corsepiu at fedoraproject.org
Sun Mar 3 11:14:21 UTC 2013


commit 797731025a10148c43e6448636aa58598a5d3248
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sun Mar 3 12:14:10 2013 +0100

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

 mingw-filesystem.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec
index 0f6ce5a..e00b3d1 100644
--- a/mingw-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-filesystem
 Version:        97
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW cross compiler base filesystem and environment
 
 Group:          Development/Libraries
@@ -219,13 +219,13 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 %doc COPYING
 %dir %{_sysconfdir}/rpmlint/
 %config(noreplace) %{_sysconfdir}/rpmlint/mingw-rpmlint.config
-%config(noreplace) %{_sysconfdir}/rpm/macros.mingw
+%{_sysconfdir}/rpm/macros.mingw
 %{_libexecdir}/mingw-scripts
 %{_rpmconfigdir}/mingw*
 %dir %{_datadir}/mingw/
 
 %files -n mingw32-filesystem
-%config(noreplace) %{_sysconfdir}/rpm/macros.mingw32
+%{_sysconfdir}/rpm/macros.mingw32
 %config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh
 %{_bindir}/mingw32-configure
 %{_bindir}/mingw32-cmake
@@ -236,7 +236,7 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 %{_datadir}/mingw/Toolchain-mingw32.cmake
 
 %files -n mingw64-filesystem
-%config(noreplace) %{_sysconfdir}/rpm/macros.mingw64
+%{_sysconfdir}/rpm/macros.mingw64
 %config(noreplace) %{_sysconfdir}/profile.d/mingw64.sh
 %{_bindir}/mingw64-configure
 %{_bindir}/mingw64-cmake
@@ -248,7 +248,12 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 
 
 %changelog
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
+* Thu Feb 28 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 97-3
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+- Minor spec fixes.
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 97-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Sun Dec 16 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 97-1
@@ -311,7 +316,7 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 * Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 95-3
 - Merge copy-n-paste duplicate %%mingw32_debug_package code
 - Get rid of the USE_OLD_METHOD hack in mingw-find-debuginfo.sh
-- Add missing %mingw32_debug_install_post
+- Add missing %%mingw32_debug_install_post
 
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 95-2
 - Fixed broken summary tags


More information about the scm-commits mailing list