Hello community, here is the log from the commit of package rpm for openSUSE:12.2 checked in at 2012-07-09 13:31:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/rpm (Old) and /work/SRC/openSUSE:12.2/.rpm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm", Maintainer is "[email protected]" Changes: -------- rpm-python.changes: same change --- /work/SRC/openSUSE:12.2/rpm/rpm.changes 2012-06-25 15:52:05.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.rpm.new/rpm.changes 2012-07-09 13:31:16.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 4 18:04:54 CEST 2012 - [email protected] + +- Add systemctl daemon-reload call when installing initscript + (bnc#769973). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ rpm-python.spec: same change rpm.spec: same change ++++++ rpm-suse_macros ++++++ --- /var/tmp/diff_new_pack.Ibb5N3/_old 2012-07-09 13:31:18.000000000 +0200 +++ /var/tmp/diff_new_pack.Ibb5N3/_new 2012-07-09 13:31:18.000000000 +0200 @@ -30,6 +30,7 @@ if test "$FIRST_ARG" -ge 1 ; then \ test -f /etc/sysconfig/services && . /etc/sysconfig/services \ if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then \ + test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : \ for service in %{?*} ; do \ /etc/init.d/$service try-restart > /dev/null || : \ done \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
