Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2017-12-08 21:46:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Fri Dec  8 21:46:26 2017 rev:139 rq:548029 version:2.4.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2017-11-23 
09:37:17.656101233 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2017-12-08 
21:47:27.126904130 +0100
@@ -1,0 +2,11 @@
+Sun Nov 26 17:25:10 UTC 2017 - [email protected]
+
+- Add which and w3m as dependencies. poo#28406 
+
+-------------------------------------------------------------------
+Thu Nov 23 13:43:30 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.PQ8VEI/_old  2017-12-08 21:47:28.534843565 +0100
+++ /var/tmp/diff_new_pack.PQ8VEI/_new  2017-12-08 21:47:28.542843221 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define apache_mmn     %(test -s %{SOURCE0} && { echo -n apache_mmn_; bzcat 
%{SOURCE0} | awk '/^#define MODULE_MAGIC_NUMBER_MAJOR/ {printf "%d", $3}'; })
 %define suse_maintenance_mmn  0
 %define        default_mpm     prefork
@@ -148,6 +153,8 @@
 Requires:       %{_sysconfdir}/mime.types
 Requires:       %{name}-MPM
 Requires:       logrotate
+Requires:       w3m
+Requires:       which
 %if 0%{?suse_version} < 1210
 Requires(post): %insserv_prereq
 %endif
@@ -517,7 +524,7 @@
 rm %{buildroot}/%{sysconfdir}/httpd-*.conf
 #
 # create directories
-mkdir -p %{buildroot}/%{_var}/adm/fillup-templates \
+mkdir -p %{buildroot}/%{_fillupdir} \
         %{buildroot}/%{proxycachedir} \
         %{buildroot}/%{localstatedir}
 #
@@ -574,7 +581,7 @@
 #
 # install sysconfig template
 install -m 644 $RPM_SOURCE_DIR/sysconfig.%{name} \
-       %{buildroot}/%{_var}/adm/fillup-templates/sysconfig.%{name}
+       %{buildroot}/%{_fillupdir}/sysconfig.%{name}
 #
 # install configuration files:
 mkdir -p %{buildroot}/%{runtimedir}
@@ -609,7 +616,7 @@
 %if "%{_lib}" != "lib64"
 sed -e 's/lib64/%{_lib}/' -i \
   %{buildroot}/%{sysconfdir}/loadmodule.conf \
-  %{buildroot}/%{_var}/adm/fillup-templates/sysconfig.%{name}
+  %{buildroot}/%{_fillupdir}/sysconfig.%{name}
 %endif
 
 # remove configuration for mpms which have not been built
@@ -836,7 +843,7 @@
 %{_sbindir}/suexec2
 %{iconsdir}
 %{errordir}
-%{_var}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %attr(755,root,root) %{_libdir}/%{name}_MMN
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/mod_*.so





Reply via email to