2004-11-22 13:47:29 +00:00
# -*- rpm-spec -*-
# $Id$
2006-11-24 17:58:05 +03:00
%def_with shell
2006-11-23 18:45:18 +03:00
2004-11-22 13:47:29 +00:00
Name : propagator
2006-11-23 18:45:18 +03:00
Version : 20061123
2007-02-27 16:54:57 +03:00
Release : alt1.0.glibc.1
2004-11-22 13:47:29 +00:00
2004-12-16 00:36:06 +00:00
Summary : 'Early userspace' set of binaries
2004-11-22 13:47:29 +00:00
License : GPL
Group : System/Kernel and hardware
Source0 : %name-%version.tar.bz2
2007-02-27 16:54:57 +03:00
BuildPreReq : mar-glibc
# Automatically added by buildreq on Thu Feb 01 2007
BuildRequires : bzlib-devel-static libnewt-devel-static libslang-devel-static
2004-11-22 13:47:29 +00: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
2006-11-23 18:45:18 +03:00
make %{?_with_shell:WITH_SHELL=t}
2004-11-22 13:47:29 +00:00
%install
2005-07-07 23:45:12 +00:00
%make_install DESTDIR=%buildroot LIBDIR=%_libdir install
2004-11-22 13:47:29 +00:00
%files
2004-12-17 23:38:21 +00:00
%_bindir /gencpio
2004-11-22 13:47:29 +00:00
%_libdir /%name
%changelog
2007-02-27 16:54:57 +03:00
* Fri Feb 02 2007 Nick S. Grechukh <gns@altlinux.ru> 20061123-alt1.0.glibc.1
- accurate glibc patch, instead of published dirty hack
2006-11-23 18:45:18 +03:00
* Thu Nov 23 2006 Sergey Bolshakov <sbolshakov@altlinux.ru> 20061123-alt1
- added conditional shell spawning
- fixed probing of some RAID adaptors
- probe usbhid early
2006-11-24 17:58:05 +03:00
- one full-featured stage1 binary
2006-11-23 18:45:18 +03:00
2006-01-24 14:46:23 +00:00
* Tue Jan 24 2006 Sergey Bolshakov <sbolshakov@altlinux.ru> 20060124-alt1
- added tweaks for nForce nics
2005-10-28 15:10:33 +00:00
* Fri Oct 28 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20051028-alt1
- modified init to pass given argv further
2005-08-19 16:08:40 +00:00
* Fri Aug 19 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050819-alt1
- modified IDE probing to use ide-generic if search in pcitable fails
2005-07-07 23:45:12 +00:00
* Thu Jul 07 2005 Anton D. Kachalov <mouse@altlinux.org> 20050707-alt1
- multilib support
2005-07-05 14:35:10 +00:00
* Tue Jul 05 2005 Anton Farygin <rider@altlinux.ru> 20050705-alt1
- export DNS_SERVER and DNS_SERVER2 for stage2
2005-05-14 10:26:01 +00: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 11:06:44 +00:00
* Mon Apr 20 2005 Anton Farygin <rider@altlinux.ru> 20050420-alt1
- added splash update support
2005-04-12 19:32:01 +00:00
* Tue Apr 12 2005 Anton Farygin <rider@altlinux.ru> 20050412-alt1
- use squashfs for stage2 and live system
2005-03-30 13:26:14 +00:00
* Wed Mar 30 2005 Anton Farygin <rider@altlinux.ru> 20050330-alt1
- use ext2 filesystem for stage2
2005-03-05 12:56:19 +00:00
* Sat Mar 5 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050305-alt1
- usb cdrom/flash now supported
- ntfs added
2005-02-16 17:41:09 +00:00
* Wed Feb 16 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050216-alt1
- adopted for modularized IDE
2005-02-08 14:20:23 +00:00
* Tue Feb 8 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050208-alt1
- snapshot @ 20050208
2004-12-17 23:38:21 +00:00
* Fri Dec 17 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.2
- gencpio utility added
2004-12-16 00:36:06 +00:00
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
- snapshot @ 20041215
2004-12-07 16:12:08 +00:00
2004-11-22 13:47:29 +00:00
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
- Initial build.