Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-04-12 00:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-03-12 
16:38:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2015-04-12 
00:09:48.000000000 +0200
@@ -1,0 +2,19 @@
+Thu Apr  9 15:53:27 UTC 2015 - kstreit...@suse.com
+
+- remove 'exit 0' from the %post section in the specfile that was
+  placed here incorrectly and caused that the rest of the %post
+  section couldn't be executed. 
+
+-------------------------------------------------------------------
+Thu Apr  9 13:12:46 UTC 2015 - pgaj...@suse.com
+
+- /etc/init.d/apache2 reload -> systemctl reload apache2.service
+  in apache2.logrotate [bnc#926523]
+
+-------------------------------------------------------------------
+Mon Mar 30 08:42:07 UTC 2015 - pgaj...@suse.com
+
+- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES
+  [bnc#922236]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.3FQpNC/_old  2015-04-12 00:09:50.000000000 +0200
+++ /var/tmp/diff_new_pack.3FQpNC/_new  2015-04-12 00:09:50.000000000 +0200
@@ -1295,7 +1295,6 @@
        chown --reference=./%{sysconfdir}/httpd.conf $tmpfile
        cmp -s $tmpfile ./%{sysconfdir}/httpd.conf || cp -p $tmpfile 
./%{sysconfdir}/httpd.conf
 fi
-exit 0
 
 rm -rf $tmpdir
 %{_datadir}/%{name}/apache-20-22-upgrade


++++++ apache2.logrotate ++++++
--- /var/tmp/diff_new_pack.3FQpNC/_old  2015-04-12 00:09:50.000000000 +0200
+++ /var/tmp/diff_new_pack.3FQpNC/_new  2015-04-12 00:09:50.000000000 +0200
@@ -8,7 +8,7 @@
     missingok
     create 644 root root
     postrotate
-     /etc/init.d/apache2 reload
+    systemctl reload apache2.service
     endscript
 }
 
@@ -22,7 +22,7 @@
     missingok
     create 644 root root
     postrotate
-     /etc/init.d/apache2 reload
+    systemctl reload apache2.service
     endscript
 }
 
@@ -36,7 +36,7 @@
     missingok
     create 644 root root
     postrotate
-     /etc/init.d/apache2 reload
+    systemctl reload apache2.service
     endscript
 }
 
@@ -50,7 +50,7 @@
     missingok
     create 644 root root
     postrotate
-     /etc/init.d/apache2 reload
+    systemctl reload apache2.service
     endscript
 }
 
@@ -64,6 +64,6 @@
     missingok
     create 644 root root
     postrotate
-     /etc/init.d/apache2 reload
+    systemctl reload apache2.service
     endscript
 }



++++++ sysconfig.apache2 ++++++
--- /var/tmp/diff_new_pack.3FQpNC/_old  2015-04-12 00:09:50.000000000 +0200
+++ /var/tmp/diff_new_pack.3FQpNC/_new  2015-04-12 00:09:50.000000000 +0200
@@ -79,7 +79,7 @@
 # apache's default installation
 # APACHE_MODULES="authz_host actions alias asis auth autoindex cgi dir imap 
include log_config mime negotiation setenvif status userdir"
 # your settings
-APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile 
authz_default authz_user autoindex cgi dir env expires include log_config mime 
negotiation setenvif ssl socache_shmcb userdir php5 reqtimeout"
+APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile 
authz_core authz_user autoindex cgi dir env expires include log_config mime 
negotiation setenvif ssl socache_shmcb userdir php5 reqtimeout"
 
 
 ## Type:       string


Reply via email to