Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_ssh for openSUSE:Factory checked in at 2022-05-20 17:51:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_ssh (Old) and /work/SRC/openSUSE:Factory/.pam_ssh.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_ssh" Fri May 20 17:51:15 2022 rev:34 rq:978287 version:2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_ssh/pam_ssh.changes 2022-03-15 19:05:33.844974319 +0100 +++ /work/SRC/openSUSE:Factory/.pam_ssh.new.1538/pam_ssh.changes 2022-05-20 17:52:14.083308406 +0200 @@ -1,0 +2,5 @@ +Wed May 18 08:13:45 UTC 2022 - pgaj...@suse.com + +- use pam macros [bsc#1190960] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_ssh.spec ++++++ --- /var/tmp/diff_new_pack.5gezrH/_old 2022-05-20 17:52:14.639308912 +0200 +++ /var/tmp/diff_new_pack.5gezrH/_new 2022-05-20 17:52:14.647308919 +0200 @@ -47,12 +47,12 @@ %build autoreconf -fiv export CFLAGS="%{optflags} -fno-strict-aliasing -fcommon" -%configure --libdir=/%{_lib} +%configure make %{?_smp_mflags} %install -install -d 755 %{buildroot}/%{_lib}/security -install -m 755 .libs/pam_ssh.so %{buildroot}/%{_lib}/security +install -d 755 %{buildroot}/%{_pam_moduledir} +install -m 755 .libs/pam_ssh.so %{buildroot}/%{_pam_moduledir} install -d 755 %{buildroot}%{_mandir}/man8 install -m 644 pam_ssh.8 %{buildroot}%{_mandir}/man8/ install -Dm0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf @@ -64,7 +64,7 @@ %defattr(444,root,root,755) %doc README TODO NEWS %{_tmpfilesdir}/%{name}.conf -%attr(555,root,root) /%{_lib}/security/pam_ssh.so +%attr(555,root,root) /%{_pam_moduledir}/pam_ssh.so %attr(444,root,root) %{_mandir}/man*/*.* %changelog