File update-outdated-apache-config-bsc956264.patch of Package cobbler

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,8 +28,7 @@ BrowserMatch "MSIE" AuthDigestEnableQuer
 
 <Directory "@@webroot@@/cobbler/web/">
     Options Indexes FollowSymLinks
-    Order allow,deny
-    Allow from all
+    Require all granted
 </Directory>
 
 <IfVersion >= 2.4>
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>
openSUSE Build Service is sponsored by