summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-07-20 17:58:20 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-07-20 17:58:20 -0400
commita0e423054a85c14dcdaf4d9e69d7952145924141 (patch)
tree2d772ffee9d01f89098688cb5e8d35582ac70f2a /krb5.spec
parent4e66f1237b4d9d990438157d7f8737cd40577f3f (diff)
downloadkrb5-a0e423054a85c14dcdaf4d9e69d7952145924141.tar.gz
krb5-a0e423054a85c14dcdaf4d9e69d7952145924141.tar.xz
krb5-a0e423054a85c14dcdaf4d9e69d7952145924141.zip
- kadmind.init: drop the attempt to detect no-database-present errors (#723723)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index 311b065..2929fba 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -6,7 +6,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.9.1
-Release: 6%{?dist}
+Release: 7%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.1-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -666,6 +666,9 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Wed Jul 20 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9.1-7
+- kadmind.init: drop the attempt to detect no-database-present errors (#723723)
+
* Tue Jul 19 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9.1-6
- backport fixes to teach libkrb5 to use descriptors higher than FD_SETSIZE
to talk to a KDC by using poll() if it's detected at compile-time (#701446,