Hello community,

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

Package is "xrdp"

Fri Nov 24 10:57:12 2017 rev:12 rq:545049 version:0.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes        2017-10-03 
23:17:47.698112579 +0200
+++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes   2017-11-24 
10:57:14.738203754 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:36:58 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xrdp.spec ++++++
--- /var/tmp/diff_new_pack.83Melr/_old  2017-11-24 10:57:16.162151751 +0100
+++ /var/tmp/diff_new_pack.83Melr/_new  2017-11-24 10:57:16.166151606 +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
+
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 Name:           xrdp
 Version:        0.9.4
@@ -116,8 +121,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 mkdir -p %{buildroot}/%{_fwdefdir}
 install -m 644 %{SOURCE3} %{buildroot}/%{_fwdefdir}/xrdp
-mkdir -p %{buildroot}/%{_localstatedir}/adm/fillup-templates
-install -m 644 %{SOURCE4} 
%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.xrdp
+mkdir -p %{buildroot}/%{_fillupdir}
+install -m 644 %{SOURCE4} %{buildroot}/%{_fillupdir}/sysconfig.xrdp
 mkdir -p %{buildroot}/%{_prefix}/lib/initscripts/legacy-actions/xrdp
 install -m 755 %{SOURCE5} 
%{buildroot}/%{_prefix}/lib/initscripts/legacy-actions/xrdp/force_stop
 
@@ -196,7 +201,7 @@
 
 %config(noreplace) %{_sysconfdir}/xrdp/
 %ghost %config(noreplace) %{_sysconfdir}/xrdp/rsakeys.ini
-%config %{_localstatedir}/adm/fillup-templates/sysconfig.xrdp
+%config %{_fillupdir}/sysconfig.xrdp
 
 %files devel
 %defattr(-,root,root)



Reply via email to