rpms/ctrlproxy/devel ctrlproxy.spec,1.3,1.4

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Thu Jun 23 11:10:29 UTC 2005


Author: jwboyer

Update of /cvs/extras/rpms/ctrlproxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1181

Modified Files:
	ctrlproxy.spec 
Log Message:
Fix file modes



Index: ctrlproxy.spec
===================================================================
RCS file: /cvs/extras/rpms/ctrlproxy/devel/ctrlproxy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ctrlproxy.spec	21 Jun 2005 08:42:17 -0000	1.3
+++ ctrlproxy.spec	23 Jun 2005 11:10:27 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: ctrlproxy
 Name: ctrlproxy
 Version: 2.6.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/Internet
 Source: http://jelmer.vernstok.nl/releases/ctrlproxy-%{version}.tar.gz
@@ -58,9 +58,9 @@
 [ -d "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(0644,root,root)
+%defattr(-,root,root)
 %doc AUTHORS COPYING TODO README ChangeLog ctrlproxyrc.example ctrlproxyrc.dtd
-%attr(0755,root,root) %{_bindir}/*
+%{_bindir}/*
 %{_mandir}/*/*
 %dir /%{_libdir}/ctrlproxy
 %{_libdir}/ctrlproxy/*
@@ -68,6 +68,9 @@
 %{_datadir}/ctrlproxy/*
 
 %changelog
+* Wed Jun 22 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 2.6.2-3
+- Fix file modes
+
 * Tue Jun 21 2005 David Woodhouse <dwmw2 at infradead.org> 2.6.2-2%{?dist}
 - Add %%{?dist} tag to release
 




More information about the fedora-extras-commits mailing list