Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2017-09-15 21:03:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc" Fri Sep 15 21:03:44 2017 rev:74 rq:523518 version:2.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2017-07-08 12:34:44.331581436 +0200 +++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2017-09-15 21:03:51.186479658 +0200 @@ -1,0 +2,27 @@ +Tue Sep 12 06:19:25 UTC 2017 - [email protected] + +- removed ldconfig from lxc %post section + +------------------------------------------------------------------- +Fri Sep 1 09:39:30 UTC 2017 - [email protected] + +- Fix libcap-progs dependency. The 'setcap' binary is located in /sbin + instead of /usr/sbin but it's best to depend on the actual package + instead since the location might change in the future. + +------------------------------------------------------------------- +Wed Aug 30 18:02:40 UTC 2017 - [email protected] + +- removed apparmor-rpm-macros again, as it is not needed for the current %post solution + +------------------------------------------------------------------- +Wed Aug 30 17:57:26 UTC 2017 - [email protected] + +- added Requires for apparmor-abstractions and BuildRequires for apparmor-rpm-macros to apply the fix for boo#1036360 + +------------------------------------------------------------------- +Wed Aug 30 17:49:47 UTC 2017 - [email protected] + +- added correct reload of apparmor to %post + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.mDwqmB/_old 2017-09-15 21:03:52.270327508 +0200 +++ /var/tmp/diff_new_pack.mDwqmB/_new 2017-09-15 21:03:52.270327508 +0200 @@ -55,7 +55,8 @@ BuildRequires: systemd %endif -Requires: /usr/sbin/setcap +Requires: libcap-progs +Requires: apparmor-abstractions Requires: lxcfs Requires: rsync @@ -102,7 +103,6 @@ chmod 755 configure %if 0%{?suse_version} >= 1320 sed -i 's/-Werror"/-Werror -Wno-error=format-truncation"/g' configure.ac -grep Werror configure.ac %define _configure ./autogen.sh PATH=$PATH:/usr/sbin:/sbin %configure @@ -135,6 +135,8 @@ %service_add_pre [email protected] lxc.service lxc-net.service %post +#restart_on_update apparmor - but non-broken (bnc#853019) +systemctl is-active -q apparmor && systemctl reload apparmor ||: %service_add_post [email protected] lxc.service lxc-net.service %preun
