[fedmsg] Remove unnecessary %%ghost on /var/run/fedmsg

Ralph Bean ralph at fedoraproject.org
Mon Aug 6 18:08:10 UTC 2012


commit 09808839511f755195f3b8d023ad45512e1a1eda
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Aug 6 14:07:50 2012 -0400

    Remove unnecessary %%ghost on /var/run/fedmsg

 fedmsg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 1755744..e4a0bbf 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.2.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -145,7 +145,7 @@ fi
 %{_bindir}/fedmsg-config
 
 %attr(755, %{modname}, %{modname}) %dir %{_var}/log/%{modname}
-%ghost %attr(755, %{modname}, %{modname}) %dir %{_var}/run/%{modname}
+%attr(755, %{modname}, %{modname}) %dir %{_var}/run/%{modname}
 
 %{python_sitelib}/%{modname}/
 %{python_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/
@@ -167,6 +167,9 @@ fi
 
 
 %changelog
+* Mon Aug 06 2012 Ralph Bean <rbean at redhat.com> - 0.2.7-4
+- Remove unnecessary %%ghost on /var/run/fedmsg.
+
 * Mon Aug 06 2012 Ralph Bean <rbean at redhat.com> - 0.2.7-3
 - Hopefully fix to creation of /var/run/fedmsg.
 


More information about the scm-commits mailing list