Hello community,

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

Package is "gpm"

Thu Nov 30 12:31:40 2017 rev:50 rq:545037 version:1.20.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2017-09-20 17:04:46.388430662 
+0200
+++ /work/SRC/openSUSE:Factory/.gpm.new/gpm.changes     2017-11-30 
12:31:41.847793820 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:40:02 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpm.spec ++++++
--- /var/tmp/diff_new_pack.xxyOv4/_old  2017-11-30 12:31:42.807758910 +0100
+++ /var/tmp/diff_new_pack.xxyOv4/_new  2017-11-30 12:31:42.807758910 +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:           gpm
 %define lname  libgpm2
 Version:        1.20.7
@@ -153,11 +158,11 @@
 #install contrib/emacs/t-mouse.el* %%{buildroot}/usr/share/emacs/site-lisp
 #
 # start script
-install -m 755 -d %{buildroot}/var/adm/fillup-templates
+install -m 755 -d %{buildroot}%{_fillupdir}
 install -m 755 -d %{buildroot}/%{_unitdir}
 install -m 755 -d %{buildroot}/usr/sbin
 install -m 755 inputattach %{buildroot}%{_sbindir}
-install -m 644 sysconfig.mouse-%{name} %{buildroot}/var/adm/fillup-templates
+install -m 644 sysconfig.mouse-%{name} %{buildroot}%{_fillupdir}
 install -m 644 %{S:2} %{buildroot}/%{_unitdir}/gpm.service
 ln -sf %{_sbindir}/service %{buildroot}/usr/sbin/rcgpm
 # there were two variables with the same value GPM_PROTOCOL and MOUSETYPE
@@ -208,7 +213,7 @@
 %{_unitdir}/gpm.service
 %{_bindir}/*
 %{_sbindir}/*
-/var/adm/fillup-templates/*
+%{_fillupdir}/*
 %ghost /run/gpm.pid
 
 %files -n %lname



Reply via email to