summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood (frozencemetery) <rharwood@redhat.com>2015-10-22 15:14:45 +0000
committerRobbie Harwood (frozencemetery) <rharwood@redhat.com>2015-10-22 15:14:45 +0000
commit5eb94ecfab5798aaa2f9313a4cbf53c9f1ec5536 (patch)
tree357eebf36891dd0f88e77943616ec386ff61cb9a
parent9baef8fa8f8c277441af6e11746b43ef6089af87 (diff)
downloadkrb5-5eb94ecfab5798aaa2f9313a4cbf53c9f1ec5536.tar.gz
krb5-5eb94ecfab5798aaa2f9313a4cbf53c9f1ec5536.tar.xz
krb5-5eb94ecfab5798aaa2f9313a4cbf53c9f1ec5536.zip
Fix typo of crypto-policies file in previous version
-rw-r--r--krb5.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index c53775c..8f1a3e2 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -43,7 +43,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.14
-Release: 3%{?dist}
+Release: 4%{?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
@@ -450,7 +450,7 @@ install -pm 644 %{SOURCE6} $RPM_BUILD_ROOT/etc/krb5.conf
# Default include on this directory
mkdir -p $RPM_BUILD_ROOT/etc/krb5.conf.d
-ln -sv /etc/crypto-policies/back-ends/krb5.conf $RPM_BUILD_ROOT/etc/krb5.conf.d/crypto-policies
+ln -sv /etc/crypto-policies/back-ends/krb5.config $RPM_BUILD_ROOT/etc/krb5.conf.d/crypto-policies
# Parent of configuration file for list of loadable GSS mechs ("mechs"). This
# location is not relative to sysconfdir, but is hard-coded in g_initialize.c.
@@ -889,6 +889,9 @@ exit 0
%changelog
+* Thu Oct 22 2015 Robbie Harwood <rharwood@redhat.com> - 1.14-beta1-4
+- Fix typo of crypto-policies file in previous version
+
* Mon Oct 19 2015 Robbie Harwood <rharwood@redhat.com> - 1.14-beta1-3
- Start using crypto-policies