Hello community,

here is the log from the commit of package rtasdispd for openSUSE:Factory 
checked in at 2017-12-02 13:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtasdispd (Old)
 and      /work/SRC/openSUSE:Factory/.rtasdispd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtasdispd"

Sat Dec  2 13:12:15 2017 rev:16 rq:547111 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtasdispd/rtasdispd.changes      2013-12-23 
22:20:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rtasdispd.new/rtasdispd.changes 2017-12-02 
13:12:15.694895649 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:43:40 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rtasdispd.spec ++++++
--- /var/tmp/diff_new_pack.WXcoH3/_old  2017-12-02 13:12:16.350871756 +0100
+++ /var/tmp/diff_new_pack.WXcoH3/_new  2017-12-02 13:12:16.354871611 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rtasdispd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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:           rtasdispd
 Version:        0.1
 Release:        0
@@ -52,10 +57,10 @@
 mv rtasdispd.1 rtasdispd.8
 make DESTDIR=$RPM_BUILD_ROOT install MANS=rtasdispd.8
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
+mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
 install -m 755 %{S:2} $RPM_BUILD_ROOT/etc/init.d/rtasdispd
 ln -s ../../etc/init.d/rtasdispd $RPM_BUILD_ROOT/usr/sbin/rcrtasdispd
-install -m 644 %{S:1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.rtasdispd
+install -m 644 %{S:1} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.rtasdispd
 
 %post
 %{fillup_and_insserv -y rtasdispd}
@@ -69,6 +74,6 @@
 %config /etc/init.d/rtasdispd
 /usr/sbin/*
 %{_mandir}/man8/*
-/var/adm/fillup-templates/sysconfig.rtasdispd
+%{_fillupdir}/sysconfig.rtasdispd
 
 %changelog


Reply via email to