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

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


commit 307f81c4aefff5c792f2c94467bb4403e0d95f6e
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Apr 2 10:10:53 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 fd3df14..84cd9cc 100644
--- a/mailman.spec
+++ b/mailman.spec
@@ -4,7 +4,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.15
-Release: 11%{?dist}
+Release: 12%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -53,7 +53,7 @@ BuildRequires: automake
 BuildRequires: python-devel
 BuildRequires: systemd-units
 
-%global contentdir /var/www
+%global contentdir /usr/share/httpd
 
 # Installation directories
 # rpmlint will give an error about hardcoded library path,
@@ -581,6 +581,9 @@ exit 0
 %dir %attr(775,root,%{mmgroup}) %{lockdir}
 
 %changelog
+* Tue Apr 02 2013 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-12
+- fix #947191 - change contentdir to /usr/share/httpd
+
 * Thu Mar 14 2013 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.15-11
 - do not use py_byte_compile, remove python3-devel dependency
 


More information about the scm-commits mailing list