Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache2 for openSUSE:Factory checked
in at 2022-06-30 13:17:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
and /work/SRC/openSUSE:Factory/.apache2.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2"
Thu Jun 30 13:17:55 2022 rev:195 rq:985733 version:2.4.54
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2022-06-13
13:01:53.073062883 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new.1548/apache2.changes
2022-06-30 13:17:58.653516072 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 14:39:26 UTC 2022 - Stefan Schubert <schubi@intern>
+
+- Moved logrotate files from user specific directory /etc/logrotate.d
+ to vendor specific directory /usr/etc/logrotate.d.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.XwFJqx/_old 2022-06-30 13:17:59.593516777 +0200
+++ /var/tmp/diff_new_pack.XwFJqx/_new 2022-06-30 13:17:59.597516780 +0200
@@ -513,8 +513,13 @@
echo %{apache_mmn}
EOF
+%if 0%{?suse_version} > 1500
+mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
+install -m 644 %{SOURCE31} %{buildroot}/%{_distconfdir}/logrotate.d/apache2
+%else
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE31} %{buildroot}/%{_sysconfdir}/logrotate.d/apache2
+%endif
make DESTDIR=%{buildroot} install-suexec -j1
@@ -852,7 +857,11 @@
%dir %{sysconfdir}/conf.d
%dir %{sysconfdir}/vhosts.d
%{_fillupdir}/sysconfig.apache2
+%if 0%{?suse_version} > 1500
+%{_distconfdir}/logrotate.d/apache2
+%else
%config(noreplace) %{_sysconfdir}/logrotate.d/apache2
+%endif
%{_unitdir}/apache2.service
%{_unitdir}/[email protected]
%{_unitdir}/apache2.target