Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_yubico for openSUSE:Factory checked in at 2021-10-19 23:03:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_yubico (Old) and /work/SRC/openSUSE:Factory/.pam_yubico.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_yubico" Tue Oct 19 23:03:46 2021 rev:10 rq:926101 version:2.27 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_yubico/pam_yubico.changes 2021-05-18 18:27:19.286733828 +0200 +++ /work/SRC/openSUSE:Factory/.pam_yubico.new.1890/pam_yubico.changes 2021-10-19 23:03:59.833277576 +0200 @@ -1,0 +2,6 @@ +Mon Oct 18 20:08:29 UTC 2021 - Torsten Gruner <t.gru...@katodev.de> + +- Use %_pam_moduledir instead of hardcoding %{_lib}/security +- Define macro _pam_moduledir if not set to fix builds for Leap and SLE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_yubico.spec ++++++ --- /var/tmp/diff_new_pack.o06yrK/_old 2021-10-19 23:04:00.265277772 +0200 +++ /var/tmp/diff_new_pack.o06yrK/_new 2021-10-19 23:04:00.269277774 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%{!?_pam_moduledir: %define _pam_moduledir /%{_lib}/security} Name: pam_yubico Version: 2.27 @@ -44,7 +45,7 @@ %setup -q %build -%configure --bindir=%{_bindir} --with-pam-dir=/%{_lib}/security --disable-static --disable-silent-rules +%configure --bindir=%{_bindir} --with-pam-dir=%{_pam_moduledir} --disable-static --disable-silent-rules make %{?_smp_mflags} %install @@ -55,7 +56,7 @@ %license COPYING* %doc README AUTHORS NEWS doc/* %{_bindir}/ykpamcfg -/%{_lib}/security/pam_yubico.so +%{_pam_moduledir}/pam_yubico.so %{_mandir}/man1/ykpamcfg.1* %{_mandir}/man8/pam_yubico.8*