diff options
author | Florent Villard <warly@mandriva.com> | 2003-08-01 14:00:49 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-08-01 14:00:49 +0000 |
commit | 2e0e40a79deb03f96a1ee48f6e0ff15b29d20403 (patch) | |
tree | a34c8825b6e4f30a627dbaecd6c843e97e92d77a | |
parent | 616f8e99634bdbbe95b2b0a15c060cecce4563a1 (diff) | |
download | bootsplash-2_0_1_2mdk.tar bootsplash-2_0_1_2mdk.tar.gz bootsplash-2_0_1_2mdk.tar.bz2 bootsplash-2_0_1_2mdk.tar.xz bootsplash-2_0_1_2mdk.zip |
require on initscripts was not correctV2_0_1_2mdk
-rw-r--r-- | bootsplash.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 69b720e..78e93d2 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash %define version 2.0.1 -%define release 1mdk +%define release 2mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -17,7 +17,7 @@ Url: http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/soft/bootsplash/ Requires: /usr/bin/perl Requires: mkinitrd > 3.1.6-25mdk #there is no way to say a special kernel requires. -Requires: kernel +Requires: kernel initscripts > 7.04-15mdk Obsoletes: Aurora Aurora-Monitor-NewStyle-Categorizing-WsLib Aurora-Monitor-NewStyle-WsLib Aurora-Monitor-Traditional-Gtk+ Aurora-Monitor-Traditional-WsLib-8.2 BuildRequires: freetype2-static-devel libmng-static-devel @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Fri Aug 01 2003 Warly <warly@mandrakesoft.com> 2.0.1-2mdk +- require to initscripts was not correct + * Fri Aug 01 2003 Warly <warly@mandrakesoft.com> 2.0.1-1mdk - first vt is 0 and not 1 for bootsplash - add locale |