Репозитории ALT

5.1: | 0.6.0-alt12 |
4.1: | 0.6.0-alt11 |
4.0: | 0.6.0-alt11 |
+backports: | 0.6.0-alt9.M40.1 |
3.0: | |
+backports: | 0.6.0-alt2.M30.1 |
Группа :: Разработка/Прочее
Пакет: spt
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
30 апреля 2007 Grigory Fateyev <greg at altlinux.ru> 0.6.0-alt2.M30.1
- Backport for ALC3.0.4
- more correct fix for #11266 (tnx to ldv@).
- fix chroot_mkdev (#11266).
- fixes:
+ remove unused /dev/fb0
+ remove ahci.ko from modules (pci id overlap) (TODO for propagator)
ldv@:
+ spt.spec: Bump hasher version requirement to ensure working hsh-fakedev(1)
+ spt/scripts/spt, spt/scripts/spt-sh-functions: Remove deprecated --save-fakeroot usage
+ spt/scripts/spt-sh-functions (chroot_mkdev): Fix hsh-fakedev invocation
- new release:
+ remove /dev/pts,/proc addiction and ugly triggers
+ remove internal hasher hacks like makedev_console=1
+ remove obsoleted profile-ovz (moved to separate package)
+ strict hasher requires (due hsh-fakedev).
- 0.5.3 release:
+ remove unused mkiso option
legion changes:
+ Add missing variable THEME in hooks
+ Code cleanup
+ Remove COMPONENTS_ID variable
+ Add support of remote repositories
+ Remove obsolete gfxboot/memtest code
+ Add new hooks to make gfx bootlogo and memtest
- merge with legion:
+ Add new options to able redefine $tmpdir and $outdir
+ remove deprecated REPO
+ remove unused directories
- add forcedeth.ko to stage1 modules
- unset mkboot when mkiso=
- cleanup ovz profile
- update profiles (add symlinks to common hooks)
- update rescue profile (add mdadm to packages)
- hotfixes:
+ fix ovz profiles creation
+ add ata_piix.ko to modules - update copyrights (add legion@)
- bump version in sh-functions
- Major update.
+ remove deprecated CLASS
+ add new rescue profile
+ update docs for LiveCD creation
+ allow symlinks in hooks
+ update profiles to new scheme (see spt.txt for details)
+ rewrite setup.d/postinstall to hooks.d
+ move common hooks.d to hooks-common (mostly it root useradd and resolv modification)
+ update modules list for live (add ahci/jmicron and pata_marvell)
+ remove gfxboot from syslinux/isolinux.cfg in livecd (it's for installer)
+ add more advanced hooks for livecd (locale/console config)
+ update packages for livecd
+ replace KERNEL var to KERNEL_ADD (for adding modules and kernel to initrd)
+ remove skip-root switch (don't work due mktemp use). - sync changes from legion:
+ Move code for bootlogo in standalone function.
+ COPYONLY image may have empty 'packages' file.
+ Make imgdir and isodir for COPYONLY images:
+ isodir used for final iso-image generation.
+ imgdir used for per-stage image generation.
+ Add IMGDIR and ISODIR to hooks environment. Hooks in
COPYONLY image should move needful data from IMGDIR to
ISODIR.
+ Update installer profile.
+ spt-sh-functions: Fix print_uris for new scheme.
+ spt: - Move workdir/{out,tmp} into temprary directory.
- Add new option --no-cleanup to not remove temprary directory.
- Fix bug in packages installation in make_image(). Packages
from $IDENT/packages could not be installed at all. - Code cleanup.
+ Large achitecture modifications.
spt: - Split main loop in to several functions.
- Split image creation loop and copyonly loop.
spt-sh-functions: - postinstall: Add IMGDIR variable.
- postinstall: Fix hooks loop.
+ Move configs for images in subdirs and update installer profile
+ Fix hooks and add new option
+ spt, spt-sh-functions: - Add new option --number=NUM.
- Rewrite hooks.
- Hooks moved to PROFILE_DIR/IDENT/hooks.d directory.
- Remove obsolete variable.
- Remove DIRS config variable. Packages list defined by PROFILE_DIR/IDENT/packages file.
- Remove gen_repo. Use hooks for it.
- Apply fixes from legion:
+ move iso creation to chroot;
+ code cleanup;
+ speedup build.
- maintenance release w/ fixes from legion@:
+ spt-sh-functions: Fix to make in chroot /dev/{ptmx,tty,console}. WARNING!
Now you need special hasher setup for spt! You must set allow_ttydev=YES
parameter in hasher-priv.conf. See hasher-priv.conf(5) for details.
- move all boot actions to chroot (making it more independed from host arch).
- remove requires to hasher-priv and syslinux.
- update initfs for new propagator.
- cleanup mkmar invocation.
- move syslinux in chroot (legion).
- code cleanup (legion).
- Use getconf to define LIB and LIBDIR (legion).
- Small fixes:
+ fix typo in print_uris;
- Small fixes & cleanups:
+ rework isolinux actions.
- Small fixes & cleanups:
+ fix tgz typos;
+ fix isolinux dir;
+ cleanup code in mkfs.
- New version:
+ fixes for installer build (update profile, rework INSTALL2HASH);
+ remove unwanted code (like kernel version autoguessing);
+ rework image creation process, now it's fully separate from build
host (fix for #10069);
+ new switch --no-boot (skip boot procedures);
+ always do --noiso for --no-boot;
+ remove deps on hasher internals (like chrootuid1).
Fixes from Alexey Gladkov (legion@altlinux):
+ totally remove deps on hasher internals (now we require only hsh* utils);
+ fix bashizm in spt script;
+ code cleanup;
+ always do ptmx entries in /dev (remove --maketty switch and makedev hacks);
+ fix spt-install (remove deps on hasher internals).
- always do --noiso for tgz2/tgz images;
- remove cpio image (it really useless) and comment out untested
(like ext2/cramfs/cloop); - sync changes from rider@ git repository;
- fix #10016 (tnx to raorn@);
- fix #10069 (a bit hacky - just add squashfsprogs to packages list);
- fix #9954 (remove man from packages list for ovz);
- remove squashfsprogs from Requires (due #10069);
- fix rights for /;
- fix resolv.conf and hosts generation (don't use host version).
- fix --excludedocs switch.
- improve ovz class:
+ replace mtab by /proc/mounts symlink;
+ replace /dev/tty12 by /var/log/syslog/console.
- fix typo in tbz2;
- fix ovz profile (add missing modules file);
- fix package list for ovz profile (add iptables as needed by kernel).
- Fixed tgz/tbz2 image creation.
- update profiles and post scripts for install.
- prepare for git.
- update for cross builds (--arch parameter).
- add in-chroot operation support (this helps cleanup buildrequires).
- update, added some useful abilities:
+ OpenVZ support (use class ovz)
+ tar + gzip/bzip2 image creation support
+ update module list for live/install
- update, bugfixes
- first build