Hello community,

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

Package is "cdemu-daemon"

Fri Nov 24 10:56:28 2017 rev:20 rq:544984 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2017-08-24 18:48:05.733776347 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2017-11-24 10:56:30.711811640 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:44:48 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.9UA0e6/_old  2017-11-24 10:56:31.899768254 +0100
+++ /var/tmp/diff_new_pack.9UA0e6/_new  2017-11-24 10:56:31.903768107 +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:           cdemu-daemon
 Version:        3.1.0
 Release:        0
@@ -67,10 +72,10 @@
 %install
 b="%buildroot"
 %cmake_install
-mkdir -p "$b/%_sbindir" "$b/%_localstatedir/adm/fillup-templates" \
+mkdir -p "$b/%_sbindir" "$b/%{_fillupdir}" \
        "$b/%_prefix/lib/udev/rules.d"
 install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
-install -pm0644 "%{S:3}" 
"$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon"
+install -pm0644 "%{S:3}" "$b/%{_fillupdir}/sysconfig.cdemu-daemon"
 # Not desired for security; it would permit a user to start a system service.
 rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
 %find_lang %name
@@ -85,7 +90,7 @@
 %_libexecdir/cdemu-daemon-session.sh
 %_datadir/dbus-1/
 %_mandir/man8/cdemu-daemon.8*
-%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon
+%{_fillupdir}/sysconfig.cdemu-daemon
 %_prefix/lib/udev/
 
 %changelog


Reply via email to