[packages/rt] - migrated to apache 2.4

baggins baggins at pld-linux.org
Fri May 17 11:31:55 CEST 2013


commit d6f85e286af58299557ee5673738ac7cf2f5da54
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 17 11:31:53 2013 +0200

    - migrated to apache 2.4

 rt-apache.conf | 5 ++---
 rt.spec        | 7 ++++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/rt.spec b/rt.spec
index 0e2886a..3c9db5a 100644
--- a/rt.spec
+++ b/rt.spec
@@ -42,7 +42,7 @@ Summary:	Request Tracker
 Summary(pl.UTF-8):	Request Tracker - system do śledzenia zleceń
 Name:		rt
 Version:	4.0.12
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications
 Source0:	http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz
@@ -202,6 +202,7 @@ Requires:	perl-XML-RSS >= %{perl_xml_rss_ver}
 Requires:	perl-base >= %{perl_ver}
 Requires:	webapps
 Suggests:	perl-FCGI
+Conflicts:	apache-base < 2.4.0-1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -299,10 +300,10 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/fonts/TTF
 # *.in, tests
 find $RPM_BUILD_ROOT -type f -name \*.in -exec rm '{}' \;
 
-%triggerin -- apache < 2.2.0, apache-base
+%triggerin -- apache-base
 %webapp_register httpd %{_webapp}
 
-%triggerun -- apache < 2.2.0, apache-base
+%triggerun -- apache-base
 %webapp_unregister httpd %{_webapp}
 
 %clean
diff --git a/rt-apache.conf b/rt-apache.conf
index 63ecdf8..308189d 100644
--- a/rt-apache.conf
+++ b/rt-apache.conf
@@ -1,9 +1,8 @@
 <Directory "/usr/share/rt/html">
 	AllowOverride all
-	#ExecCGI on                                                                                                                                                  
+	#ExecCGI on
 	<IfModule mod_authz_host.c>
-		Order allow,deny
-		Allow from all
+		Require all granted
 	</IfModule>
 </Directory>
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rt.git/commitdiff/d6f85e286af58299557ee5673738ac7cf2f5da54



More information about the pld-cvs-commit mailing list