Hello community,

here is the log from the commit of package sarg for openSUSE:Factory checked in 
at 2017-11-24 10:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sarg (Old)
 and      /work/SRC/openSUSE:Factory/.sarg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sarg"

Fri Nov 24 10:55:27 2017 rev:33 rq:544868 version:2.3.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/sarg/sarg.changes        2017-06-16 
10:54:51.658843503 +0200
+++ /work/SRC/openSUSE:Factory/.sarg.new/sarg.changes   2017-11-24 
10:55:29.770037399 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:47:27 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sarg.spec ++++++
--- /var/tmp/diff_new_pack.Z2bZMP/_old  2017-11-24 10:55:30.622006282 +0100
+++ /var/tmp/diff_new_pack.Z2bZMP/_new  2017-11-24 10:55:30.626006136 +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
+
 Name:           sarg
 Version:        2.3.10
 Release:        0
@@ -43,8 +48,8 @@
 BuildRequires:  automake
 BuildRequires:  gd-devel
 BuildRequires:  libtool
-BuildRequires:  pcre-devel
 BuildRequires:  openldap2-devel
+BuildRequires:  pcre-devel
 Requires(post): %fillup_prereq
 Recommends:     cron
 Recommends:     http_proxy
@@ -88,8 +93,8 @@
 install -d %{buildroot}%{_sbindir}
 install -m 755 %{SOURCE2} %{buildroot}%{_sbindir}
 install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/%{name}/sarg.hosts
-install -d %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 644 %{SOURCE4} %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -d %{buildroot}%{_fillupdir}
+install -m 644 %{SOURCE4} %{buildroot}%{_fillupdir}
 install -D -m 755 %{SOURCE5} %{buildroot}%{_sysconfdir}/cron.daily/suse.de-sarg
 install -D -m 755 %{SOURCE6} 
%{buildroot}%{_sysconfdir}/cron.weekly/suse.de-sarg
 install -D -m 755 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/cron.monthly/suse.de-sarg
@@ -119,7 +124,7 @@
 %{_datadir}/%{name}/languages
 %{_datadir}/%{name}/fonts
 %{_datadir}/%{name}/images
-%{_localstatedir}/adm/fillup-templates/sysconfig.sarg
+%{_fillupdir}/sysconfig.sarg
 
 %defattr(0644,root,root,0755)
 /srv/www/htdocs/sarg-php




Reply via email to