Hello community,

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

Package is "quota"

Fri Nov 24 10:57:07 2017 rev:51 rq:545046 version:4.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/quota/quota.changes      2017-09-05 
15:16:48.239879615 +0200
+++ /work/SRC/openSUSE:Factory/.quota.new/quota.changes 2017-11-24 
10:57:10.702351146 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:41:35 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quota.spec ++++++
--- /var/tmp/diff_new_pack.SQwC6K/_old  2017-11-24 10:57:12.118299434 +0100
+++ /var/tmp/diff_new_pack.SQwC6K/_new  2017-11-24 10:57:12.118299434 +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:           quota
 Version:        4.03
 Release:        0
@@ -91,8 +96,8 @@
 install -d -m 755 %{buildroot}%{_unitdir}/../scripts/
 install -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/../scripts/quotad_env.sh
 
-install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
-cp %{SOURCE1} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.nfs-quota
+install -d -m 755 %{buildroot}%{_fillupdir}
+cp %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.nfs-quota
 
 %find_lang %{name}
 
@@ -141,7 +146,7 @@
 %{_unitdir}/quotad.service
 %{_unitdir}/../scripts
 %{_unitdir}/../scripts/quotad_env.sh
-%{_localstatedir}/adm/fillup-templates/sysconfig.nfs-quota
+%{_fillupdir}/sysconfig.nfs-quota
 # these files conflicts with glibc rpm
 %exclude %{_includedir}/rpcsvc/*
 


Reply via email to