Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2019-05-17 23:36:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Fri May 17 23:36:22 2019 rev:156 rq:702763 version:2.4.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2019-04-04 
14:12:11.701292827 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new.5148/apache2.changes        
2019-05-17 23:36:23.746133634 +0200
@@ -1,0 +2,7 @@
+Mon May 13 14:31:22 UTC 2019 - [email protected]
+
+- revive apache-22-24-upgrade [bsc#1134294] (internal)
+- added sources
+  + apache-22-24-upgrade
+
+-------------------------------------------------------------------

New:
----
  apache-22-24-upgrade

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.P3EfxG/_old  2019-05-17 23:36:25.006132970 +0200
+++ /var/tmp/diff_new_pack.P3EfxG/_new  2019-05-17 23:36:25.010132968 +0200
@@ -124,6 +124,7 @@
 Source130:      apache2-vhost.template
 Source131:      apache2-vhost-ssl.template
 Source140:      apache2-check_forensic
+Source141:      apache-22-24-upgrade
 Source142:      start_apache2
 Source143:      apache2-systemd-ask-pass
 Source144:      apache2.service
@@ -562,6 +563,7 @@
 install -m 644 %{_sourcedir}/apache2-script-helpers 
%{buildroot}/%{_datadir}/%{name}/script-helpers
 install -m 744 %{_sourcedir}/start_apache2 %{buildroot}/%{_sbindir}/
 cp -r deprecated-scripts %{buildroot}/%{_datadir}/%{name}/
+install -m 755 %{_sourcedir}/apache-22-24-upgrade 
%{buildroot}/%{_datadir}/%{name}/
 %if 0%{?suse_version} >= 1210
 mkdir -p %{buildroot}%{_unitdir}/
 install -m 700 %{_sourcedir}/apache2-systemd-ask-pass %{buildroot}/%{_sbindir}/
@@ -861,6 +863,7 @@
 %{_libdir}/%{name}/mod_*.so
 %dir %{installbuilddir}
 %dir %{_datadir}/%{name}
+%{_datadir}/%{name}/apache-22-24-upgrade
 %{_datadir}/%{name}/deprecated-scripts
 %{_datadir}/%{name}/script-helpers
 %{_datadir}/%{name}/sysconf_addword
@@ -1448,6 +1451,7 @@
 exit 0
 
 %posttrans
+%{_datadir}/%{name}/apache-22-24-upgrade
 %apache_restart_if_needed
 
 %verifyscript

++++++ apache-22-24-upgrade ++++++
#!/bin/bash

# obsolete 2.2 modules -> 2.4 modules

for module in mod_authn_default mod_authz_default mod_mem_cache authz_default 
authn_default mem_cache; do
        if /usr/sbin/a2enmod -q "$module"; then
        echo "!!ATTENTION! $module was removed from apache version 2.4 or 
later, CHECK YOUR CONFIGURATION!!!"
        /usr/sbin/a2dismod "$module"
        fi
done

if ! /usr/sbin/a2enmod -q authn_core; then
  /usr/sbin/a2enmod authn_core
fi

if ! /usr/sbin/a2enmod -q authz_core; then
  /usr/sbin/a2enmod authz_core
fi

if ! /usr/sbin/a2enmod -q log_config; then
  /usr/sbin/a2enmod log_config
fi




Reply via email to