Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2016-08-16 13:03:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-07-18 
21:23:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2016-08-16 
13:03:02.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Aug  5 11:36:28 UTC 2016 - tchva...@suse.com
+
+- Remove the omc xml config. It is useless nowdays
+
+-------------------------------------------------------------------
+Fri Aug  5 09:15:11 UTC 2016 - pgaj...@suse.com
+
+- readd the support of multiple entries in APACHE_ACCESS_LOG 
+  [bsc#991032]
+
+-------------------------------------------------------------------
@@ -20,0 +32,6 @@
+
+-------------------------------------------------------------------
+Wed Jul  6 06:29:57 UTC 2016 - f...@suse.com
+
+- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd)
+  is enough and replaces all libsystemd-* libs which are obsolete.

Old:
----
  apache2.xml

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.Hejesn/_old  2016-08-16 13:03:06.000000000 +0200
+++ /var/tmp/diff_new_pack.Hejesn/_new  2016-08-16 13:03:06.000000000 +0200
@@ -80,7 +80,6 @@
 Source45:       sysconf_addword
 Source46:       a2enflag
 Source47:       a2enmod
-Source48:       apache2.xml
 Source49:       apache2.firewall
 Source50:       apache2.ssl-firewall
 Source100:      apache2-httpd.conf
@@ -169,7 +168,7 @@
 %{?systemd_requires}
 %if 0%{?suse_version} >= 1210
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
 %endif
 %if 0%{?suse_version} > 1320
@@ -525,10 +524,6 @@
 install -m 755 $RPM_SOURCE_DIR/apache2-check_forensic 
%{buildroot}/%{_bindir}/check_forensic
 install -m 755 $RPM_SOURCE_DIR/apache2-find-directives %{buildroot}/%{_bindir}/
 #
-# xml stuff
-install -d %{buildroot}%{_datadir}/omc/svcinfo.d/
-install -m 644 %{SOURCE48} %{buildroot}%{_datadir}/omc/svcinfo.d/
-#
 # ssl stuff
 install -m 755 %{SOURCE25} %{buildroot}/%{_bindir}/
 tar xjf %{SOURCE29} -C %{buildroot}/%{sysconfdir}
@@ -794,7 +789,6 @@
 %dir %{sysconfdir}/conf.d
 %dir %{sysconfdir}/vhosts.d
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
-%{_datadir}/omc/svcinfo.d/apache2.xml
 %if 0%{?suse_version} >= 1210
 %{_unitdir}/apache2.service
 %{_unitdir}/apache2@.service



++++++ start_apache2 ++++++
--- /var/tmp/diff_new_pack.Hejesn/_old  2016-08-16 13:03:06.000000000 +0200
+++ /var/tmp/diff_new_pack.Hejesn/_new  2016-08-16 13:03:06.000000000 +0200
@@ -91,7 +91,7 @@
 done
 # APACHE_ACCESS_LOG -> global.conf
 if [ -n "$APACHE_ACCESS_LOG" ]; then
-    echo "CustomLog $APACHE_ACCESS_LOG" >> ${sysconfd_dir}/global.conf
+    echo "CustomLog $APACHE_ACCESS_LOG" | sed 's:,:\nCustomLog :' >> 
${sysconfd_dir}/global.conf
 fi
 # APACHE_CONF_INCLUDE_FILES -> include.conf
 for file in $APACHE_CONF_INCLUDE_FILES; do


Reply via email to