Hello community,

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

Package is "smartmontools"

Wed Nov 29 10:51:27 2017 rev:73 rq:545106 version:6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes      
2017-08-12 20:00:20.625817756 +0200
+++ /work/SRC/openSUSE:Factory/.smartmontools.new/smartmontools.changes 
2017-11-29 10:51:28.387233639 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:42:04 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ smartmontools.spec ++++++
--- /var/tmp/diff_new_pack.XLyNqX/_old  2017-11-29 10:51:29.811181981 +0100
+++ /var/tmp/diff_new_pack.XLyNqX/_new  2017-11-29 10:51:29.811181981 +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:           smartmontools
 Version:        6.5
 Release:        0
@@ -125,8 +130,8 @@
 %install
 %makeinstall
 mkdir -p %{buildroot}%{_prefix}/lib/smartmontools
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-cp smartmontools.sysconfig 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.smartmontools
+mkdir -p %{buildroot}%{_fillupdir}
+cp smartmontools.sysconfig %{buildroot}%{_fillupdir}/sysconfig.smartmontools
 mkdir -p %{buildroot}%{_localstatedir}/lib/smartmontools
 touch %{buildroot}%{_localstatedir}/lib/smartmontools/smartd_opts
 install generate_smartd_opts %{buildroot}%{_prefix}/lib/smartmontools/
@@ -243,6 +248,6 @@
 %config(noreplace) %{_sysconfdir}/smartd.conf
 %config(noreplace) %{_sysconfdir}/smartd_warning.sh
 %config %dir %{_sysconfdir}/smartd_warning.d
-%{_localstatedir}/adm/fillup-templates/sysconfig.*
+%{_fillupdir}/sysconfig.*
 
 %changelog




Reply via email to