Hello community, here is the log from the commit of package plymouth for openSUSE:Factory checked in at 2020-10-03 18:55:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plymouth (Old) and /work/SRC/openSUSE:Factory/.plymouth.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth" Sat Oct 3 18:55:35 2020 rev:85 rq:838399 version:0.9.5+git20190908+3abfab2 Changes: -------- --- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes 2020-09-24 16:11:53.748757700 +0200 +++ /work/SRC/openSUSE:Factory/.plymouth.new.4249/plymouth.changes 2020-10-03 18:55:45.985499828 +0200 @@ -1,0 +2,9 @@ +Mon Sep 28 16:32:43 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Remove gnu-unifont-bitmap-fonts runtime dependency, it is not + used anywhere. +- Remove unused kernel-headers and module-init-tools build deps. +- Make plymouth-scripts noarch, correct its runtime dependencies. +- Clean up spec file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plymouth.spec ++++++ --- /var/tmp/diff_new_pack.RfZNSS/_old 2020-10-03 18:55:47.425501423 +0200 +++ /var/tmp/diff_new_pack.RfZNSS/_new 2020-10-03 18:55:47.429501428 +0200 @@ -32,7 +32,7 @@ Summary: Graphical Boot Animation and Logger License: GPL-2.0-or-later Group: System/Base -URL: http://www.freedesktop.org/wiki/Software/Plymouth +URL: https://www.freedesktop.org/wiki/Software/Plymouth Source0: %{name}-%{version}.tar.xz Source1: boot-duration # PATCH-FIX-OPENSUSE plymouth-dracut-path.patch [email protected] -- Prefix is /usr/sbin and /usr/bin @@ -56,13 +56,15 @@ BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: gcc -BuildRequires: kernel-headers BuildRequires: libtool BuildRequires: libxslt -BuildRequires: module-init-tools BuildRequires: pkgconfig +%if 0%{suse_version} >= 1550 +# regenerate_initrd_post moved to rpm-config-SUSE:initrd.macros +BuildRequires: rpm-config-SUSE >= 0.g11 +%else BuildRequires: suse-module-tools -# needed for systemd-tty-ask-password-agent +%endif BuildRequires: intltool BuildRequires: update-desktop-files BuildRequires: xz @@ -72,13 +74,13 @@ BuildRequires: pkgconfig(libsystemd) >= 186 BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(pango) >= 1.21.0 +# needed for systemd-tty-ask-password-agent BuildRequires: pkgconfig(systemd) >= 186 %if %{with x11_renderer} BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 %endif Recommends: %{name}-lang Requires: %{name}-branding -Requires: gnu-unifont-bitmap-fonts Requires: systemd >= 186 Requires(post): coreutils Requires(post): plymouth-scripts = %{version} @@ -177,12 +179,12 @@ %package scripts Summary: Plymouth related scripts Group: System/Base -Requires: coreutils -Requires: cpio +Requires: awk Requires: dracut -Requires: findutils -Requires: gzip +Requires: grep +Requires: sed Requires(pre): %{name} = %{version} +BuildArch: noarch %description scripts This package contains scripts that help integrate Plymouth with @@ -207,7 +209,7 @@ %description plugin-label-ft This package contains the label control plugin for Plymouth. It provides the ability to render text on -graphical boot splashes using FreeTyoe +graphical boot splashes using FreeType %package plugin-fade-throbber Summary: Plymouth "Fade-Throbber" plugin @@ -376,9 +378,6 @@ %autopatch -p1 autoreconf -ivf -# replace builddate with patch0date -sed -i "s/__DATE__/\"$(stat -c %%y %{_sourcedir}/%{name}.changes)\"/" src/main.c - %build %configure \ --enable-systemd-integration \
