forked from rpms/plymouth
- Update previous patch to remove some assertions
This commit is contained in:
parent
46cdc41ba5
commit
02e9b5ea91
@ -1,7 +1,7 @@
|
|||||||
Summary: Plymouth Graphical Boot Animation and Logger
|
Summary: Plymouth Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 19.2008.08.13%{?dist}
|
Release: 20.2008.08.13%{?dist}
|
||||||
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
|
||||||
@ -208,6 +208,9 @@ fi
|
|||||||
%{_libdir}/plymouth/spinfinity.so
|
%{_libdir}/plymouth/spinfinity.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
|
||||||
|
- Update previous patch to remove some assertions
|
||||||
|
|
||||||
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
|
||||||
- add a patch that may help serial console users
|
- add a patch that may help serial console users
|
||||||
|
|
||||||
|
@ -261,10 +261,18 @@ index 29f402e..6e39f86 100644
|
|||||||
ply_answer_free (answer);
|
ply_answer_free (answer);
|
||||||
}
|
}
|
||||||
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c
|
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c
|
||||||
index 8ccaf6c..3fd6331 100644
|
index 8ccaf6c..9aae09c 100644
|
||||||
--- a/src/ply-boot-splash.c
|
--- a/src/ply-boot-splash.c
|
||||||
+++ b/src/ply-boot-splash.c
|
+++ b/src/ply-boot-splash.c
|
||||||
@@ -226,7 +226,7 @@ ply_boot_splash_ask_for_password (ply_boot_splash_t *splash,
|
@@ -169,7 +169,6 @@ ply_boot_splash_show (ply_boot_splash_t *splash)
|
||||||
|
assert (splash->plugin_interface != NULL);
|
||||||
|
assert (splash->plugin != NULL);
|
||||||
|
assert (splash->plugin_interface->show_splash_screen != NULL);
|
||||||
|
- assert (splash->window != NULL);
|
||||||
|
|
||||||
|
ply_trace ("showing splash screen\n");
|
||||||
|
if (!splash->plugin_interface->show_splash_screen (splash->plugin,
|
||||||
|
@@ -226,7 +225,7 @@ ply_boot_splash_ask_for_password (ply_boot_splash_t *splash,
|
||||||
|
|
||||||
if (splash->plugin_interface->ask_for_password == NULL)
|
if (splash->plugin_interface->ask_for_password == NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user