Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ntp for openSUSE:Factory checked in at 2022-02-24 18:20:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntp (Old) and /work/SRC/openSUSE:Factory/.ntp.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ntp" Thu Feb 24 18:20:57 2022 rev:132 rq:957220 version:4.2.8p15 Changes: -------- --- /work/SRC/openSUSE:Factory/ntp/ntp.changes 2021-10-12 21:51:25.716049973 +0200 +++ /work/SRC/openSUSE:Factory/.ntp.new.1958/ntp.changes 2022-02-24 18:24:18.482645124 +0100 @@ -1,0 +2,9 @@ +Wed Feb 24 02:09:55 UTC 2022 - Jonathan Kang <[email protected]> + +- Modified ntp.NetworkManager: Update ntp servers on + dhcp4-change and dhcp6-change, instead of up condition. This is + because ntp options are available during dhcp renewed or rebound, + and not available when the interface has been activated + (bsc#1171547). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ntp.NetworkManager ++++++ --- /var/tmp/diff_new_pack.I5Ilez/_old 2022-02-24 18:24:19.362644895 +0100 +++ /var/tmp/diff_new_pack.I5Ilez/_new 2022-02-24 18:24:19.366644894 +0100 @@ -6,12 +6,17 @@ # case "$2" in - up) + dhcp4-change) # Call netconfig in to reconfigure NTPd with the current time servers netconfig modify -s NetworkManager -m ntp <<-EOT NTPSERVERS='$DHCP4_NTP_SERVERS' EOT ;; + dhcp6-change) + netconfig modify -s NetworkManager -m ntp <<-EOT +NTPSERVERS='$DHCP6_NTP_SERVERS' +EOT + ;; *) exit 0 ;;
