diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-13 13:13:59 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-13 13:13:59 +0000 |
commit | 51066b102da394c6def2a00abd656e0670376392 (patch) | |
tree | 16c03a489f22a97354835571b0f6f491ee1f12b7 | |
parent | 9025343b662fa18ffeda595c678802650534012e (diff) | |
download | bootsplash-51066b102da394c6def2a00abd656e0670376392.tar bootsplash-51066b102da394c6def2a00abd656e0670376392.tar.gz bootsplash-51066b102da394c6def2a00abd656e0670376392.tar.bz2 bootsplash-51066b102da394c6def2a00abd656e0670376392.tar.xz bootsplash-51066b102da394c6def2a00abd656e0670376392.zip |
Fix Requires on mkinitrd.
-rw-r--r-- | bootsplash.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 1581360..2076dbd 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -14,7 +14,7 @@ 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-26mdk +Requires: mkinitrd > 3.1.6-25mdk #there is no way to say a special kernel requires. Requires: kernel BuildArchitectures: noarch |