Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oath-toolkit for openSUSE:Factory 
checked in at 2022-08-04 13:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oath-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.oath-toolkit.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oath-toolkit"

Thu Aug  4 13:23:02 2022 rev:11 rq:992582 version:2.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/oath-toolkit/oath-toolkit.changes        
2022-04-26 20:16:50.600693511 +0200
+++ /work/SRC/openSUSE:Factory/.oath-toolkit.new.1521/oath-toolkit.changes      
2022-08-04 13:23:12.880456310 +0200
@@ -1,0 +2,6 @@
+Tue Aug  2 20:39:41 UTC 2022 - Torsten Gruner <simmpho...@opensuse.org>
+
+- Use %_pam_moduledir instead of hardcoding %{_lib}/security
+- Define macro _pam_moduledir if not set to fix builds for Leap and SLE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ oath-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.sS3H4J/_old  2022-08-04 13:23:13.428457865 +0200
+++ /var/tmp/diff_new_pack.sS3H4J/_new  2022-08-04 13:23:13.432457876 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{!?_pam_moduledir: %define _pam_moduledir /%{_lib}/security}
 Name:           oath-toolkit
 Version:        2.6.7
 Release:        0
@@ -132,7 +133,7 @@
 %build
 autoreconf -fiv
 %configure  \
-  --with-pam-dir=/%{_lib}/security \
+  --with-pam-dir=%{_pam_moduledir} \
   --with-libgcrypt \
   --disable-silent-rules \
   --disable-static
@@ -166,7 +167,7 @@
 %files -n pam_oath
 %doc pam_oath/README
 %license pam_oath/COPYING
-/%{_lib}/security/pam_oath.so
+%{_pam_moduledir}/pam_oath.so
 
 %files -n liboath0
 %license liboath/COPYING

Reply via email to