rpms/mailman/devel mailman.spec,1.82,1.83

Daniel Novotny dnovotny at fedoraproject.org
Wed Jul 8 10:39:52 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/mailman/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16161

Modified Files:
	mailman.spec 
Log Message:

fix bz#509689



Index: mailman.spec
===================================================================
RCS file: /cvs/extras/rpms/mailman/devel/mailman.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- mailman.spec	7 Jul 2009 11:02:53 -0000	1.82
+++ mailman.spec	8 Jul 2009 10:39:21 -0000	1.83
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.12
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -464,7 +464,8 @@ exit 0
 %{mmdir}/Mailman/versions.pyc
 %{mmdir}/Mailman/versions.pyo
 %doc %{docdir}
-%attr(0755,root,root) %{contentdir}/icons
+%dir %attr(0755,root,root) %{contentdir}/icons
+%attr(0644,root,root) %{contentdir}/icons/*
 %attr(0644, root, %{mmgroup}) %config(noreplace) %verify(not md5 size mtime) %{mmdir}/Mailman/mm_cfg.py
 %config(noreplace) %{httpdconfdir}/%{httpdconffile}
 /etc/logrotate.d/%{name}
@@ -482,6 +483,9 @@ exit 0
 %attr(0755,root,root) %{_bindir}/mailman-update-cfg
 
 %changelog
+* Wed Jul 08 2009 Daniel Novotny <dnovotny at redhat.com> 3:2.1.12-6
+- fix bz#509689 -  please remove execute perms
+
 * Tue Jul 07 2009 Daniel Novotny <dnovotny at redhat.com> 3:2.1.12-5
 - hardcoded library path removed
 - mixed use of spaces and tabs fixed




More information about the fedora-extras-commits mailing list