Hello community,

here is the log from the commit of package ptpd for openSUSE:Factory checked in 
at 2018-01-25 12:41:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ptpd (Old)
 and      /work/SRC/openSUSE:Factory/.ptpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ptpd"

Thu Jan 25 12:41:39 2018 rev:23 rq:569434 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ptpd/ptpd.changes        2017-11-25 
08:42:17.367065567 +0100
+++ /work/SRC/openSUSE:Factory/.ptpd.new/ptpd.changes   2018-01-25 
12:41:41.431442388 +0100
@@ -1,0 +2,5 @@
+Thu Jan 25 08:08:17 UTC 2018 - mplus...@suse.com
+
+- Use correct executable path in service file (bsc#1076900)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ptpd.spec ++++++
--- /var/tmp/diff_new_pack.fvUZ0e/_old  2018-01-25 12:41:42.535390848 +0100
+++ /var/tmp/diff_new_pack.fvUZ0e/_new  2018-01-25 12:41:42.539390661 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ptpd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,15 @@
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:           ptpd
 Version:        2.3.1
 Release:        0
 Summary:        Implements the Precision Time protocol as defined by IEEE 1588 
standard
 License:        BSD-3-Clause
 Group:          System/Daemons
-Url:            https://github.com/ptpd/ptpd
+URL:            https://github.com/ptpd/ptpd
 Source0:        https://github.com/ptpd/ptpd/archive/ptpd-%{version}.tar.gz
 Source1:        ptpd2.service
 Source2:        ptpd2.conf
@@ -42,7 +41,6 @@
 BuildRequires:  openssl-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -97,7 +95,6 @@
 %service_del_postun %{name}2.service
 
 %files
-%defattr(-, root, root)
 %doc COPYRIGHT ChangeLog README
 %config %{_sysconfdir}/%{name}2.conf
 %{_sbindir}/ptpd2

++++++ ptpd2.service ++++++
--- /var/tmp/diff_new_pack.fvUZ0e/_old  2018-01-25 12:41:42.615387113 +0100
+++ /var/tmp/diff_new_pack.fvUZ0e/_new  2018-01-25 12:41:42.615387113 +0100
@@ -4,7 +4,7 @@
 [Service]
 Type=forking
 EnvironmentFile=-/etc/sysconfig/ptpd2
-ExecStart=/usr/bin/ptpd2 -c $PTPD_CONFIG_FILE $PTPD_EXTRA_OPTIONS
+ExecStart=/usr/sbin/ptpd2 -c $PTPD_CONFIG_FILE $PTPD_EXTRA_OPTIONS
 
 [Install]
 WantedBy=multi-user.target


Reply via email to