|
@@ -5,8 +5,8 @@
|
|
Summary: Graphical Boot Animation and Logger
|
|
Summary: Graphical Boot Animation and Logger
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
Name: plymouth
|
|
Name: plymouth
|
|
-Version: 0.8.2
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Version: 0.8.3
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
|
@@ -21,7 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
Requires: vine-logos
|
|
Requires: vine-logos
|
|
Requires(post): plymouth-scripts
|
|
Requires(post): plymouth-scripts
|
|
-Requires: initscripts
|
|
|
|
|
|
+Requires: initscripts >= 8.90.4
|
|
|
|
+
|
|
|
|
+Obsoletes: bootsplash <= 3.2
|
|
|
|
+Provides: bootsplash
|
|
|
|
|
|
BuildRequires: libdrm
|
|
BuildRequires: libdrm
|
|
BuildRequires: kernel-headers
|
|
BuildRequires: kernel-headers
|
|
@@ -214,7 +217,7 @@ Requires: %{name}-plugin-two-step = %{version}-%{release}
|
|
|
|
|
|
%description theme-charge
|
|
%description theme-charge
|
|
This package contains the "charge" boot splash theme for
|
|
This package contains the "charge" boot splash theme for
|
|
-Plymouth. It features the shadowy hull of a Fedora logo charge up and
|
|
|
|
|
|
+Plymouth. It features the shadowy hull of a logo charge up and
|
|
and finally burst into full form.
|
|
and finally burst into full form.
|
|
|
|
|
|
%package plugin-script
|
|
%package plugin-script
|
|
@@ -257,7 +260,9 @@ sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
--with-background-color=0x000000 \
|
|
--with-background-color=0x000000 \
|
|
--with-release-file=/etc/vine-release \
|
|
--with-release-file=/etc/vine-release \
|
|
--enable-gdm-transition \
|
|
--enable-gdm-transition \
|
|
- --with-system-root-install
|
|
|
|
|
|
+ --with-system-root-install \
|
|
|
|
+ --with-boot-tty=tty7 \
|
|
|
|
+ --with-shutdown-tty1
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -448,6 +453,16 @@ fi
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-2
|
|
|
|
+- add configure option
|
|
|
|
+ - --with-boot-tty=tty7
|
|
|
|
+ - --with-shutdown-tty1
|
|
|
|
+- Require specific version of initscripts
|
|
|
|
+- add Obsoletes/Provides bootsplash
|
|
|
|
+
|
|
|
|
+* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
|
|
* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- update script theme
|
|
- update script theme
|