[mailman] fix ownership of unowned directories

Jan Kaluža jkaluza at fedoraproject.org
Tue Aug 21 08:12:52 UTC 2012


commit caf00234c7e507e4236536a6181a2ec848930fc3
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Aug 21 10:11:01 2012 +0200

    fix ownership of unowned directories

 mailman.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mailman.spec b/mailman.spec
index e1cd589..b8bad70 100644
--- a/mailman.spec
+++ b/mailman.spec
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.15
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -392,10 +392,10 @@ exit 0
 %files
 %defattr(-,root,%{mmgroup})
 %dir %{mmdir}
-#%%{mmdir}/Mailman
+%dir %{mmdir}/Mailman
 %{mmdir}/bin
 %{mmdir}/cgi-bin
-#%%{mmdir}/cron
+%dir %{mmdir}/cron
 %{mmdir}/icons
 %{mmdir}/mail
 %{mmdir}/messages
@@ -546,6 +546,9 @@ exit 0
 %attr(2770,%{cgiuser},%{mmgroup}) %{archivesdir}/private
 
 %changelog
+* Tue Aug 21 2012 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-4
+- fix ownership of unowned directories
+
 * Thu Aug 16 2012 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-3
 - Python executables does not need setgid
 


More information about the scm-commits mailing list