[ptpd/f18] added %noreplace to sysconfig/ptpd

jondkent jondkent at fedoraproject.org
Sat May 18 17:12:44 UTC 2013


commit 8a4fda416ba220eb2a36ef038e1593fb4837d553
Author: Jon Kent <jon.kent at gmail.com>
Date:   Sat May 18 18:12:15 2013 +0100

    added %noreplace to sysconfig/ptpd

 ptpd.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ptpd.spec b/ptpd.spec
index bcba2d2..d67712e 100644
--- a/ptpd.spec
+++ b/ptpd.spec
@@ -1,6 +1,6 @@
 Name: ptpd
 Version: 2.2.0	
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: PTPd implements the Precision Time protocol (PTP) as defined by the IEEE 1588
 
 Group: System Environment/Daemons
@@ -52,8 +52,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%{_sysconfdir}/*
-#%attr(554,root,root) %{_initrddir}/*
+%config(noreplace) %{_sysconfdir}/sysconfig/ptpd2
 %attr(664,root,root) %{_unitdir}/*
 %attr(554,root,root) %{_bindir}/*
 %doc COPYRIGHT ChangeLog README RELEASE_NOTES
@@ -61,6 +60,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May 18 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-4
+- added noreplace to sysconfig/ptpd2
 * Tue May 14 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-3
 - forgot to commit new additions tar file patch
 * Fri May 10 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-2


More information about the scm-commits mailing list