- 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
This commit is contained in:
YaST Team Bot 2020-01-23 14:06:34 +00:00 committed by Git OBS Bridge
parent 7c5a09de5d
commit 7f8643cdfa
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdad8fa6a411234047f9ea6954e3c9e9f6203496943d0b628152b8722d36e728
size 66434

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e873fccaf429544547ad69ae13d07875ea37033e8b22e3034a931bdccf9c47e
size 66419

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 12:58:04 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>
- don't use /bin/systemctl compat symlink (bsc#1160890)
- 4.2.7
-------------------------------------------------------------------
Thu Nov 14 13:32:05 UTC 2019 - Josef Reidinger <jreidinger@suse.com>

View File

@ -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