Hello community,

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

Package is "quassel"

Fri Nov 24 10:56:50 2017 rev:36 rq:545040 version:0.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2016-08-29 
15:41:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes     2017-11-24 
10:56:51.271060789 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:53:34 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quassel.spec ++++++
--- /var/tmp/diff_new_pack.nLvurD/_old  2017-11-24 10:56:52.479016673 +0100
+++ /var/tmp/diff_new_pack.nLvurD/_new  2017-11-24 10:56:52.479016673 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quassel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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:           quassel
 Version:        0.12.4
 Release:        0
@@ -201,7 +206,7 @@
 install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/quasselcore.service
 # Provide SUSE policy symlink /usr/sbin/rcFOO -> service
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcquasselcore
-install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.quasselcore
+install -D -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.quasselcore
 install -d -m 751 %{buildroot}%{_localstatedir}/log/%{name}
 install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}core
 install -D -m 644 %{SOURCE4} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
@@ -274,7 +279,7 @@
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %attr(-,%{name}core,%{name}core) %dir %{_localstatedir}/lib/%{name}core
 %attr(-,%{name}core,%{name}core) %dir %{_localstatedir}/log/%{name}
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}core
+%{_fillupdir}/sysconfig.%{name}core
 
 %files base
 %defattr(-,root,root)


Reply via email to