Hello community,

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

Package is "tvheadend"

Fri Nov 24 10:54:57 2017 rev:3 rq:544856 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/tvheadend/tvheadend.changes      2017-08-24 
18:33:10.399893034 +0200
+++ /work/SRC/openSUSE:Factory/.tvheadend.new/tvheadend.changes 2017-11-24 
10:55:02.379037835 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:53:28 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tvheadend.spec ++++++
--- /var/tmp/diff_new_pack.vbLyjy/_old  2017-11-24 10:55:04.438962596 +0100
+++ /var/tmp/diff_new_pack.vbLyjy/_new  2017-11-24 10:55:04.442962451 +0100
@@ -17,6 +17,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define htsgroup video
 %define htsuser hts
 %define homedir %{_localstatedir}/lib/tvheadend
@@ -81,11 +86,11 @@
 
 %install
 %make_install
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}/
 mkdir -p %{buildroot}%{_sbindir}
 install -D -m 644 rpm/%{name}.service %{buildroot}/%{_unitdir}/%{name}.service
 sed -i 's@/home/tvheadend@%{homedir}@' rpm/%{name}.sysconfig
-install -m 644 rpm/%{name}.sysconfig 
%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -m 644 rpm/%{name}.sysconfig 
%{buildroot}/%{_fillupdir}/sysconfig.%{name}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 # Install superuser helper script
 sed -i 's@/home/tvheadend@%{homedir}@' %{SOURCE3}
@@ -126,7 +131,7 @@
 %{_datadir}/tvheadend
 %{_mandir}/man1/tvheadend.1%{?ext_man}
 %{_unitdir}/%{name}.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %{_sbindir}/%{name}_super
 %{_sbindir}/rc%{name}
 


Reply via email to