propagator/propagator.spec

65 lines
1.6 KiB
RPMSpec
Raw Normal View History

2004-11-22 16:47:29 +03:00
# -*- rpm-spec -*-
# $Id$
Name: propagator
2005-05-14 14:26:01 +04:00
Version: 20050514
2005-02-08 17:20:23 +03:00
Release: alt1
2004-11-22 16:47:29 +03:00
2004-12-16 03:36:06 +03:00
Summary: 'Early userspace' set of binaries
2004-11-22 16:47:29 +03:00
License: GPL
Group: System/Kernel and hardware
Source0: %name-%version.tar.bz2
2004-12-16 04:03:52 +03:00
Buildrequires: dietlibc diet-bzlib diet-newt diet-slang mar
2004-11-22 16:47:29 +03:00
%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 install
%files
2004-12-18 02:38:21 +03:00
%_bindir/gencpio
2004-11-22 16:47:29 +03:00
%_libdir/%name
%changelog
2005-05-14 14:26:01 +04:00
* 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
2005-04-21 15:06:44 +04:00
* Mon Apr 20 2005 Anton Farygin <rider@altlinux.ru> 20050420-alt1
- added splash update support
2005-04-12 23:32:01 +04:00
* Tue Apr 12 2005 Anton Farygin <rider@altlinux.ru> 20050412-alt1
- use squashfs for stage2 and live system
2005-03-30 17:26:14 +04:00
* Wed Mar 30 2005 Anton Farygin <rider@altlinux.ru> 20050330-alt1
- use ext2 filesystem for stage2
2005-03-05 15:56:19 +03:00
* Sat Mar 5 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050305-alt1
- usb cdrom/flash now supported
- ntfs added
2005-02-16 20:41:09 +03:00
* Wed Feb 16 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050216-alt1
- adopted for modularized IDE
2005-02-08 17:20:23 +03:00
* Tue Feb 8 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050208-alt1
- snapshot @ 20050208
2004-12-18 02:38:21 +03:00
* Fri Dec 17 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.2
- gencpio utility added
2004-12-16 03:36:06 +03:00
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
- snapshot @ 20041215
2004-12-07 19:12:08 +03:00
2004-11-22 16:47:29 +03:00
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
- Initial build.