ID | 1956120 | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | livecd-tools | |||||||||||||||||||||||||||||||||||||||||||
Version | 30.0 | |||||||||||||||||||||||||||||||||||||||||||
Release | 1.fc37 | |||||||||||||||||||||||||||||||||||||||||||
Epoch | 1 | |||||||||||||||||||||||||||||||||||||||||||
Source | git+https://src.fedoraproject.org/rpms/livecd-tools.git#88a36af3e9c483e21c9acef3de7ffe8439b214ae | |||||||||||||||||||||||||||||||||||||||||||
Summary | Tools for building live CDs | |||||||||||||||||||||||||||||||||||||||||||
Description | Tools for generating live CDs on Fedora based systems including derived distributions such as RHEL, CentOS and others. See http://fedoraproject.org/wiki/FedoraLiveCD for more details. | |||||||||||||||||||||||||||||||||||||||||||
Built by | ngompa | |||||||||||||||||||||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||||||||||||||||||||
Volume | prod | |||||||||||||||||||||||||||||||||||||||||||
Started | Tue, 26 Apr 2022 14:55:28 UTC | |||||||||||||||||||||||||||||||||||||||||||
Completed | Tue, 26 Apr 2022 14:58:25 UTC | |||||||||||||||||||||||||||||||||||||||||||
Task | build (rawhide, /rpms/livecd-tools.git:88a36af3e9c483e21c9acef3de7ffe8439b214ae) | |||||||||||||||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/livecd-tools.git#88a36af3e9c483e21c9acef3de7ffe8439b214ae'}} | |||||||||||||||||||||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||||||||||||||||||||
Logs | ||||||||||||||||||||||||||||||||||||||||||||
Changelog | * Tue Apr 26 2022 Neal Gompa <ngompa@fedoraproject.org> - 1:30.0-1 - Release 30.0 (ngompa13) - imgcreate/fs.py: abort on hard-unmount failure (lersek) - imgcreate/util: Fix errors import (T-vK) (#2078710) * Sun Apr 24 2022 Neal Gompa <ngompa@fedoraproject.org> - 1:29.0-1 - Release 29.0 (ngompa13) - Makefile: Drop creating signed tags (ngompa13) - Preload the libnss_systemd library (#2007045) (sergey) - livecd-iso-to-disk, editliveos: Add option to skip macboot.img processing. (fgrose) - Copy 'unicode.pf2' from correct path (zhanggyb) - editliveos: Refresh vmlinuz & initrd.img files upon kernel updates. (fgrose) - livecd-iso-to-disk & editliveos: Preserve extra-kernel-args from source. (fgrose) - add livenet dracut module to allow for pxe boot (sobjerke) - switch from authconfig to authselect (pbrezina) - live.py: Support either /images or /isolinux directories for efi images. (fgrose) - livecd-iso-to-disk & editliveos: Expand partitioning & filesystem support (fgrose) - make live image the default boot option (sobjerke) - Modernize detection of checkisomd5 (m.novosyolov) * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:28.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 11 2022 Neal Gompa <ngompa@fedoraproject.org> - 1:28.3-4 - Backport fix for finding unicode grub2 font file (rhbz#2037096) * Mon Aug 23 2021 Pavel Březina <pbrezina@redhat.com> - 1:28.3-3 - Switch from authconfig to authselect (rhbz#1982159) * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:28.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jun 27 2021 Neal Gompa <ngompa13@gmail.com> - 1:28.3-1 - Release 28.3 (ngompa13) - imgcreate/live: Make EFI packages optional for x86 (ngompa13) - Fix missync of locations of efiboot.img (m.novosyolov) - mkdir isolinux on aarch64 (m.novosyolov) - Fix check if EFI bootloader exists (m.novosyolov) * Sat Jun 26 2021 Neal Gompa <ngompa13@gmail.com> - 1:28.2-1 - Release 28.2 (ngompa13) - rearrange xorrisofs options to make image efi bootable (sobjerke) - place efiboot.img and macboot.img in /isolinux (sobjerke) - Remove duplicate sentence (35056002+BessieTheCookie) * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:28.1-2 - Rebuilt for Python 3.10 * Fri May 21 2021 Neal Gompa <ngompa13@gmail.com> - 1:28.1-1 - Release 28.1 (ngompa13) - imgcreate/live: Add missing comma for xorrisofs options (ngompa13) - prevent urlgrabber.urlgrab() from overwriting ks files in current directory (sobjerke) * Sat May 08 2021 Neal Gompa <ngompa13@gmail.com> - 1:28.0-2 - Add missing dependencies (urlgrabber, dracut-live) - Remove hfsplus-tools as a dependency for EL8+ * Sat May 08 2021 Neal Gompa <ngompa13@gmail.com> - 1:28.0-1 - Release 28.0 (ngompa13) - HACKING: Fix URL for the Git repository (ngompa13) - imgcreate/live: Add missing variable "_isDracut" (ngompa13) - imgcreate/live: Use the right EFI binaries for x86 images (ngompa13) - imgcreate/live: Add AArch64 support (ngompa13) - imgcreate/live: Rework ISO creation to split x86 specific parts out (ngompa13) - Add missing files to uninstall section of makefile (quanterium) - Separate the errors for no ks specified and file not found (bcotton) - Pass package_types to dnf base group_install as tuple, not set (awilliam) - imgcreate: Allow more SquashFS compression options. (fgrose) - BindChrootMount: Expand this class to include bind mounting of files. (fgrose) - Obsolete osmin.img processing. (fgrose) - live.py: harmonize xorrisofs arguments with lorax live/x86.tmpl (fgrose) - imgcreate/kickstart: Use urlgrabber again instead of urllib (ngompa13) - Make --livedir & --multi handling more robust. (fgrose) - editliveos: Use USERNAME now instead of LOGNAME. (fgrose) - livecd-iso-to-disk: Update test for 'gio' presence. (fgrose) - live.py: Store EFI boot images in /images/. (fgrose) - livecd-iso-to-disk: Use -E, --exit-if-exists option to udevadm settle. (fgrose) - live.py: Update xorrisofs_options for x86 images. (fgrose) - editliveos: Rework installing packages into image (khoidinhtrinh) * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:27.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Oct 08 2020 Adam Williamson <awilliam@redhat.com> - 1:27.1-8 - Backport PR #168 to fix a compatibility issue with DNF 4.4.0+ * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:27.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:27.1-6 - Rebuilt for Python 3.9 |