diff --git a/plymouth-0.9.5.tar.gz b/plymouth-0.9.5.tar.gz new file mode 100644 index 0000000..e3b4897 Binary files /dev/null and b/plymouth-0.9.5.tar.gz differ diff --git a/plymouth-a4517f1.tar.xz b/plymouth-a4517f1.tar.xz deleted file mode 100644 index 1729652..0000000 Binary files a/plymouth-a4517f1.tar.xz and /dev/null differ diff --git a/plymouth.spec b/plymouth.spec index 3f73106..d4dc462 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -1,14 +1,12 @@ # commit date: 20191013 -%global commit a4517f16f0e9dde9ad0bc4c1755275b9809772d1 -%global shortcommit a4517f1 Name: plymouth -Version: 0.9.4 -Release: 2 +Version: 0.9.5 +Release: 1 License: GPLv2+ Summary: Graphical Boot Animation and Logger URL: https://www.freedesktop.org/wiki/Software/Plymouth -Source0: %{name}-%{shortcommit}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: gcc libtool libdrm-devel systemd-devel kernel-headers BuildRequires: libpng-devel libxslt docbook-style-xsl gtk3-devel @@ -85,7 +83,7 @@ Plymouth. It features a small spinner on a dark background. %package_help %prep -%autosetup -n %{name}-%{commit} -p1 +%autosetup -n %{name}-%{version} -p1 autoreconf --install --symlink -Wno-portability %build @@ -157,6 +155,8 @@ fi %license COPYING %dir %{_sysconfdir}/plymouth %config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf +%dir %{_sysconfdir}/logrotate.d +%{_sysconfdir}/logrotate.d/bootlog %{_bindir}/plymouth %{_sbindir}/plymouthd @@ -218,6 +218,12 @@ fi %{_mandir}/man?/* %changelog +* Mon Aug 01 2020 yuboyun - 0.9.5-1 +- Type:NA +- Id:NA +- SUG:NA +- DESC:update to 0.9.5 + * Mon Jan 13 2020 openEuler Buildteam - 0.9.4-2 - optimize spec