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

corsepiu corsepiu at fedoraproject.org
Fri Mar 8 23:13:27 UTC 2013


commit ce9b28f7d72671fa62a0da60286fb9aeb8a5d791
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Mar 9 00:13:15 2013 +0100

    Remove %config from %{_sysconfdir}/rpm/macros.*
    
      (https://fedorahosted.org/fpc/ticket/259).
    - Fix broken spec-file changelog entry.

 emacs.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index 5e282b0..d5a423b 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 24.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -400,7 +400,7 @@ update-desktop-database &> /dev/null || :
 
 %files -f common-filelist common
 %config(noreplace) %{_sysconfdir}/skel/.emacs
-%config(noreplace) %{_sysconfdir}/rpm/macros.emacs
+%{_sysconfdir}/rpm/macros.emacs
 %doc doc/NEWS BUGS README doc/COPYING
 %{_bindir}/ebrowse
 %{_bindir}/emacsclient
@@ -432,6 +432,11 @@ update-desktop-database &> /dev/null || :
 %dir %{_datadir}/emacs/site-lisp/site-start.d
 
 %changelog
+* Fri Mar 08 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 1:24.2-11
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+- Fix broken spec-file changelog entry.
+
 * Wed Mar  6 2013 Tomáš Mráz <tmraz at redhat.com> - 1:24.2-10
 - Rebuild with new gnutls
 
@@ -651,7 +656,7 @@ update-desktop-database &> /dev/null || :
 
 * Thu Jul  8 2010 Karel Klic <kklic at redhat.com> - 1:23.2-6
 - Removed Obsoletes: emacs-nxml-mode, it was obsoleted in F-11
-- Added COPYING to emacs-el, moved COPYING in emacs-common to %doc
+- Added COPYING to emacs-el, moved COPYING in emacs-common to %%doc
 
 * Thu Jun  3 2010 Karel Klic <kklic at redhat.com> - 1:23.2-5
 - Fixed handling of dual spacing fonts rhbz#599437


More information about the scm-commits mailing list