Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16beca8594 | ||
|
|
b1f9e31623 | ||
|
|
e3d66212f1 | ||
|
|
9ddea4ca02 | ||
|
|
14b416e8a7 |
3 changed files with 34 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -175,3 +175,8 @@
|
|||
/lorax-32.5.tar.gz
|
||||
/lorax-32.6.tar.gz
|
||||
/lorax-32.7.tar.gz
|
||||
/lorax-32.8.tar.gz
|
||||
/lorax-32.9.tar.gz
|
||||
/lorax-32.10.tar.gz
|
||||
/lorax-32.11.tar.gz
|
||||
/lorax-32.12.tar.gz
|
||||
|
|
|
|||
29
lorax.spec
29
lorax.spec
|
|
@ -3,7 +3,7 @@
|
|||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 32.7
|
||||
Version: 32.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
|
|
@ -43,6 +43,7 @@ Requires: pigz
|
|||
Requires: pbzip2
|
||||
Requires: dracut >= 030
|
||||
Requires: kpartx
|
||||
Requires: psmisc
|
||||
|
||||
# Python modules
|
||||
Requires: libselinux-python3
|
||||
|
|
@ -266,6 +267,32 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2020 Brian C. Lane <bcl@redhat.com> 32.12-1
|
||||
- Fix EFI booting for ISOs generated by `mkksiso` (michel@michel-slm.name)
|
||||
- lorax-composer: Add deprecation notice to documentation (bcl@redhat.com)
|
||||
|
||||
* Thu Jun 18 2020 Brian C. Lane <bcl@redhat.com> 32.11-1
|
||||
- lorax.spec: Add psmisc for fuser debugging of failed umounts in pylorax.imgutils (bcl@redhat.com)
|
||||
- composer-cli: Disable retry counter on connection timeout (bcl@redhat.com)
|
||||
- composer-cli: Change timeout to 5 minutes (bcl@redhat.com)
|
||||
|
||||
* Thu Jun 11 2020 Brian C. Lane <bcl@redhat.com> 32.10-1
|
||||
- composer-cli: Return a better error with no value (bcl@redhat.com)
|
||||
- tests: Add tests for composer-cli compose start JSON POST (bcl@redhat.com)
|
||||
- composer-cli: Update bash completion for start-ostree (bcl@redhat.com)
|
||||
- composer-cli: Add new start-ostree command (bcl@redhat.com)
|
||||
- composer-cli: Add support for --size to compose start (bcl@redhat.com)
|
||||
|
||||
* Tue May 05 2020 Brian C. Lane <bcl@redhat.com> 32.9-1
|
||||
- Dockerfile.test: Switch to using F32 for testing (bcl@redhat.com)
|
||||
- Don't use f-string without interpolation (atodorov@redhat.com)
|
||||
- lorax: Add --skip-branding cmdline argument (bcl@redhat.com)
|
||||
- tests: Add tests for _install_branding with and without variant (bcl@redhat.com)
|
||||
- lorax: Update how the release package is chosen (bcl@redhat.com)
|
||||
|
||||
* Fri Mar 20 2020 Brian C. Lane <bcl@redhat.com> 32.8-1
|
||||
- ltmpl: Fix package logging format (bcl@redhat.com)
|
||||
Resolves: rhbz#1815000
|
||||
* Mon Mar 16 2020 Brian C. Lane <bcl@redhat.com> 32.7-1
|
||||
- lorax: Write package lists in run_transaction (bcl@redhat.com)
|
||||
- Add dig and comm to the boot.iso (bcl@redhat.com)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (lorax-32.7.tar.gz) = b6cee6ee9455279c5dcd559130dc702b899521879391190e2238f227953e7a4871e794b4811cc78729ee85fc2188353eb6cb1e0b215e4aa9233eb258332444f9
|
||||
SHA512 (lorax-32.12.tar.gz) = b1af56ddc9cc24208b614952047af707c0676cd40a1cb4d34e7e2d63e89087fcad44d4aa08efb4edfca88b98cd67bc10c9abc627c9a9004f35ad6daa2f98c381
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue