Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2021-06-29 22:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam (Old)
 and      /work/SRC/openSUSE:Factory/.pam.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam"

Tue Jun 29 22:42:46 2021 rev:113 rq:902310 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam/pam.changes  2021-06-20 19:37:53.201505752 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new.2625/pam.changes        2021-06-29 
22:42:47.322836338 +0200
@@ -1,0 +2,5 @@
+Fri Jun 25 08:07:04 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Create /run/motd.d
+
+-------------------------------------------------------------------

New:
----
  motd.tmpfiles

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

Other differences:
------------------
++++++ pam.spec ++++++
--- /var/tmp/diff_new_pack.G1U04y/_old  2021-06-29 22:42:48.046837294 +0200
+++ /var/tmp/diff_new_pack.G1U04y/_new  2021-06-29 22:42:48.050837299 +0200
@@ -58,6 +58,7 @@
 Source10:       unix2_chkpwd.c
 Source11:       unix2_chkpwd.8
 Source12:       pam-login_defs-check.sh
+Source13:       motd.tmpfiles
 Patch2:         pam-limit-nproc.patch
 Patch4:         pam-hostnames-in-access_conf.patch
 Patch5:         pam-xauth_ownership.patch
@@ -264,7 +265,9 @@
 # rpm macros
 mkdir -p %{buildroot}/usr/lib/rpm/macros.d
 echo "%%_pamdir %pamdir" > %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.pam
-# Create filelist with translatins
+# /run/motd.d
+install -Dm0644 %{SOURCE13} %{buildroot}%{_tmpfilesdir}/motd.conf
+# Create filelist with translations
 %find_lang Linux-PAM
 
 %verifyscript
@@ -275,6 +278,7 @@
 /sbin/ldconfig
 %set_permissions %{sbindir}/unix_chkpwd
 %set_permissions %{sbindir}/unix2_chkpwd
+%tmpfiles_create %{_tmpfilesdir}/motd.conf
 
 %postun -p /sbin/ldconfig
 %pre
@@ -295,6 +299,7 @@
 %dir %{_sysconfdir}/security
 %dir %{_sysconfdir}/security/limits.d
 %dir %{_prefix}/lib/motd.d
+%ghost %dir %{_rundir}/motd.d
 %if %{defined config_noreplace}
 %config(noreplace) %{_sysconfdir}/pam.d/other
 %config(noreplace) %{_sysconfdir}/pam.d/common-*
@@ -437,6 +442,7 @@
 %verify(not mode) %attr(4755,root,shadow) %{sbindir}/unix2_chkpwd
 %attr(0700,root,root) %{sbindir}/unix_update
 %{_unitdir}/pam_namespace.service
+%{_tmpfilesdir}/motd.conf
 
 %files -n pam_unix
 %defattr(-,root,root,755)

++++++ motd.tmpfiles ++++++
#Type Path        Mode User Group Age Argument
d     /run/motd.d 0755 root root  -   -

Reply via email to