From e237d18af1ab745e6c0888f346b1d085840e1204 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 28 2014 18:05:22 +0000 Subject: 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 --- 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 f09ef2c..1a2aa73 100644 --- a/krb5.spec +++ b/krb5.spec @@ -41,7 +41,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.12.2 -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.12/krb5-1.12.2-signed.tar Source0: krb5-%{version}.tar.gz @@ -1023,6 +1023,10 @@ exit 0 %{_sbindir}/uuserver %changelog +* Tue Aug 26 2014 Nalin Dahyabhai - 1.12.2-4 +- kpropd hasn't bothered with -S since 1.11; stop trying to use that flag + in the systemd unit file + * Wed Aug 20 2014 Nalin Dahyabhai - 1.12.2-3 - pull in upstream fix for an incorrect check on the value returned by a strdup() call (#1132062)