diff options
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 49c1eea..847c69c 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.1.5 +%define version 2.1.7 %define release 1mdk %define _bootdir /boot @@ -15,18 +15,18 @@ BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} Url: http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/soft/bootsplash/ Requires: /usr/bin/perl -Requires: mkinitrd > 3.1.6-25mdk +Requires: mkinitrd >= 3.5.18-14mdk #there is no way to say a special kernel requires. Requires: kernel initscripts > 7.04-15mdk +Conflicts: drakxtools-newt < 10-49mdk 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 libjpeg-static-devel glibc-static-devel -Patch: glibc-fixed-header.tar.bz2 # nomore noarch with the fbrelolution and progress binaries #BuildArchitectures: noarch %description This package contains the scripts and pictures visible when booting a -Mandrake kernel. They are automatically installed when an initrd is +Mandrakelinux kernel. They are automatically installed when an initrd is generated by mkinitrd. %prep @@ -85,6 +85,19 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Jun 29 2004 Pixel <pixel@mandrakesoft.com> 2.1.7-1mdk +- add scripts/remove-boot-splash so we can modify a bootsplash + from an initrd without having to rebuild it +- make-boot-splash doesn't try to detect the resolution anymore, + it now needs to be given one +- in switch-themes and remove-theme, use bootloader-config to update the bootloader +- remove detect-resolution +- requires new mkinitrd (old mkinitrd used detect-resolution) +- remove "Patch: glibc-fixed-header.tar.bz2" which is unused (and not in CVS) + +* Tue Apr 27 2004 Warly <warly@mandrakesoft.com> 2.1.6-1mdk +- fix compilation + * Fri Mar 19 2004 Warly <warly@mandrakesoft.com> 2.1.5-1mdk - add Olivier Blin fixes to handle symbolic link into detect-resolution |