[ptpd/f19] correct sysconfig and systemd filenames as these have been changed

jondkent jondkent at fedoraproject.org
Tue May 14 19:50:57 UTC 2013


commit 9db2e874760b23ccd559a531d7cc4c1eafd1b161
Author: Jon Kent <jon.kent at gmail.com>
Date:   Tue May 14 20:50:02 2013 +0100

    correct sysconfig and systemd filenames as these have been changed

 ptpd.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ptpd.spec b/ptpd.spec
index 869eb81..b7caf44 100644
--- a/ptpd.spec
+++ b/ptpd.spec
@@ -1,6 +1,6 @@
 Name: ptpd
 Version: 2.2.0	
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: PTPd implements the Precision Time protocol (PTP) as defined by the IEEE 1588
 
 Group: System Environment/Daemons
@@ -42,8 +42,8 @@ mkdir -p %{buildroot}%{_mandir}/man8/
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
 mkdir -p %{buildroot}/%{_unitdir}
 #cp -p etc/init.d/ptpd %{buildroot}/%{_initddir}/ptpd
-cp -r lib/systemd/system/ptpd.service  %{buildroot}/%{_unitdir}
-cp -p etc/sysconfig/ptpd %{buildroot}/%{_sysconfdir}/sysconfig
+cp -r lib/systemd/system/ptpd2.service  %{buildroot}/%{_unitdir}
+cp -p etc/sysconfig/ptpd2 %{buildroot}/%{_sysconfdir}/sysconfig
 cp -p src/ptpd2 %{buildroot}/%{_bindir}
 cp -p src/ptpd2.8 %{buildroot}/%{_mandir}/man8/
 
@@ -61,6 +61,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 14 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-3
+- corrected sysconfig and systemd file names
 * Fri May 10 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-2
 - correct systemd script and init script to use ptpd2
 * Tue Mar 26 2013 Jon Kent <jon.kent at, gmail.com> 2.2.0-1


More information about the scm-commits mailing list