krb5 1.21.3-5
- Make test dependencies optional if not part of CentOS/RHEL 10 Resolves: RHEL-65724 Signed-off-by: Julien Rische <jrische@redhat.com>
This commit is contained in:
parent
e2b3a92117
commit
dc84b1a48b
11
krb5.spec
11
krb5.spec
@ -10,7 +10,7 @@
|
||||
#
|
||||
# baserelease is what we have standardized across Fedora and what
|
||||
# rpmdev-bumpspec knows how to handle.
|
||||
%global baserelease 4
|
||||
%global baserelease 5
|
||||
|
||||
# This should be e.g. beta1 or %%nil
|
||||
%global pre_release %nil
|
||||
@ -261,11 +261,12 @@ Requires: net-tools, rpcbind
|
||||
Requires: perl-interpreter
|
||||
Requires: procps-ng
|
||||
Requires: python3-kdcproxy
|
||||
Requires: python3-pyrad
|
||||
Requires: resolv_wrapper
|
||||
Requires: /etc/crypto-policies/back-ends/krb5.config
|
||||
Requires: words
|
||||
#Requires: openldap-servers, openldap-clients
|
||||
Recommends: python3-pyrad
|
||||
Recommends: openldap-servers
|
||||
Recommends: openldap-clients
|
||||
|
||||
%description tests
|
||||
FOR TESTING PURPOSE ONLY
|
||||
@ -720,6 +721,10 @@ exit 0
|
||||
%{_datarootdir}/%{name}-tests/%{_arch}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 04 2024 Julien Rische <jrische@redhat.com> - 1.21.3-5
|
||||
- Make test dependencies optional if not part of CentOS/RHEL 10
|
||||
Resolves: RHEL-65724
|
||||
|
||||
* Wed Oct 30 2024 Julien Rische <jrische@redhat.com> - 1.21.3-4
|
||||
- libkrad: implement support for Message-Authenticator (CVE-2024-3596)
|
||||
Resolves: RHEL-55427
|
||||
|
Loading…
Reference in New Issue
Block a user