[fedmsg] Own the /etc/fedmsg.d/ dir.

Ralph Bean ralph at fedoraproject.org
Tue Mar 25 14:44:09 UTC 2014


commit cffcb6e47db84e4b8d6b2338b3d06904c1a33cf2
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Mar 25 10:44:11 2014 -0400

    Own the /etc/fedmsg.d/ dir.

 fedmsg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index ac1b492..dd5fd1d 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.7.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -253,7 +253,7 @@ fi
 %{python_sitelib}/%{modname}/
 %{python_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/
 
-#%config(noreplace) %{_sysconfdir}/fedmsg.d
+%dir %{_sysconfdir}/fedmsg.d/
 %config(noreplace) %{_sysconfdir}/fedmsg.d/base.py*
 %config(noreplace) %{_sysconfdir}/fedmsg.d/endpoints.py*
 %config(noreplace) %{_sysconfdir}/fedmsg.d/logging.py*
@@ -314,6 +314,9 @@ fi
 %config(noreplace) %{_sysconfdir}/fedmsg.d/gateway.py*
 
 %changelog
+* Tue Mar 25 2014 Ralph Bean <rbean at redhat.com> - 0.7.7-2
+- Added ownership of /etc/fedmsg.d/
+
 * Tue Mar 25 2014 Ralph Bean <rbean at redhat.com> - 0.7.7-1
 - fedmsg-config and fedmsg-tail now share the --query option.
 - Added a deployment doc.


More information about the scm-commits mailing list