Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2017-11-30 12:37:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Thu Nov 30 12:37:31 2017 rev:79 rq:544898 version:5.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2017-11-10 14:49:57.676213932 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-11-30 12:37:31.299086630 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:52:44 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.ZqLS8s/_old  2017-11-30 12:37:32.283050849 +0100
+++ /var/tmp/diff_new_pack.ZqLS8s/_new  2017-11-30 12:37:32.287050704 +0100
@@ -16,6 +16,9 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%{!?_fillupdir: %global _fillupdir /var/adm/fillup-templates}
+
 %define kf5_version 5.34.0
 
 %bcond_without lang
@@ -305,8 +308,8 @@
     OLD_DEFAULTWM=`grep "DEFAULT_WM" /etc/sysconfig/windowmanager | cut -d '=' 
-f 2 | cut -d '"' -f 2`
 fi
 
-if [ -f /var/adm/fillup-templates/sysconfig.windowmanager ]; then
-    TEMPLATE_DEFAULTWM=`grep "DEFAULT_WM" 
/var/adm/fillup-templates/sysconfig.windowmanager | cut -d '=' -f 2 | cut -d 
'"' -f 2`
+if [ -f %{_fillupdir}/sysconfig.windowmanager ]; then
+    TEMPLATE_DEFAULTWM=`grep "DEFAULT_WM" 
%{_fillupdir}/sysconfig.windowmanager | cut -d '=' -f 2 | cut -d '"' -f 2`
 fi
 
 # Check the old DEFAULT_WM and whether current DEFAULT_WM exists


Reply via email to