summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-01-21 18:05:06 +0000
committerRobbie Harwood <rharwood@redhat.com>2016-01-21 18:05:08 +0000
commit892fe9b7b5d6cb1cfe60b7996015ac2d5572ca55 (patch)
tree3fac6671d38d5c341bfe1035293b436cd0ef95f0
parentce63dad07efd2b924832a6cdf5760ba46333b5bb (diff)
downloadkrb5-892fe9b7b5d6cb1cfe60b7996015ac2d5572ca55.tar.gz
krb5-892fe9b7b5d6cb1cfe60b7996015ac2d5572ca55.tar.xz
krb5-892fe9b7b5d6cb1cfe60b7996015ac2d5572ca55.zip
Allow verification of attributes on krb5.conf
-rw-r--r--krb5.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 2444fb1..39480a5 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -13,7 +13,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.14
-Release: 15%{?dist}
+Release: 16%{?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
@@ -695,7 +695,7 @@ exit 0
%dir /etc/gss
%dir /etc/gss/mech.d
%dir /etc/krb5.conf.d
-%verify(not md5 size mtime) %config(noreplace) /etc/krb5.conf
+%config(noreplace) /etc/krb5.conf
%config(noreplace) /etc/krb5.conf.d/crypto-policies
/%{_mandir}/man5/.k5identity.5*
/%{_mandir}/man5/.k5login.5*
@@ -766,6 +766,9 @@ exit 0
%changelog
+* Thu Jan 21 2016 Robbie Harwood <rharwood@redhat.com> - 1.14-16
+- Allow verification of attributes on krb5.conf
+
* Wed Jan 20 2016 Robbie Harwood <rharwood@redhat.com> - 1.14-15
- Use "new" systemd macros for service handling. (Thanks vpavlin!)
- Resolves: #850399