Hello community,

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

Package is "xorg-x11-server"

Thu Nov 30 12:36:38 2017 rev:350 rq:544864 version:1.19.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2017-11-16 13:58:41.270683671 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes     
2017-11-30 12:36:40.688927017 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:52:51 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.xNVywt/_old  2017-11-30 12:36:42.052877417 +0100
+++ /var/tmp/diff_new_pack.xNVywt/_new  2017-11-30 12:36:42.052877417 +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
+
 %ifarch s390 s390x
 %define have_wayland 0
 %else
@@ -460,9 +465,9 @@
          %{buildroot}%{_includedir}/xorg
 %endif
 %ifnarch s390 s390x
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 install -m 644 %_sourcedir/sysconfig.displaymanager.template \
-  
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager-%{name}
+  %{buildroot}%{_fillupdir}/sysconfig.displaymanager-%{name}
 %endif
 install -m 755 $RPM_SOURCE_DIR/xorg-backtrace 
%{buildroot}%{_bindir}/xorg-backtrace
 cp %{S:90} .
@@ -566,7 +571,7 @@
 %{_libdir}/xorg/modules/
 %{_mandir}/man4/*
 %{_mandir}/man5/*
-%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager-%{name}
+%{_fillupdir}/sysconfig.displaymanager-%{name}
 %{_localstatedir}/lib/X11/X
 %if 0%{?suse_version} >= 1315
 %ghost %{_sysconfdir}/alternatives/libglx.so


Reply via email to