commit ntp for openSUSE:Factory
Hello community, here is the log from the commit of package ntp for openSUSE:Factory checked in at 2015-04-07 09:28:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntp (Old) and /work/SRC/openSUSE:Factory/.ntp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ntp" Changes: -------- --- /work/SRC/openSUSE:Factory/ntp/ntp.changes 2015-03-30 19:30:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2015-04-07 09:28:13.000000000 +0200 @@ -6,0 +7,7 @@ +Mon Mar 16 01:41:26 UTC 2015 - crrodriguez@opensuse.org + +- *.service: Do not start ntpd when running on containers + or when CAP_SYS_TIME was dropped from the default capability + set ( see SYSTEMD-SYSTEM.CONF(5) for details) + +------------------------------------------------------------------- @@ -49,0 +57,5 @@ + +------------------------------------------------------------------- +Tue Sep 9 02:28:20 UTC 2014 - crrodriguez@opensuse.org + +- conf.ntpd.service: Must run with PrivateTmp set to true ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conf.ntp-wait.service ++++++ --- /var/tmp/diff_new_pack.wpfjoy/_old 2015-04-07 09:28:14.000000000 +0200 +++ /var/tmp/diff_new_pack.wpfjoy/_new 2015-04-07 09:28:14.000000000 +0200 @@ -5,6 +5,8 @@ Conflicts=systemd-timesyncd.service Wants=time-sync.target Before=time-sync.target +ConditionVirtualization=!container +ConditionCapability=CAP_SYS_TIME [Service] Type=oneshot ++++++ conf.ntpd.service ++++++ --- /var/tmp/diff_new_pack.wpfjoy/_old 2015-04-07 09:28:14.000000000 +0200 +++ /var/tmp/diff_new_pack.wpfjoy/_new 2015-04-07 09:28:14.000000000 +0200 @@ -5,6 +5,8 @@ Conflicts=systemd-timesyncd.service Wants=network.target After=network.target +ConditionVirtualization=!container +ConditionCapability=CAP_SYS_TIME [Service] Type=forking @@ -12,6 +14,7 @@ ExecStart=/usr/sbin/start-ntpd start RestartSec=11min Restart=always +PrivateTmp=true [Install] WantedBy=multi-user.target
participants (1)
-
root@hilbert.suse.de