summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-09-06 18:42:40 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-09-06 18:42:40 -0400
commitcf693a29983a5571d95b7bd0354a9f520881de00 (patch)
tree3bb73bcc3f2e68eaca73f5c468a7a281eb5bfc0a /krb5.spec
parent7f06579f48a238553ed5c22938aa9f1d7574ad49 (diff)
downloadkrb5-cf693a29983a5571d95b7bd0354a9f520881de00.tar.gz
krb5-cf693a29983a5571d95b7bd0354a9f520881de00.tar.xz
krb5-cf693a29983a5571d95b7bd0354a9f520881de00.zip
cut out an extraneous label configuration reloadkrb5-1.10.3-4.fc19
- cut down the number of times we load SELinux labeling configuration from a minimum of two times to actually one (more of #845125)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index 812cd1f..da04192 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -29,7 +29,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.10.3
-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.10/krb5-1.10.3-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -839,6 +839,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Thu Sep 6 2012 Nalin Dahyabhai <nalin@redhat.com> 1.10.3-4
+- cut down the number of times we load SELinux labeling configuration from
+ a minimum of two times to actually one (more of #845125)
+
* Thu Aug 30 2012 Nalin Dahyabhai <nalin@redhat.com> 1.10.3-3
- backport patch to disable replay detection in krb5_verify_init_creds()
while reading the AP-REQ that's generated in the same function (RT#7229)