Hello community,

here is the log from the commit of package Supybot for openSUSE:Factory checked 
in at 2017-11-25 08:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Supybot (Old)
 and      /work/SRC/openSUSE:Factory/.Supybot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Supybot"

Sat Nov 25 08:42:43 2017 rev:24 rq:545071 version:0.83.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/Supybot/Supybot.changes  2013-03-20 
11:58:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.Supybot.new/Supybot.changes     2017-11-25 
08:42:44.626072402 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:38:00 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Supybot.spec ++++++
--- /var/tmp/diff_new_pack.nGmETm/_old  2017-11-25 08:42:45.406043985 +0100
+++ /var/tmp/diff_new_pack.nGmETm/_new  2017-11-25 08:42:45.410043839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Supybot
 #
-# Copyright (c) 2013 SUSE LINUX Products 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:           Supybot
 Summary:        IRC Bot
 License:        BSD-3-Clause and GPL-2.0+ and Python-2.0
@@ -68,7 +73,7 @@
 chmod +x %{buildroot}/%{python_sitelib}/supybot/plugins/Supybot/plugin.py
 chmod +x 
%{buildroot}/%{python_sitelib}/supybot/plugins/ExternalNotice/supybot-external-notice.py
 # install init and sysconfig script
-install -Dm644 %{SOURCE2} 
%{buildroot}/var/adm/fillup-templates/sysconfig.supybot
+install -Dm644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.supybot
 install -Dm755 %{SOURCE3} %{buildroot}/%{_sysconfdir}/init.d/supybot
 mkdir -p %{buildroot}/%{_sbindir}
 ln -s %{_sysconfdir}/init.d/supybot %{buildroot}/%{_sbindir}/rcsupybot
@@ -88,7 +93,7 @@
 %defattr(-, root, root)
 %doc ACKS ChangeLog LICENSE README RELNOTES docs/GETTING_STARTED
 %doc %{_mandir}/man1/*.gz
-/var/adm/fillup-templates/sysconfig.supybot
+%{_fillupdir}/sysconfig.supybot
 %{_sysconfdir}/init.d/supybot
 %{_sbindir}/rcsupybot
 


Reply via email to