aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootsplash.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootsplash.spec b/bootsplash.spec
index a8b6ab3..1862166 100644
--- a/bootsplash.spec
+++ b/bootsplash.spec
@@ -14,6 +14,9 @@ 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-22mdk
+#there is no way to say a special kernel requires.
+Requires: kernel
%description
This package contain the scripts and the pictures you see when we
@@ -35,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
-%doc README
+%doc README ChangeLog
%_datadir/%{name}/*
%changelog