[krb5/f19] Remove the -S flag from kprop.service

Nalin Dahyabhai nalin at fedoraproject.org
Thu Aug 28 18:29:24 UTC 2014


commit 7cb76b5700abdc4f1f76927d89ade3bc11422a4b
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Aug 26 11:26:39 2014 -0400

    Remove the -S flag from kprop.service
    
    - kpropd hasn't bothered with -S since 1.11; stop trying to use that
      flag in the systemd unit file

 kprop.service |    2 +-
 krb5.spec     |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/kprop.service b/kprop.service
index 959a300..4ed2247 100644
--- a/kprop.service
+++ b/kprop.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/_kpropd -S
+ExecStart=/usr/sbin/_kpropd
 
 [Install]
 WantedBy=multi-user.target
diff --git a/krb5.spec b/krb5.spec
index 5c4276b..2917e5a 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -32,7 +32,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.11.3
-Release: 25%{?dist}
+Release: 26%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -1003,6 +1003,10 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Tue Aug 26 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.11.3-26
+- kpropd hasn't bothered with -S since 1.11; stop trying to use that flag
+  in the systemd unit file
+
 * Thu Aug  7 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.11.3-25
 - incorporate fix for MITKRB5-SA-2014-001 (CVE-2014-4345)
 


More information about the scm-commits mailing list