[mailman/f18] fix #947191 - change contentdir to /usr/share/httpd

Jan Kaluža jkaluza at fedoraproject.org
Tue Apr 2 08:44:19 UTC 2013


commit 2da729ae06b686c612c47683f7d2dda3c4d20438
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Apr 2 10:44:14 2013 +0200

    fix #947191 - change contentdir to /usr/share/httpd

 mailman.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mailman.spec b/mailman.spec
index a439ca9..013ec43 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: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -48,7 +48,7 @@ Requires(postun): systemd
 BuildRequires: python-devel >= 2.2, automake
 BuildRequires: systemd-units
 
-%global contentdir /var/www
+%global contentdir /usr/share/httpd
 
 # Installation directories
 # rpmlint will give an error about hardcoded library path,
@@ -535,6 +535,9 @@ exit 0
 %dir %attr(775,root,%{mmgroup}) %{lockdir}
 
 %changelog
+* Tue Apr 02 2013 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-7
+- fix #947191 - change contentdir to /usr/share/httpd
+
 * Wed Nov 21 2012 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-6
 - clean up spec file
 


More information about the scm-commits mailing list