Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory 
checked in at 2021-08-05 20:47:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keyutils (Old)
 and      /work/SRC/openSUSE:Factory/.keyutils.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keyutils"

Thu Aug  5 20:47:35 2021 rev:39 rq:909407 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes        2021-01-08 
17:32:46.861134415 +0100
+++ /work/SRC/openSUSE:Factory/.keyutils.new.1899/keyutils.changes      
2021-08-05 20:47:35.359966629 +0200
@@ -1,0 +2,5 @@
+Thu Jun 24 12:54:11 UTC 2021 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Add /etc/keys/ and /usr/etc/keys/ directory (bsc#1187654)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keyutils.spec ++++++
--- /var/tmp/diff_new_pack.55iZie/_old  2021-08-05 20:47:35.967965947 +0200
+++ /var/tmp/diff_new_pack.55iZie/_new  2021-08-05 20:47:35.971965943 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if ! %{defined _distconfdir}
+%define _distconfdir %{_sysconfdir}
+%else
+%define use_usretc 1
+%endif
+
 %define lname  libkeyutils1
 Name:           keyutils
 Version:        1.6.3
@@ -80,6 +86,12 @@
 ln -s /%{_sbindir}/request-key %{buildroot}/sbin
 %endif
 
+install -m 0750 -d \
+       %{buildroot}%{_sysconfdir}/keys \
+       %{buildroot}%{_sysconfdir}/keys/ima \
+       %{buildroot}%{_distconfdir}/keys \
+       %{buildroot}%{_distconfdir}/keys/ima
+
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
@@ -96,6 +108,12 @@
 %{_mandir}/*/*
 %config(noreplace) %{_sysconfdir}/request-key.conf
 %dir %{_sysconfdir}/request-key.d/
+%dir %{_sysconfdir}/keys/
+%dir %{_sysconfdir}/keys/ima/
+%if %{defined use_usretc}
+%dir %{_distconfdir}/keys/
+%dir %{_distconfdir}/keys/ima/
+%endif
 
 %files -n %{lname}
 %license LICENCE.LGPL

Reply via email to