[ddclient] ghosted run dir.

Jon Ciesla limb at fedoraproject.org
Tue May 15 15:31:28 UTC 2012


commit 5e8731b71f284915769ec38cfeb0e6d412de30ca
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue May 15 10:31:05 2012 -0500

    ghosted run dir.

 ddclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ddclient.spec b/ddclient.spec
index bfef6ab..dd182d2 100644
--- a/ddclient.spec
+++ b/ddclient.spec
@@ -1,7 +1,7 @@
 Summary:           Client to update dynamic DNS host entries
 Name:              ddclient
 Version:           3.8.1
-Release:           2%{?dist}
+Release:           3%{?dist}
 License:           GPLv2+
 Group:             System Environment/Daemons
 URL:               http://ddclient.sourceforge.net/
@@ -130,10 +130,13 @@ fi
 %{_sbindir}/%{name}
 %attr(0700,%{name},%{name}) %dir %{_localstatedir}/cache/%{name}/
 %attr(0600,%{name},%{name}) %ghost %{_localstatedir}/cache/%{name}/%{name}.cache
-%attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}/
+%ghost %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}/
 %config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
 
 %changelog
+* Tue May 15 2012 Jon Ciesla <limburgher at gmail.com> - 3.8.1-3
+- Add ghost to /var/run/ddclient
+
 * Mon May 14 2012 Jon Ciesla <limburgher at gmail.com> - 3.8.1-2
 - Add tmpfiles.d.
 


More information about the scm-commits mailing list