From 249fb331295be43da0cf38fcff2463f4ff8c2501 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Aug 31 2007 15:39:04 +0000 Subject: - fix grub splash image to be an actual image --- diff --git a/fedora-logos.spec b/fedora-logos.spec index bd86f4b..3533e42 100644 --- a/fedora-logos.spec +++ b/fedora-logos.spec @@ -1,9 +1,10 @@ Name: fedora-logos Summary: Fedora-related icons and pictures Version: 7.92.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Base Source0: fedora-logos-%{version}.tar.bz2 +Source1: infinity-grub.xpm.gz # The trademarks contained in this file are the property of Red Hat, Inc. No # license to these trademarks is provided or is necessary if you merely @@ -57,6 +58,8 @@ done) mkdir -p $RPM_BUILD_ROOT/boot/grub install -m 644 bootloader/grub-splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz # end i386 bits +# FIXME: fix bad tarball +install -m %{SOURCE1} $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz mkdir -p $RPM_BUILD_ROOT%{_datadir}/firstboot/pixmaps for i in firstboot/* ; do @@ -187,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT # end i386 bits %changelog +* Fri Aug 31 2007 Jeremy Katz - 7.92.0-2 +- fix grub splash image to be an actual image + * Tue Aug 28 2007 Máirín Duffy - 7.92.0-1 - update the anaconda artwork - changed default backgrounds diff --git a/infinity-grub.xpm.gz b/infinity-grub.xpm.gz new file mode 100644 index 0000000..aed87e1 Binary files /dev/null and b/infinity-grub.xpm.gz differ