Fix backward check in kprop.service
This commit is contained in:
parent
bbb54d328c
commit
5a1a649bda
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Kerberos 5 Propagation
|
Description=Kerberos 5 Propagation
|
||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
AssertPathExists=!/var/kerberos/krb5kdc/kpropd.acl
|
AssertPathExists=/var/kerberos/krb5kdc/kpropd.acl
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.14.4
|
Version: 1.14.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# - Maybe we should explode from the now-available-to-everybody tarball instead?
|
# - 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
|
# 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
|
# - The sources below are stored in a lookaside cache. Upload with
|
||||||
@ -722,6 +722,9 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 30 2016 Robbie Harwood <rharwood@redhat.com> - 1.14.4-3
|
||||||
- Switch to using autosetup macro.
|
- Switch to using autosetup macro.
|
||||||
- Patches come from git, so it is easiest to just make a git repo
|
- Patches come from git, so it is easiest to just make a git repo
|
||||||
|
Loading…
Reference in New Issue
Block a user