Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2017-11-27 22:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lomoco (Old)
 and      /work/SRC/openSUSE:Factory/.lomoco.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lomoco"

Mon Nov 27 22:18:24 2017 rev:26 rq:545887 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes    2017-07-19 
12:22:15.877728721 +0200
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes       2017-11-27 
22:18:33.410317391 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:48 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lomoco.spec ++++++
--- /var/tmp/diff_new_pack.qlTNsX/_old  2017-11-27 22:18:33.986296486 +0100
+++ /var/tmp/diff_new_pack.qlTNsX/_new  2017-11-27 22:18:33.986296486 +0100
@@ -16,10 +16,15 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define udev_scripts_dir %(pkg-config --variable=udevdir udev)
 %if 0%{?suse_version}
-%define sysconfigfile 
%{_localstatedir}/adm/fillup-templates/sysconfig.logitech_mouse
+%define sysconfigfile %{_fillupdir}/sysconfig.logitech_mouse
 %else
 %define sysconfigfile %{_sysconfdir}/sysconfig/logitech_mouse
 %endif
@@ -102,7 +107,7 @@
 %install
 %make_install
 install -d -m 755 %{buildroot}%{_udevrulesdir}
-install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -d -m 755 %{buildroot}%{_fillupdir}
 install -m 644 lomoco.rules %{buildroot}%{_udevrulesdir}/40-lomoco.rules
 install -d -m 755 %{buildroot}%{udev_scripts_dir}
 install -D -m 644 %{SOURCE3} %{buildroot}%{sysconfigfile}


Reply via email to