rpms/ctrlproxy/devel ctrlproxy.spec,1.22,1.23

Bernie Innocenti bernie at fedoraproject.org
Wed Apr 1 11:54:21 UTC 2009


Author: bernie

Update of /cvs/pkgs/rpms/ctrlproxy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11039

Modified Files:
	ctrlproxy.spec 
Log Message:
* Wed Apr 1 2009 Bernie Innocenti <bernie at codewiz.org> 3.0.8-3
- Fix rhbz#483334: Unowned directories



Index: ctrlproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctrlproxy/devel/ctrlproxy.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ctrlproxy.spec	24 Feb 2009 10:13:23 -0000	1.22
+++ ctrlproxy.spec	1 Apr 2009 11:53:50 -0000	1.23
@@ -6,7 +6,7 @@
 Summary: ctrlproxy
 Name: ctrlproxy
 Version: 3.0.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Source: http://jelmer.vernstok.nl/releases/ctrlproxy-%{version}.tar.gz
@@ -85,8 +85,9 @@
 %attr(0750, ctrlproxy, ctrlproxy) %dir %{ctrlproxy_logdir}
 %attr(0750, ctrlproxy, ctrlproxy) %dir %{ctrlproxy_homedir}
 %attr(0750, ctrlproxy, ctrlproxy) %config(noreplace) %{ctrlproxy_homedir}/config
-%attr(0750, ctrlproxy, ctrlproxy) %config(noreplace) %{_sysconfdir}/ctrlproxy/config
-%attr(0750, ctrlproxy, ctrlproxy) %config(noreplace) %{_sysconfdir}/ctrlproxy/motd
+%dir %{_sysconfdir}/ctrlproxy
+%attr(0640, ctrlproxy, ctrlproxy) %config(noreplace) %{_sysconfdir}/ctrlproxy/config
+%attr(0644, ctrlproxy, ctrlproxy) %config(noreplace) %{_sysconfdir}/ctrlproxy/motd
 
 
 %files devel
@@ -95,6 +96,9 @@
 %{_libdir}/pkgconfig/ctrlproxy.pc
 
 %changelog
+* Wed Apr 1 2009 Bernie Innocenti <bernie at codewiz.org> 3.0.8-3
+- Fix rhbz#483334: Unowned directories
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list