Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package singularity for openSUSE:Factory checked in at 2021-10-15 23:04:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/singularity (Old) and /work/SRC/openSUSE:Factory/.singularity.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "singularity" Fri Oct 15 23:04:27 2021 rev:30 rq:925524 version:3.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/singularity/singularity.changes 2021-10-11 15:31:32.782838150 +0200 +++ /work/SRC/openSUSE:Factory/.singularity.new.1890/singularity.changes 2021-10-15 23:05:01.210142659 +0200 @@ -1,0 +2,6 @@ +Fri Oct 15 12:16:57 UTC 2021 - Christian Goll <cg...@suse.com> + +- build requires libseccomp-devel (boo#1191697) +- fix sysuser file name + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ singularity.spec ++++++ --- /var/tmp/diff_new_pack.5Wa8rN/_old 2021-10-15 23:05:01.670142987 +0200 +++ /var/tmp/diff_new_pack.5Wa8rN/_new 2021-10-15 23:05:01.674142990 +0200 @@ -45,6 +45,7 @@ %ifarch aarch64 BuildRequires: binutils-gold %endif +BuildRequires: libseccomp-devel Requires: squashfs PreReq: permissions @@ -111,9 +112,9 @@ done done -echo "g %name -" > system-user-%{name}.conf -%sysusers_generate_pre system-user-%{name}.conf %{name} system-user-%{name}.conf -install -D -m 644 system-user-%{name}.conf %{buildroot}%{_sysusersdir}/system-user-%{name}.conf +echo "g %name -" > system-group-%{name}.conf +%sysusers_generate_pre system-group-%{name}.conf %{name} system-group-%{name}.conf +install -D -m 644 system-group-%{name}.conf %{buildroot}%{_sysusersdir}/system-group-%{name}.conf %fdupes -s .tmp mv .tmp/* . @@ -163,6 +164,6 @@ %dir %{_localstatedir}/lib/singularity/mnt %dir %{_localstatedir}/lib/singularity/mnt/session %{_mandir}/man1/* -%{_sysusersdir}/system-user-%{name}.conf +%{_sysusersdir}/system-group-%{name}.conf %changelog