From 7f8643cdfae38816a510ad2a95ed7a10a660cee95815273a9f818f1c65982300 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 23 Jan 2020 14:06:34 +0000 Subject: [PATCH] - don't use /bin/systemctl compat symlink (bsc#1160890) - 4.2.7 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=268 --- yast2-ntp-client-4.2.6.tar.bz2 | 3 --- yast2-ntp-client-4.2.7.tar.bz2 | 3 +++ yast2-ntp-client.changes | 6 ++++++ yast2-ntp-client.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 yast2-ntp-client-4.2.6.tar.bz2 create mode 100644 yast2-ntp-client-4.2.7.tar.bz2 diff --git a/yast2-ntp-client-4.2.6.tar.bz2 b/yast2-ntp-client-4.2.6.tar.bz2 deleted file mode 100644 index 4c81fe1..0000000 --- a/yast2-ntp-client-4.2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdad8fa6a411234047f9ea6954e3c9e9f6203496943d0b628152b8722d36e728 -size 66434 diff --git a/yast2-ntp-client-4.2.7.tar.bz2 b/yast2-ntp-client-4.2.7.tar.bz2 new file mode 100644 index 0000000..f2fdb08 --- /dev/null +++ b/yast2-ntp-client-4.2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e873fccaf429544547ad69ae13d07875ea37033e8b22e3034a931bdccf9c47e +size 66419 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index e40eb26..d6f8381 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 12:58:04 UTC 2020 - Steffen Winterfeldt + +- don't use /bin/systemctl compat symlink (bsc#1160890) +- 4.2.7 + ------------------------------------------------------------------- Thu Nov 14 13:32:05 UTC 2019 - Josef Reidinger diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index bca5dcc..08fbb0f 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-ntp-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.2.6 +Version: 4.2.7 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later @@ -83,8 +83,8 @@ fi # jsc#SLE-9113 if [ -f /etc/cron.d/suse-ntp_synchronize ]; then /usr/bin/erb timeout=$(grep -o '[[:digit:]]\+' /etc/cron.d/suse-ntp_synchronize) /usr/share/YaST2/data/yast-timesync.timer.erb > /etc/systemd/system/yast-timesync.timer - /bin/systemctl enable yast-timesync.timer - /bin/systemctl start yast-timesync.timer + /usr/bin/systemctl enable yast-timesync.timer + /usr/bin/systemctl start yast-timesync.timer rm /etc/cron.d/suse-ntp_synchronize fi