Hello community,
here is the log from the commit of package bootsplash-branding-upstream for
openSUSE:Factory checked in at 2017-11-27 22:18:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bootsplash-branding-upstream (Old)
and /work/SRC/openSUSE:Factory/.bootsplash-branding-upstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bootsplash-branding-upstream"
Mon Nov 27 22:18:59 2017 rev:9 rq:546028 version:3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/bootsplash-branding-upstream/bootsplash-branding-upstream.changes
2011-09-23 01:52:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.bootsplash-branding-upstream.new/bootsplash-branding-upstream.changes
2017-11-27 22:19:00.857321216 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:30 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new
+ %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bootsplash-branding-upstream.spec ++++++
--- /var/tmp/diff_new_pack.F5fNeF/_old 2017-11-27 22:19:01.585294795 +0100
+++ /var/tmp/diff_new_pack.F5fNeF/_new 2017-11-27 22:19:01.597294359 +0100
@@ -1,7 +1,7 @@
#
# spec file for package bootsplash-branding-upstream
#
-# Copyright (c) 2011 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,13 +16,15 @@
#
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+ %define _fillupdir /var/adm/fillup-templates
+%endif
Name: bootsplash-branding-upstream
Url: http://www.bootsplash.org/
Version: 3.3
Release: 0
-Summary: Unbranded Bootsplash Theme
-Group: System/Boot
# Scripts and programs
Source0: upstream.tar.bz2
Source4: KDE.tar.bz2
@@ -34,10 +36,11 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: bootsplash >= 3.3-11
BuildArch: noarch
-License: BSD-3-Clause
Supplements: packageand(bootsplash:branding-upstream)
Provides: bootsplash-branding
Summary: Unbranded Bootsplash Theme
+License: BSD-3-Clause
+Group: System/Boot
PreReq: %fillup_prereq perl
Requires: bootsplash >= 3.3-11
@@ -45,12 +48,11 @@
This package contains a theme without trademarked logos.
%package -n bootsplash-branding-KDE
-License: BSD-3-Clause
Supplements: packageand(bootsplash:branding-KDE)
Provides: bootsplash-branding
Summary: KDE Bootsplash Theme
-PreReq: %fillup_prereq perl
Group: System/Boot
+PreReq: %fillup_prereq perl
Requires: bootsplash >= 3.3-11
%description -n bootsplash-branding-KDE
@@ -69,8 +71,8 @@
for i in %{buildroot}/etc/bootsplash/themes/* ; do
cp -a LICENSE $i/.
done
-mkdir -p %{buildroot}/var/adm/fillup-templates
-cp %{SOURCE23} %{SOURCE24} %{buildroot}/var/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}
+cp %{SOURCE23} %{SOURCE24} %{buildroot}%{_fillupdir}/
%post -n bootsplash-branding-upstream
%{fillup_only -ns bootsplash branding-upstream }
@@ -85,13 +87,13 @@
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/etc/bootsplash/themes/upstream
-%config /var/adm/fillup-templates/sysconfig.bootsplash-branding-upstream
+%config %{_fillupdir}/sysconfig.bootsplash-branding-upstream
%files -n bootsplash-branding-KDE
%defattr(-,root,root)
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/etc/bootsplash/themes/KDE
-%config /var/adm/fillup-templates/sysconfig.bootsplash-branding-KDE
+%config %{_fillupdir}/sysconfig.bootsplash-branding-KDE
%changelog