Accepting request 766621 from YaST:Head
submit new version 4.2.7 OBS-URL: https://build.opensuse.org/request/show/766621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=117
This commit is contained in:
commit
217c620b6c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bdad8fa6a411234047f9ea6954e3c9e9f6203496943d0b628152b8722d36e728
|
|
||||||
size 66434
|
|
3
yast2-ntp-client-4.2.7.tar.bz2
Normal file
3
yast2-ntp-client-4.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e873fccaf429544547ad69ae13d07875ea37033e8b22e3034a931bdccf9c47e
|
||||||
|
size 66419
|
@ -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>
|
Thu Nov 14 13:32:05 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-ntp-client
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-ntp-client
|
Name: yast2-ntp-client
|
||||||
Version: 4.2.6
|
Version: 4.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - NTP Client Configuration
|
Summary: YaST2 - NTP Client Configuration
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -83,8 +83,8 @@ fi
|
|||||||
# jsc#SLE-9113
|
# jsc#SLE-9113
|
||||||
if [ -f /etc/cron.d/suse-ntp_synchronize ]; then
|
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
|
/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
|
/usr/bin/systemctl enable yast-timesync.timer
|
||||||
/bin/systemctl start yast-timesync.timer
|
/usr/bin/systemctl start yast-timesync.timer
|
||||||
rm /etc/cron.d/suse-ntp_synchronize
|
rm /etc/cron.d/suse-ntp_synchronize
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user