Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_ccreds for openSUSE:Factory 
checked in at 2021-10-26 20:14:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_ccreds (Old)
 and      /work/SRC/openSUSE:Factory/.pam_ccreds.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_ccreds"

Tue Oct 26 20:14:20 2021 rev:26 rq:927553 version:10

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_ccreds/pam_ccreds.changes    2013-06-19 
14:53:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam_ccreds.new.1890/pam_ccreds.changes  
2021-10-26 20:15:07.610055228 +0200
@@ -1,0 +2,7 @@
+Mon Oct  4 13:23:11 UTC 2021 - Josef M??llers <[email protected]>
+
+- Use the %_pam_moduledir macro in pam_ccreds.spec in order to
+  have the package follow UsrMerge.
+  [bsc#1190947, pam_ccreds.spec]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pam_ccreds.spec ++++++
--- /var/tmp/diff_new_pack.NriI50/_old  2021-10-26 20:15:08.082055477 +0200
+++ /var/tmp/diff_new_pack.NriI50/_new  2021-10-26 20:15:08.082055477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ccreds
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        10
 Release:        0
 Summary:        Pam module to cache login credentials
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Security
-Url:            http://www.padl.com/OSS/pam_ccreds.html
+URL:            http://www.padl.com/OSS/pam_ccreds.html
 
 Source:         pam_ccreds-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -52,16 +52,16 @@
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
 autoreconf --verbose --force --install
-%configure --libdir=/%{_lib} --with-pamdir=/%{_lib}/security
+%configure --libdir=/%{_lib} --with-pamdir=%{_pam_moduledir}
 make %{?_smp_mflags}
 
 %install
-install -d 755 $RPM_BUILD_ROOT/%{_lib}/security
-install -m 755 pam_ccreds.so $RPM_BUILD_ROOT/%{_lib}/security
+install -d 755 %{buildroot}%{_pam_moduledir}
+install -m 755 pam_ccreds.so %{buildroot}%{_pam_moduledir}
 
 %files
 %defattr(444,root,root,755)
 %doc README COPYING pam.conf
-%attr(555,root,root) /%{_lib}/security/pam_ccreds.so
+%attr(555,root,root) %{_pam_moduledir}/pam_ccreds.so
 
 %changelog

Reply via email to