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
This commit is contained in:
parent
5edc9f4666
commit
f80449bf39
3
rpm.spec
3
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user