74 lines
2.0 KiB
RPMSpec
74 lines
2.0 KiB
RPMSpec
# -*- rpm-spec -*-
|
|
# $Id$
|
|
|
|
Name: propagator
|
|
Version: 20050819
|
|
Release: alt1
|
|
|
|
Summary: 'Early userspace' set of binaries
|
|
License: GPL
|
|
Group: System/Kernel and hardware
|
|
|
|
Source0: %name-%version.tar.bz2
|
|
|
|
BuildRequires: dietlibc diet-bzlib >= 20050707 diet-newt >= 20050707 diet-slang >= 20050707 mar
|
|
|
|
%description
|
|
%name is a set of binaries useful in 'early userspace' environment,
|
|
including init and various helpers for hw probing and bootstrapping.
|
|
|
|
%prep
|
|
%setup -qc
|
|
|
|
%build
|
|
%__make
|
|
|
|
%install
|
|
%make_install DESTDIR=%buildroot LIBDIR=%_libdir install
|
|
|
|
%files
|
|
%_bindir/gencpio
|
|
%_libdir/%name
|
|
|
|
%changelog
|
|
* Fri Aug 19 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050819-alt1
|
|
- modified IDE probing to use ide-generic if search in pcitable fails
|
|
|
|
* Thu Jul 07 2005 Anton D. Kachalov <mouse@altlinux.org> 20050707-alt1
|
|
- multilib support
|
|
|
|
* Tue Jul 05 2005 Anton Farygin <rider@altlinux.ru> 20050705-alt1
|
|
- export DNS_SERVER and DNS_SERVER2 for stage2
|
|
|
|
* Sat May 14 2005 Anton Farygin <rider@altlinux.ru> 20050514-alt1
|
|
- stage1 now may be used as modprobe (only modprobe -q -- <modulename> format supported)
|
|
- gencpio updated from 2.6.11 kernel with symlinks support
|
|
|
|
* Mon Apr 20 2005 Anton Farygin <rider@altlinux.ru> 20050420-alt1
|
|
- added splash update support
|
|
|
|
* Tue Apr 12 2005 Anton Farygin <rider@altlinux.ru> 20050412-alt1
|
|
- use squashfs for stage2 and live system
|
|
|
|
* Wed Mar 30 2005 Anton Farygin <rider@altlinux.ru> 20050330-alt1
|
|
- use ext2 filesystem for stage2
|
|
|
|
* Sat Mar 5 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050305-alt1
|
|
- usb cdrom/flash now supported
|
|
- ntfs added
|
|
|
|
* Wed Feb 16 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050216-alt1
|
|
- adopted for modularized IDE
|
|
|
|
* Tue Feb 8 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050208-alt1
|
|
- snapshot @ 20050208
|
|
|
|
* Fri Dec 17 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.2
|
|
- gencpio utility added
|
|
|
|
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
|
|
- snapshot @ 20041215
|
|
|
|
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
|
|
- Initial build.
|