Hello community,

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

Package is "btrfsmaintenance"

Fri Nov 24 10:55:51 2017 rev:11 rq:544913 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsmaintenance/btrfsmaintenance.changes        
2017-11-13 14:09:47.737814881 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsmaintenance.new/btrfsmaintenance.changes   
2017-11-24 10:55:53.849157949 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:44:40 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ btrfsmaintenance.spec ++++++
--- /var/tmp/diff_new_pack.XwUnhr/_old  2017-11-24 10:55:54.713126395 +0100
+++ /var/tmp/diff_new_pack.XwUnhr/_new  2017-11-24 10:55:54.717126248 +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:           btrfsmaintenance
 Version:        0.3.1
 Release:        0
@@ -78,8 +83,8 @@
 install -m 755 -d %{buildroot}/usr/lib/zypp/plugins/commit
 install -m 755 -D btrfs-defrag-plugin.py 
%{buildroot}/usr/lib/zypp/plugins/commit
 
-install -m 755 -d %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 644 -D sysconfig.btrfsmaintenance 
%{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 755 -d %{buildroot}%{_fillupdir}
+install -m 644 -D sysconfig.btrfsmaintenance %{buildroot}%{_fillupdir}
 
 %post
 %{fillup_only btrfsmaintenance}
@@ -117,7 +122,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README.md
-%{_localstatedir}/adm/fillup-templates/sysconfig.btrfsmaintenance
+%{_fillupdir}/sysconfig.btrfsmaintenance
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %dir /usr/lib/zypp/


Reply via email to