Hello community,

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

Package is "libinfinity"

Fri Nov 24 10:54:49 2017 rev:34 rq:544855 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2017-03-28 
15:22:08.518247815 +0200
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes     
2017-11-24 10:54:55.795278305 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:26 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libinfinity.spec ++++++
--- /var/tmp/diff_new_pack.WOYIOk/_old  2017-11-24 10:54:57.139229218 +0100
+++ /var/tmp/diff_new_pack.WOYIOk/_new  2017-11-24 10:54:57.143229072 +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:           libinfinity
 Summary:        Implementation of the Infinote collaborative editing protocol
 License:        LGPL-2.1+
@@ -112,7 +117,7 @@
 install -d -m 0755 %{buildroot}%{_sbindir}
 ln -s %{_sysconfdir}/init.d/infinoted %{buildroot}%{_sbindir}/rcinfinoted
 # Create sysconfig data
-install -D -m 0644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.infinoted
+install -D -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.infinoted
 install -d -m 0755 %{buildroot}/srv/infinoted
 # Create infinoted default configuration
 install -d -m 0755 %{buildroot}%{_sysconfdir}/xdg/infinoted
@@ -168,7 +173,7 @@
 %{_sysconfdir}/init.d/infinoted
 %{_sbindir}/rcinfinoted
 # sysconfig data
-%{_localstatedir}/adm/fillup-templates/sysconfig.infinoted
+%{_fillupdir}/sysconfig.infinoted
 %dir /srv/infinoted
 
 %files lang -f %{name}-%{_version}.lang


Reply via email to