Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2025-12-17 17:31:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Wed Dec 17 17:31:12 2025 rev:157 rq:1323015 version:11.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2025-12-12 
21:40:55.604200079 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.1939/mariadb.changes        
2025-12-17 17:34:34.651133988 +0100
@@ -1,0 +2,7 @@
+Thu Dec 11 09:41:07 UTC 2025 - Valentin Lefebvre <[email protected]>
+
+- Add missing pam configuration file for the shipped auth_pam.so plugin
+  (bsc#1254485)
+  * mysql.pamd
+
+-------------------------------------------------------------------

New:
----
  mysql.pamd

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.SKO7P0/_old  2025-12-17 17:34:37.467252255 +0100
+++ /var/tmp/diff_new_pack.SKO7P0/_new  2025-12-17 17:34:37.471252423 +0100
@@ -71,6 +71,8 @@
 Source17:       mysql-systemd-helper
 Source18:       [email protected]
 Source19:       macros.mariadb-test
+# config for pam
+Source20:       mysql.pamd
 Source50:       suse_skipped_tests.list
 Source51:       mariadb-rpmlintrc
 Source52:       series
@@ -693,6 +695,15 @@
 mkdir -p %{buildroot}%{_sysusersdir}
 install -m 644 %{SOURCE12} %{buildroot}%{_sysusersdir}/
 
+# Install pam config
+%if %{defined _distconfdir}
+install -d -m 755 %{buildroot}%{_pam_vendordir}
+install -m 644 %{SOURCE20} %{buildroot}%{_pam_vendordir}/mysql
+%else
+install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d
+install -m 644 %{SOURCE20} %{buildroot}%{_sysconfdir}/pam.d/mysql
+%endif
+
 %check
 cd build
 
@@ -877,6 +888,11 @@
 %{_datadir}/%{name}/systemd/[email protected]
 %{_datadir}/%{name}/systemd/[email protected]
 %{_datadir}/%{name}/systemd/[email protected]
+%if %{defined _distconfdir}
+%{_pam_vendordir}/mysql
+%else
+%config(noreplace) %{_sysconfdir}/pam.d/mysql
+%endif
 
 %files rpm-macros
 %{_rpmmacrodir}/macros.mariadb-test



++++++ mysql.pamd ++++++
#%PAM-1.0
auth        include     common-auth
account     include     common-account

Reply via email to