Depend on crypto-policies which provides /etc/krb5.conf.d
Resolves: rhbz#1225792
This commit is contained in:
parent
5ec8cb89e0
commit
65ce267be1
10
krb5.spec
10
krb5.spec
@ -43,7 +43,7 @@
|
||||
Summary: The Kerberos network authentication system
|
||||
Name: krb5
|
||||
Version: 1.13.2
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
# - Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||
# http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
|
||||
# - The sources below are stored in a lookaside cache. Upload with
|
||||
@ -198,6 +198,7 @@ Conflicts: libsmbclient < 3.5.10-124
|
||||
%endif
|
||||
Requires: coreutils, gawk, grep, sed
|
||||
Requires: keyutils-libs >= 1.5.8
|
||||
Requires: crypto-policies
|
||||
|
||||
%description libs
|
||||
Kerberos is a network authentication system. The krb5-libs package
|
||||
@ -490,8 +491,7 @@ mkdir -p $RPM_BUILD_ROOT%{_var}/kerberos/krb5/user
|
||||
mkdir -p $RPM_BUILD_ROOT/etc
|
||||
install -pm 644 %{SOURCE6} $RPM_BUILD_ROOT/etc/krb5.conf
|
||||
|
||||
# krb5.conf has default include on these directores.
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/krb5.conf.d
|
||||
# krb5.conf has default include on this directory.
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/krb5.conf.d
|
||||
|
||||
# Parent of configuration file for list of loadable GSS mechs ("mechs"). This
|
||||
@ -881,7 +881,6 @@ exit 0
|
||||
# These are hard-coded, not-dependent-on-the-configure-script paths.
|
||||
%dir /etc/gss
|
||||
%dir /etc/gss/mech.d
|
||||
%dir /etc/krb5.conf.d
|
||||
%dir /usr/share/krb5.conf.d
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/krb5.conf
|
||||
/%{_mandir}/man5/.k5identity.5*
|
||||
@ -979,6 +978,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 23 2015 Robbie Harwood <rharwood@redhat.com> - 1.13.2-9
|
||||
- Depend on crypto-policies which provides /etc/krb5.conf.d (#1225792)
|
||||
|
||||
* Thu Sep 10 2015 Robbie Harwood <rharwood@redhat.com> - 1.13.2-8
|
||||
- Remove dependency on systemd-sysv which is no longer needed for fedora > 20
|
||||
This also fixes a fail-to-build issue.
|
||||
|
Loading…
Reference in New Issue
Block a user