Hello community,

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

Package is "postgrey"

Fri Nov 24 10:56:09 2017 rev:35 rq:544947 version:1.37

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgrey/postgrey.changes        2017-06-02 
10:34:17.915713348 +0200
+++ /work/SRC/openSUSE:Factory/.postgrey.new/postgrey.changes   2017-11-24 
10:56:11.540511814 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:43:20 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgrey.spec ++++++
--- /var/tmp/diff_new_pack.s0PwNp/_old  2017-11-24 10:56:12.544475147 +0100
+++ /var/tmp/diff_new_pack.s0PwNp/_new  2017-11-24 10:56:12.544475147 +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:           postgrey
 Version:        1.37
 Release:        0
@@ -111,7 +116,7 @@
 touch whitelist_clients.local
 install -m 0644 whitelist_clients.local %{buildroot}/%{_sysconfdir}/%{name}
 # configuration
-install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -D -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 # systemd service file or init file
 %if 0%{?suse_version} > 1210
 install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
@@ -166,7 +171,7 @@
 %{_sbindir}/postgreyreport
 %{_sbindir}/rc%{name}
 %dir %attr(0755,postgrey,postfix) %{_localstatedir}/lib/%{name}
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %dir %attr(0770,postgrey,postfix) %{_localstatedir}/spool/postfix/%{name}
 %doc %{_mandir}/man?/*
 %doc Changes COPYING README README.SUSE examples %{name}_daily_greylist.crontab


Reply via email to