public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Domonkos <mdomonko@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python3-rpm] epel10: Require rpm-plugin-audit
Date: Thu, 25 Jun 2026 07:43:29 GMT	[thread overview]
Message-ID: <178237340973.1.9170615135334608296.rpms-python3-rpm-f80449bf3993@fedoraproject.org> (raw)

            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)

                 reply	other threads:[~2026-06-25  7:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178237340973.1.9170615135334608296.rpms-python3-rpm-f80449bf3993@fedoraproject.org \
    --to=mdomonko@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox