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

corsepiu corsepiu at fedoraproject.org
Fri Mar 8 07:12:07 UTC 2013


commit 4d988ce50d3b05b32ac23b5e07595881580eb5c6
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Mar 8 08:11:58 2013 +0100

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

 octave.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/octave.spec b/octave.spec
index fde3e7d..84ab914 100644
--- a/octave.spec
+++ b/octave.spec
@@ -9,7 +9,7 @@
 
 Name:           octave
 Version:        3.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 Group:          Applications/Engineering
@@ -244,7 +244,7 @@ fi
 
 %files devel
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/rpm/macros.octave
+%{_sysconfdir}/rpm/macros.octave
 %{_bindir}/mkoctfile
 %{_bindir}/mkoctfile-%{version}%{?rctag}
 %{_includedir}/octave-%{version}%{?rctag}/
@@ -258,6 +258,10 @@ fi
 
 
 %changelog
+* Fri Mar 08 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 6:3.6.4-2
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+
 * Sat Feb 23 2013 Orion Poplawski <orion[AT]cora.nwra com> - 6:3.6.4-1
 - Update to 3.6.4 final
 


More information about the scm-commits mailing list