Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2021-11-04 16:09:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc" Thu Nov 4 16:09:57 2021 rev:98 rq:929082 version:4.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2021-06-01 10:41:07.093186559 +0200 +++ /work/SRC/openSUSE:Factory/.lxc.new.1890/lxc.changes 2021-11-04 16:10:38.821084590 +0100 @@ -1,0 +2,12 @@ +Tue Oct 12 08:03:52 UTC 2021 - Johannes Kastl <[email protected]> + +- use --withpamdir and use pam macros to fix UsrMerge problems +- update to 4.0.10 + Bugfixes + * Fix issues with less common architectures + * Support for additional idmap mounts + * nft support in lxc-net + * Cleaner mount entries for sys:mixed + * Switched GPG server to keyserver.ubuntu.com + +------------------------------------------------------------------- Old: ---- lxc-4.0.9.tar.gz lxc-4.0.9.tar.gz.asc New: ---- lxc-4.0.10.tar.gz lxc-4.0.10.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.vwHrz9/_old 2021-11-04 16:10:39.305084872 +0100 +++ /var/tmp/diff_new_pack.vwHrz9/_new 2021-11-04 16:10:39.309084874 +0100 @@ -35,7 +35,7 @@ %define shlib_version 1 Name: lxc -Version: 4.0.9 +Version: 4.0.10 Release: 0 URL: http://linuxcontainers.org/ Summary: Userspace tools for Linux kernel containers @@ -137,6 +137,9 @@ ./autogen.sh %configure \ --enable-pam \ +%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 + --with-pamdir=%_pam_moduledir \ +%endif --disable-static \ --disable-examples \ --disable-rpath \ @@ -253,7 +256,11 @@ %files -n pam_cgfs %defattr(-,root,root) -/%{_lib}/security/pam_cgfs.so +%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 +%_pam_moduledir/pam_cgfs.so +%else +%{_lib}/security/pam_cgfs.so +%endif %files -n liblxc%{shlib_version} %defattr(-,root,root) ++++++ lxc-4.0.9.tar.gz -> lxc-4.0.10.tar.gz ++++++ ++++ 5979 lines of diff (skipped)
