Hello community,
here is the log from the commit of package branding-openSUSE for
openSUSE:Factory checked in at 2019-09-25 00:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.branding-openSUSE.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-openSUSE"
Wed Sep 25 00:54:34 2019 rev:108 rq:731416 version:84.87.20180403
Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes
2019-08-10 23:44:37.023629744 +0200
+++
/work/SRC/openSUSE:Factory/.branding-openSUSE.new.7948/branding-openSUSE.changes
2019-09-25 00:54:37.109885354 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 13:19:39 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Avoid bashisms in scriptlets.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.xQtjag/_old 2019-09-25 00:54:39.245885667 +0200
+++ /var/tmp/diff_new_pack.xQtjag/_new 2019-09-25 00:54:39.277885672 +0200
@@ -12,10 +12,11 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-#
+
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define theme_name openSUSE
%define theme_version tumbleweed
%define theme_version_clean Tumbleweed
@@ -39,14 +40,14 @@
Source0: branding-%{theme_version}.zip
# PATCH-FIX-UPSTREAM
Patch1: fix-parallel-build.patch
+BuildRequires: GraphicsMagick
BuildRequires: fdupes
BuildRequires: fribidi
-BuildRequires: suse-module-tools
-BuildRequires: update-desktop-files
+BuildRequires: optipng
BuildRequires: rsvg-view
-BuildRequires: GraphicsMagick
+BuildRequires: suse-module-tools
BuildRequires: unzip
-BuildRequires: optipng
+BuildRequires: update-desktop-files
Conflicts: branding
Provides: branding
BuildArch: noarch
@@ -100,8 +101,8 @@
%package -n icewm-theme-yast-installation
Summary: %{theme_name} %{theme_version_clean} branding for IceWM
during the installation
License: BSD-3-Clause AND CC-BY-SA-3.0 AND GPL-2.0-or-later
-Supplements: ((yast-installation and icewm) and branding-%{theme_name})
Group: System/Fhs
+Supplements: ((yast-installation and icewm) and branding-%{theme_name})
Conflicts: icewm-theme-branding
BuildArch: noarch
@@ -124,9 +125,9 @@
%package -n systemd-icon-branding-%{theme_name}
Summary: %{theme_name} %{theme_version_clean} icons for systemd
License: CC-BY-SA-3.0
+Group: System/Fhs
Supplements: (systemd and branding-%{theme_name})
Provides: systemd-icon-branding = %{version}
-Group: System/Fhs
Conflicts: systemd-icon-branding
BuildArch: noarch
@@ -280,7 +281,7 @@
%post -n plymouth-branding-%{theme_name}
OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
-if [ "$OTHEME" == "text" -o "$OTHEME" == "bgrt" ]; then
+if [ "$OTHEME" = "text" -o "$OTHEME" = "bgrt" ]; then
if [ ! -e /.buildenv ]; then
%{_sbindir}/plymouth-set-default-theme bgrt
%{?regenerate_initrd_post}
@@ -291,7 +292,7 @@
%postun -n plymouth-branding-%{theme_name}
if [ $1 -eq 0 ]; then
- if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "bgrt" ]; then
+ if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "bgrt" ]; then
%{_sbindir}/plymouth-set-default-theme --reset
%{?regenerate_initrd_post}
fi