[udisks] %ghost /var/run

Matthias Clasen mclasen at fedoraproject.org
Fri Jan 28 19:02:24 UTC 2011


commit eb52d856db9ad19f66673d2241d25f03efafc23f
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jan 28 14:01:26 2011 -0500

    %ghost /var/run

 udisks.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/udisks.spec b/udisks.spec
index 29ada52..afb873b 100644
--- a/udisks.spec
+++ b/udisks.spec
@@ -14,7 +14,7 @@
 Summary: Storage Management Service
 Name: udisks
 Version: 1.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -147,7 +147,7 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/udisks-bash-completion.sh
 
 %{_datadir}/dbus-1/system-services/*.service
 
-%attr(0700,root,root) %dir %{_localstatedir}/run/udisks
+%ghost %attr(0700,root,root) %dir %{_localstatedir}/run/udisks
 %attr(0700,root,root) %dir %{_localstatedir}/lib/udisks
 
 %files devel
@@ -159,6 +159,9 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/udisks-bash-completion.sh
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Fri Jan 28 2011 Matthias Clasen <mclasen at redhat.com> - 1.0.1-7%{?dist}
+- %%ghost /var/run content (#656709)
+
 * Tue Jan 25 2011 Matthias Clasen <mclasen at redhat.com> - 1.0.1-6%{?dist}
 - BR gtk-doc
 


More information about the scm-commits mailing list