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

corsepiu corsepiu at fedoraproject.org
Mon Mar 11 07:34:46 UTC 2013


commit 008385abd48a3d3ec6f84b21f20114ceaf96fa7b
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Mar 11 08:34:34 2013 +0100

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

 erlang-rpm-macros.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/erlang-rpm-macros.spec b/erlang-rpm-macros.spec
index ebf1754..ebe4583 100644
--- a/erlang-rpm-macros.spec
+++ b/erlang-rpm-macros.spec
@@ -2,7 +2,7 @@
 
 Name:		erlang-rpm-macros
 Version:	0.1.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Macros for simplifying building of Erlang packages
 Group:		Development/Libraries
 License:	MIT
@@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE
-%config %{_sysconfdir}/rpm/macros.erlang
+%{_sysconfdir}/rpm/macros.erlang
 %{_rpmconfigdir}/erlang-find-provides.escript
 %{_rpmconfigdir}/erlang-find-provides.sh
 %{_rpmconfigdir}/erlang-find-requires.escript
@@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 11 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.1.3-4
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list