|
Last change
on this file since 930 was 349, checked in by bcornec, 20 years ago |
|
mindi now supports a 2.6 failsafe kernel
|
-
Property svn:keywords
set to
Id
|
|
File size:
1014 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id: mindi-kernel.spec 349 2006-01-27 18:39:12Z bcornec $
|
|---|
| 3 | #
|
|---|
| 4 | %define mrel 1
|
|---|
| 5 |
|
|---|
| 6 | Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
|
|---|
| 7 | Name: mindi-kernel
|
|---|
| 8 | Version: 1.06
|
|---|
| 9 | Release: %mrel
|
|---|
| 10 | License: GPL
|
|---|
| 11 | Group: System/Kernel and hardware
|
|---|
| 12 | Url: http://www.mondorescue.org
|
|---|
| 13 | Source: %{name}-%{version}.tgz
|
|---|
| 14 | BuildRoot: /tmp/%{name}-%{version}
|
|---|
| 15 | Requires: binutils
|
|---|
| 16 | Autoreq: 0
|
|---|
| 17 |
|
|---|
| 18 | %description
|
|---|
| 19 | Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
|
|---|
| 20 | used by Mindi.
|
|---|
| 21 |
|
|---|
| 22 | %prep
|
|---|
| 23 | %setup
|
|---|
| 24 | %build
|
|---|
| 25 | %install
|
|---|
| 26 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 27 | export PREFIX=${RPM_BUILD_ROOT}
|
|---|
| 28 | ./install.sh
|
|---|
| 29 |
|
|---|
| 30 | %clean
|
|---|
| 31 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 32 |
|
|---|
| 33 | %files
|
|---|
| 34 | %defattr(-,root,root,-)
|
|---|
| 35 | %{_libdir}/mindi
|
|---|
| 36 |
|
|---|
| 37 | %changelog
|
|---|
| 38 | * Wed Jan 04 2006 Bruno Cornec <bcornec@users.berlios.de> 1.06-1
|
|---|
| 39 | - 2.6 kernel (from mandriva) to avoid bugs in PXE mode with 2.4 kernels and busybox
|
|---|
| 40 |
|
|---|
| 41 | * Wed Dec 14 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05-1
|
|---|
| 42 | - adapted to the new mindi location (in 1.05-r194 and upper)
|
|---|
| 43 |
|
|---|
| 44 | * Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
|
|---|
| 45 | - initial release
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.