Hello community, here is the log from the commit of package chrony for openSUSE:Factory checked in at 2020-08-12 10:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chrony (Old) and /work/SRC/openSUSE:Factory/.chrony.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrony" Wed Aug 12 10:56:05 2020 rev:25 rq:825252 version:3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/chrony/chrony.changes 2020-06-07 21:33:43.436576258 +0200 +++ /work/SRC/openSUSE:Factory/.chrony.new.3399/chrony.changes 2020-08-12 10:56:09.536733250 +0200 @@ -1,0 +2,5 @@ +Sun Aug 2 21:27:45 UTC 2020 - Callum Farmer <[email protected]> + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chrony.spec ++++++ --- /var/tmp/diff_new_pack.qKk80S/_old 2020-08-12 10:56:10.584733772 +0200 +++ /var/tmp/diff_new_pack.qKk80S/_new 2020-08-12 10:56:10.584733772 +0200 @@ -143,6 +143,7 @@ %prep %setup -q -a 10 %patch0 -p1 +sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{PATCH1} %patch1 -p1 %patch2 -p1 %patch3 @@ -200,6 +201,7 @@ %{buildroot}%{_unitdir}/chronyd.service install -Dpm 0644 examples/chrony-wait.service \ %{buildroot}%{_unitdir}/chrony-wait.service +sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{SOURCE5} install -Dpm 0644 %{SOURCE5} \ %{buildroot}%{_unitdir}/[email protected] install -Dpm 0644 %{SOURCE6} \ ++++++ [email protected] ++++++ --- /var/tmp/diff_new_pack.qKk80S/_old 2020-08-12 10:56:10.632733796 +0200 +++ /var/tmp/diff_new_pack.qKk80S/_new 2020-08-12 10:56:10.636733798 +0200 @@ -5,4 +5,4 @@ [Service] Type=oneshot -ExecStart=/usr/lib/chrony/helper update-dnssrv-servers %I +ExecStart=@LIBEXECDIR@/chrony/helper update-dnssrv-servers %I ++++++ chrony-service-helper.patch ++++++ --- /var/tmp/diff_new_pack.qKk80S/_old 2020-08-12 10:56:10.660733810 +0200 +++ /var/tmp/diff_new_pack.qKk80S/_new 2020-08-12 10:56:10.660733810 +0200 @@ -5,7 +5,7 @@ PIDFile=/run/chrony/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd ExecStart=/usr/sbin/chronyd $OPTIONS -+ExecStartPost=/usr/lib/chrony/helper update-daemon ++ExecStartPost=@LIBEXECDIR@/chrony/helper update-daemon PrivateTmp=yes ProtectHome=yes ProtectSystem=full
