diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-04 17:02:10 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-04 17:02:10 +0000 |
commit | 37fa2feaf03520c13496002515f7842df6789511 (patch) | |
tree | 0b93b9a50197c15069d31b7f4d5b02be1b723f79 /bootsplash.spec | |
parent | ab189ec918f40abd94a750278ff67ecee1ec7921 (diff) | |
download | bootsplash-37fa2feaf03520c13496002515f7842df6789511.tar bootsplash-37fa2feaf03520c13496002515f7842df6789511.tar.gz bootsplash-37fa2feaf03520c13496002515f7842df6789511.tar.bz2 bootsplash-37fa2feaf03520c13496002515f7842df6789511.tar.xz bootsplash-37fa2feaf03520c13496002515f7842df6789511.zip |
Add ChangeLog add some requires.
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 5 |
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 |