commit cf69a54adaff5b24c8e3be32a5df0aa96949e000
Author: Jan RÄ™korajski <[email protected]>
Date:   Wed May 15 18:10:35 2013 +0200

    - migrate to apache 2.4

 bacula-web.spec |  8 +++++---
 httpd.conf      | 13 +++++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/bacula-web.spec b/bacula-web.spec
index 574b3a1..79d6a63 100644
--- a/bacula-web.spec
+++ b/bacula-web.spec
@@ -11,6 +11,7 @@ Group:                Applications/WWW
 Source0:       
http://www.bacula-web.org/tl_files/downloads/%{name}-%{version}.tar.gz
 # Source0-md5: 6d3d212a9d145f8d112ce15f5a40538d
 Source1:       apache.conf
+Source2:       httpd.conf
 Patch0:                sys-libs.patch
 URL:           http://www.bacula-web.org/
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -29,6 +30,7 @@ Requires:     webserver(php)
 Suggests:      php-pdo-mysql
 Suggests:      php-pdo-pgsql
 Suggests:      php-pdo-sqlite
+Conflicts:     apache-base < 2.4.0-1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -71,7 +73,7 @@ cp -a *.php application core $RPM_BUILD_ROOT%{_appdir}
 cp -a config/* $RPM_BUILD_ROOT%{_sysconfdir}
 
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-cp -p $RPM_BUILD_ROOT%{_sysconfdir}/{apache,httpd}.conf
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -91,10 +93,10 @@ fi
 %triggerun -- apache1 < 1.3.37-3, apache1-base
 %webapp_unregister apache %{_webapp}
 
-%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}
 
 %files
diff --git a/httpd.conf b/httpd.conf
new file mode 100644
index 0000000..688e903
--- /dev/null
+++ b/httpd.conf
@@ -0,0 +1,13 @@
+Alias /bacula-web/cache/ /var/cache/bacula-web/
+Alias /bacula-web /usr/share/bacula-web
+
+<Directory /usr/share/bacula-web>
+       Require all granted
+</Directory>
+
+<Directory /var/cache/bacula-web>
+       Require all denied
+       <Files *.png>
+               Require all granted
+       </Files>
+</Directory>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bacula-web.git/commitdiff/cf69a54adaff5b24c8e3be32a5df0aa96949e000

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to