[bip] - Change /etc/bip.conf to 0640,root,bip (#815935)

Brian C. Lane bcl at fedoraproject.org
Tue May 15 22:00:14 UTC 2012


commit df37f89aca6286d4c8af5b906f202e37bf632398
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue May 15 14:13:09 2012 -0700

    - Change /etc/bip.conf to 0640,root,bip (#815935)

 bip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bip.spec b/bip.spec
index 08f2d5c..9d8aa99 100644
--- a/bip.spec
+++ b/bip.spec
@@ -1,6 +1,6 @@
 Name:    bip
 Version: 0.8.8
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: IRC Bouncer
 Group:   Applications/Internet
 License: GPLv2+
@@ -120,13 +120,16 @@ fi
 %{_bindir}/bipmkpw
 %{_mandir}/man1/bip.1.gz
 %{_mandir}/man5/bip.conf.5.gz
-%config(noreplace) %{_sysconfdir}/bip.conf
+%attr(0640,root,bip) %config(noreplace) %{_sysconfdir}/bip.conf
 %config %{_sysconfdir}/tmpfiles.d/bip.conf
 %attr(-,bip,bip) %ghost %{_localstatedir}/run/bip
 %attr(-,bip,bip) %dir %{_localstatedir}/log/bip
 %{_unitdir}/bip.service
 
 %changelog
+* Tue May 15 2012 Brian C. Lane <bcl at redhat.com> 0.8.8-6
+- Change /etc/bip.conf to 0640,root,bip (#815935)
+
 * Fri Apr 13 2012 Adam Williamson <awilliam at redhat.com> - 0.8.8-5
 - upstream patch to fix privmsg logs being split up (upstream #252)
 


More information about the scm-commits mailing list