Hello community,
here is the log from the commit of package zypper-lifecycle-plugin for
openSUSE:Factory checked in at 2017-12-01 15:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zypper-lifecycle-plugin (Old)
and /work/SRC/openSUSE:Factory/.zypper-lifecycle-plugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypper-lifecycle-plugin"
Fri Dec 1 15:53:44 2017 rev:4 rq:546688 version:0.6.1490613702.a925823
Changes:
--------
---
/work/SRC/openSUSE:Factory/zypper-lifecycle-plugin/zypper-lifecycle-plugin.changes
2017-03-28 15:24:36.601275903 +0200
+++
/work/SRC/openSUSE:Factory/.zypper-lifecycle-plugin.new/zypper-lifecycle-plugin.changes
2017-12-01 15:53:56.403385194 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:54:37 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new
+ %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypper-lifecycle-plugin.spec ++++++
--- /var/tmp/diff_new_pack.AODJO9/_old 2017-12-01 15:53:57.339351513 +0100
+++ /var/tmp/diff_new_pack.AODJO9/_new 2017-12-01 15:53:57.343351369 +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: zypper-lifecycle-plugin
Url: https://github.com/SUSE/zypper-lifecycle
Version: 0.6.1490613702.a925823
@@ -54,7 +59,7 @@
mkdir -p %{buildroot}/usr/lib/systemd/system
install -m 644 lifecycle-report.service %{buildroot}%{_unitdir}
install -m 644 lifecycle-report.timer %{buildroot}%{_unitdir}
-install -D -m 644 sysconfig.lifecycle-report
%{buildroot}/var/adm/fillup-templates/sysconfig.lifecycle-report
+install -D -m 644 sysconfig.lifecycle-report
%{buildroot}%{_fillupdir}/sysconfig.lifecycle-report
%pre
%service_add_pre lifecycle-report.service lifecycle-report.timer
@@ -76,6 +81,6 @@
/var/lib/lifecycle
%{_mandir}/man8/*
%{_unitdir}/*
-/var/adm/fillup-templates/*
+%{_fillupdir}/*
%changelog