From 008385abd48a3d3ec6f84b21f20114ceaf96fa7b Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Mar 11 2013 07:34:34 +0000 Subject: Remove %config from %{_sysconfdir}/rpm/macros.* (https://fedorahosted.org/fpc/ticket/259). --- 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 - 0.1.3-4 +- Remove %%config from %%{_sysconfdir}/rpm/macros.* + (https://fedorahosted.org/fpc/ticket/259). + * Wed Feb 13 2013 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild