Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keyutils for openSUSE:Factory checked in at 2022-06-22 16:18:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keyutils (Old) and /work/SRC/openSUSE:Factory/.keyutils.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keyutils" Wed Jun 22 16:18:45 2022 rev:41 rq:984110 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes 2021-08-27 21:44:57.958044713 +0200 +++ /work/SRC/openSUSE:Factory/.keyutils.new.1548/keyutils.changes 2022-06-22 16:18:46.396582129 +0200 @@ -1,0 +2,5 @@ +Tue Jun 21 08:26:54 UTC 2022 - Alberto Planas Dominguez <apla...@suse.com> + +- Add /etc/keys/evn and /usr/etc/keys/evm together with the IMA ones + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keyutils.spec ++++++ --- /var/tmp/diff_new_pack.D2fxpL/_old 2022-06-22 16:18:46.844582787 +0200 +++ /var/tmp/diff_new_pack.D2fxpL/_new 2022-06-22 16:18:46.868582823 +0200 @@ -1,7 +1,7 @@ # # spec file for package keyutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -89,8 +89,10 @@ install -m 0750 -d \ %{buildroot}%{_sysconfdir}/keys \ %{buildroot}%{_sysconfdir}/keys/ima \ + %{buildroot}%{_sysconfdir}/keys/evm \ %{buildroot}%{_distconfdir}/keys \ - %{buildroot}%{_distconfdir}/keys/ima + %{buildroot}%{_distconfdir}/keys/ima \ + %{buildroot}%{_distconfdir}/keys/evm %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig @@ -110,9 +112,11 @@ %dir %{_sysconfdir}/request-key.d/ %dir %{_sysconfdir}/keys/ %dir %{_sysconfdir}/keys/ima/ +%dir %{_sysconfdir}/keys/evm/ %if %{defined use_usretc} %dir %{_distconfdir}/keys/ %dir %{_distconfdir}/keys/ima/ +%dir %{_distconfdir}/keys/evm/ %endif %files -n %{lname}