summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-09-30 16:34:18 +0000
committerRobbie Harwood <rharwood@redhat.com>2016-09-30 16:40:22 +0000
commit5a1a649bdae091a21b0edc850fc4b38eff26bec7 (patch)
tree7b2f290c406d5b2e53a8c023274455abc55f7427
parentbbb54d328c537ca8f7ffbb918b80b30fe4b588ad (diff)
downloadkrb5-5a1a649bdae091a21b0edc850fc4b38eff26bec7.tar.gz
krb5-5a1a649bdae091a21b0edc850fc4b38eff26bec7.tar.xz
krb5-5a1a649bdae091a21b0edc850fc4b38eff26bec7.zip
Fix backward check in kprop.service
-rw-r--r--kprop.service2
-rw-r--r--krb5.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/kprop.service b/kprop.service
index 64d5de1..6a33467 100644
--- a/kprop.service
+++ b/kprop.service
@@ -1,7 +1,7 @@
[Unit]
Description=Kerberos 5 Propagation
After=syslog.target network.target
-AssertPathExists=!/var/kerberos/krb5kdc/kpropd.acl
+AssertPathExists=/var/kerberos/krb5kdc/kpropd.acl
[Service]
Type=forking
diff --git a/krb5.spec b/krb5.spec
index 6861e75..10447f9 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -13,7 +13,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.14.4
-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
@@ -722,6 +722,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
+* Fri Sep 30 2016 Robbie Harwood <rharwood@redhat.com> - 1.14.4-4
+- Fix backward check in kprop.service
+
* Fri Sep 30 2016 Robbie Harwood <rharwood@redhat.com> - 1.14.4-3
- Switch to using autosetup macro.
- Patches come from git, so it is easiest to just make a git repo