Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_radius for openSUSE:Factory 
checked in at 2023-08-17 19:44:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_radius (Old)
 and      /work/SRC/openSUSE:Factory/.pam_radius.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_radius"

Thu Aug 17 19:44:02 2023 rev:22 rq:1104245 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_radius/pam_radius.changes    2021-05-06 
22:53:32.586522881 +0200
+++ /work/SRC/openSUSE:Factory/.pam_radius.new.1766/pam_radius.changes  
2023-08-17 19:44:23.742884787 +0200
@@ -1,0 +2,5 @@
+Mon Jul 24 14:46:08 UTC 2023 - Ludwig Nussel <[email protected]>
+
+- Use %_pam_moduledir (boo#1190958)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pam_radius.spec ++++++
--- /var/tmp/diff_new_pack.jjg9of/_old  2023-08-17 19:44:24.446886104 +0200
+++ /var/tmp/diff_new_pack.jjg9of/_new  2023-08-17 19:44:24.450886112 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_radius
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        2.0.0
 Release:        0
 Summary:        A PAM Module for User Authentication using a Radius Server
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Security
 URL:            http://freeradius.org/pam_radius_auth/
 Source0:        
https://github.com/FreeRADIUS/pam_radius/archive/release_2_0_0.tar.gz#/%{name}-release_2_0_0.tar.gz
@@ -43,8 +43,8 @@
 %make_build
 
 %install
-install -d -m 755 %{buildroot}/%{_lib}/security/
-install -m 755 pam_radius_auth.so %{buildroot}/%{_lib}/security/
+install -d -m 755 %{buildroot}%{_pam_moduledir}
+install -m 755 pam_radius_auth.so %{buildroot}%{_pam_moduledir}
 install -d -m 750 %{buildroot}%{_sysconfdir}/raddb/
 install -m 600 pam_radius_auth.conf %{buildroot}%{_sysconfdir}/raddb/server
 
@@ -53,6 +53,6 @@
 %doc Changelog README.rst TODO USAGE index.html pam_radius_auth.conf
 %attr(750,root,radiusd) %dir %{_sysconfdir}/raddb/
 %config(noreplace) %{_sysconfdir}/raddb/server
-/%{_lib}/security/pam_radius_auth.so
+%{_pam_moduledir}/pam_radius_auth.so
 
 %changelog

Reply via email to