Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2016-05-08 10:45:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2016-03-18 
21:42:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes     2016-05-08 
10:46:10.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  3 14:55:13 UTC 2016 - mdi...@suse.de
+
+- Update outdated apache config bsc#956264
+  * update-outdated-apache-config-bsc956264.patch
+
+-------------------------------------------------------------------

New:
----
  update-outdated-apache-config-bsc956264.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.ZHiCSc/_old  2016-05-08 10:46:11.000000000 +0200
+++ /var/tmp/diff_new_pack.ZHiCSc/_new  2016-05-08 10:46:11.000000000 +0200
@@ -61,6 +61,8 @@
 Patch18:        cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch
 Patch19:        fix-broken-tests.diff
 Patch20:        fix_test_create_systems.diff
+# PATCH-FIX-OPENSUSE update-outdated-apache-config-bsc956264.patch bsc#956264 
mdi...@suse.de
+Patch21:        update-outdated-apache-config-bsc956264.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Url:            http://www.cobblerd.org/
@@ -168,6 +170,7 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p0
 
 mv vendor-files/cobbler.1.gz docs
 

++++++ update-outdated-apache-config-bsc956264.patch ++++++
Index: config/cobbler.conf
===================================================================
--- config/cobbler.conf.orig
+++ config/cobbler.conf
@@ -12,8 +12,7 @@ WSGIScriptAliasMatch ^/cblr/svc/([^/]*)
 <Directory "@@webroot@@/cobbler">
     SetEnv VIRTUALENV @@virtualenv@@
     Options Indexes FollowSymLinks
-    Order allow,deny
-    Allow from all
+    Require all granted
 </Directory>
 
 ProxyRequests off
@@ -29,7 +28,6 @@ BrowserMatch "MSIE" AuthDigestEnableQuer
 
 <Directory "@@webroot@@/cobbler/web/">
     Options Indexes FollowSymLinks
-    Order allow,deny
-    Allow from all
+    Require all granted
 </Directory>
 
Index: config/cobbler_web.conf
===================================================================
--- config/cobbler_web.conf.orig
+++ config/cobbler_web.conf
@@ -11,8 +11,7 @@
         SetEnv VIRTUALENV @@virtualenv@@
         Options Indexes MultiViews
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
 </Directory>
 
 <Directory "@@webroot@@/cobbler_webui_content/">
@@ -24,8 +23,7 @@
         </IfModule>
         Options +Indexes +FollowSymLinks
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
 </Directory>
 
 # Use separate process group for wsgi
@@ -38,15 +36,13 @@ WSGIPassAuthorization On
 <Directory "/usr/share/cobbler/web/">
         Options Indexes MultiViews
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
 </Directory>
 
 <Directory "/srv/www/cobbler_webui_content/">
         Options +Indexes +FollowSymLinks
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
 </Directory>
 
 <IfVersion >= 2.4>

Reply via email to