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

Brian C. Lane bcl at fedoraproject.org
Tue May 15 22:33:34 UTC 2012


commit 6e3812a6cb20b67ad53f6861e635e2adea84a3ba
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 d412c7f..e1b42ca 100644
--- a/bip.spec
+++ b/bip.spec
@@ -1,6 +1,6 @@
 Name:    bip
 Version: 0.8.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: IRC Bouncer
 Group:   Applications/Internet
 License: GPLv2+
@@ -104,13 +104,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
 %{_initrddir}/bip
 %config %{_sysconfdir}/tmpfiles.d/bip.conf
 %attr(-,bip,bip) %ghost %{_localstatedir}/run/bip
 %attr(-,bip,bip) %dir %{_localstatedir}/log/bip
 
 %changelog
+* Tue May 15 2012 Brian C. Lane <bcl at redhat.com> 0.8.8-4
+- Change /etc/bip.conf to 0640,root,bip (#815935)
+
 * Fri Apr 13 2012 Adam Williamson <awilliam at redhat.com> - 0.8.8-3
 - upstream patch to fix privmsg logs being split up (upstream #252)
 


More information about the scm-commits mailing list