public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3-rpm] epel10: Require rpm-plugin-audit
@ 2026-06-25  7:43 Michal Domonkos
  0 siblings, 0 replies; only message in thread
From: Michal Domonkos @ 2026-06-25  7:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python3-rpm
            Branch : epel10
            Commit : f80449bf3993c1cdf0ea6a4755d6921dda3e885f
            Author : Michal Domonkos <mdomonko@redhat.com>
            Date   : 2026-06-18T13:31:23+02:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python3-rpm/c/f80449bf3993c1cdf0ea6a4755d6921dda3e885f?branch=epel10

            Log:
            Require rpm-plugin-audit

Much like we now require the syslog plugin, do the same with audit. This
aligns with the RHEL content guidelines as well, which is the what the
referenced ticket is about.

Resolves: RHEL-139071

---
diff --git a/rpm.spec b/rpm.spec
index 4c4e903..1862264 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -197,7 +197,7 @@ Requires(meta): %{name} = %{version}-%{release}
 # >= 1.4.0 required for pgpVerifySignature2() and pgpPrtParams2()
 Requires: rpm-sequoia%{_isa} >= 1.9.0
 # Most systems should have a central package operations log
-Recommends: rpm-plugin-audit
+Requires(meta): (rpm-plugin-audit if audit)
 Requires(meta): (rpm-plugin-syslog if syslog)
 %endif
 
@@ -674,6 +674,7 @@ fi
 - Add support for database parking (RHEL-126405)
 - Make syslog plugin actually useful and also required (RHEL-155272)
 - Fix buffer overruns with long language strings (RHEL-169755)
+- Require rpm-plugin-audit instead of just recommending (RHEL-139071)
 
 * Thu Feb 05 2026 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-23
 - Fix key import API to return NOTTRUSTED for disabled algorithms (RHEL-112394)

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

only message in thread, other threads:[~2026-06-25  7:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  7:43 [rpms/python3-rpm] epel10: Require rpm-plugin-audit Michal Domonkos

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