Hello community,

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

Package is "patch2mail"

Fri Nov 24 10:55:55 2017 rev:16 rq:544917 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/patch2mail/patch2mail.changes    2015-12-09 
22:26:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.patch2mail.new/patch2mail.changes       
2017-11-24 10:55:56.365066061 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:52:29 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ patch2mail.spec ++++++
--- /var/tmp/diff_new_pack.CBDC6U/_old  2017-11-24 10:55:57.377029101 +0100
+++ /var/tmp/diff_new_pack.CBDC6U/_new  2017-11-24 10:55:57.381028955 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package patch2mail
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2015 Christian Boltz
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,17 +17,22 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           patch2mail
 Version:        1.1.2
 Release:        0
 #
 #
 Summary:        Patch and package update notification via mail
-License:        GPL-2.0+
-Group:          System/Packages
 #BuildRequires: bash
 #
 #Url:            http://blog.cboltz.de/plugin/tag/patch2mail
+License:        GPL-2.0+
+Group:          System/Packages
 Url:            https://github.com/openSUSE/zypp-utils/tree/master/patch2mail
 Source:         %{name}-%{version}.tar.bz2
 #
@@ -60,7 +66,7 @@
 %install
 %{__install} -d -m 0755 %{buildroot}%{_datadir}/%{name}
 %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/cron.daily
-%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/adm/fillup-templates/
+%{__install} -d -m 0755 %{buildroot}%{_fillupdir}/
 
 %{__install} -m 0644 patch2mail.xsl 
%{buildroot}%{_datadir}/%{name}/patch2mail.xsl
 %if 0%{?suse_version} < 1030
@@ -74,7 +80,7 @@
 %if 0%{?suse_version} < 1100
        %{__install} -m 0755 patch2mail_10.3 
%{buildroot}%{_sysconfdir}/cron.daily/patch2mail
 %endif
-%{__install} -m 0644 patch2mail.sysconfig 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.patch2mail
+%{__install} -m 0644 patch2mail.sysconfig 
%{buildroot}%{_fillupdir}/sysconfig.patch2mail
 
 echo ==== Buildroot: %{buildroot} ====
 find %{buildroot}
@@ -90,7 +96,7 @@
 %defattr(-,root,root)
 %{_sysconfdir}/cron.daily/%{name}
 %{_datadir}/%{name}
-%{_localstatedir}/adm/fillup-templates/sysconfig.patch2mail
+%{_fillupdir}/sysconfig.patch2mail
 %doc README COPYING
 
 %changelog


Reply via email to