public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mariadb10.11] rawhide: Fix pam_mariadb_mtr.so removal path to use correct libdir location
@ 2026-08-10  9:22 Daniel Handzus
  0 siblings, 0 replies; only message in thread
From: Daniel Handzus @ 2026-08-10  9:22 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mariadb10.11
            Branch : rawhide
            Commit : 379c9cde1544553f75d3fca5bf4c3ca29577588c
            Author : Daniel Handzus <dhandzus@redhat.com>
            Date   : 2026-08-05T16:14:21+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mariadb10.11/c/379c9cde1544553f75d3fca5bf4c3ca29577588c?branch=rawhide

            Log:
            Fix pam_mariadb_mtr.so removal path to use correct libdir location

Resolves: RHEL-188566

---
diff --git a/mariadb10.11.spec b/mariadb10.11.spec
index 5fcf46c..2e4d07d 100644
--- a/mariadb10.11.spec
+++ b/mariadb10.11.spec
@@ -1295,7 +1295,7 @@ rm %{buildroot}%{_mandir}/man1/{mariadb-client-test-embedded,mariadb-test-embedd
 %endif
 %if %{with pam}
 rm %{buildroot}/suite/plugins/pam/mariadb_mtr
-rm %{buildroot}/suite/plugins/pam/pam_mariadb_mtr.so
+rm %{buildroot}/%{_libdir}/%{majorname}/plugin/test_pam_modules/pam_mariadb_mtr.so
 # endif pam
 %endif
 rm %{buildroot}%{_bindir}/{mysql_client_test,mysqltest}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:22 [rpms/mariadb10.11] rawhide: Fix pam_mariadb_mtr.so removal path to use correct libdir location Daniel Handzus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox