Raymond Wooninck 2012-02-23 15:58:59 +00:00 committed by Git OBS Bridge
parent 3ef7d4d1e0
commit bf26caaefd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 23 15:57:44 UTC 2012 - tittiatcoke@gmail.com
- Make sure that the package libply-boot-client is always
installed to prevent a system that will not boot
-------------------------------------------------------------------
Thu Feb 23 12:38:51 UTC 2012 - saschpe@suse.de

View File

@ -89,6 +89,7 @@ used by graphical Plymouth splashes.
%package -n libply2
Summary: Plymouth core library
Group: Development/Libraries/C and C++
Requires: libply-boot-client2 = %{version}
%description -n libply2
This package contains the libply library used by Plymouth.
@ -97,7 +98,7 @@ This package contains the libply library used by Plymouth.
Summary: Libraries and headers for writing Plymouth splash plugins
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: libply-boot-client = %{version}
Requires: libply-boot-client2 = %{version}
Requires: libply-splash-core2 = %{version}
Requires: libply-splash-graphics2 = %{version}
Requires: libply2 = %{version}