From 14b416e8a7e0e5780718c11f5bc8d0e63892346a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 20 Mar 2020 11:42:39 -0700 Subject: [PATCH 1/5] - ltmpl: Fix package logging format (bcl@redhat.com) Resolves: rhbz#1815000 --- .gitignore | 1 + lorax.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d613b0..170ca07 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,4 @@ /lorax-32.5.tar.gz /lorax-32.6.tar.gz /lorax-32.7.tar.gz +/lorax-32.8.tar.gz diff --git a/lorax.spec b/lorax.spec index edab472..b5d1c8a 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.7 +Version: 32.8 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -266,6 +266,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Fri Mar 20 2020 Brian C. Lane 32.8-1 +- ltmpl: Fix package logging format (bcl@redhat.com) + Resolves: rhbz#1815000 * Mon Mar 16 2020 Brian C. Lane 32.7-1 - lorax: Write package lists in run_transaction (bcl@redhat.com) - Add dig and comm to the boot.iso (bcl@redhat.com) diff --git a/sources b/sources index 8f667e9..f06ac9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-32.7.tar.gz) = b6cee6ee9455279c5dcd559130dc702b899521879391190e2238f227953e7a4871e794b4811cc78729ee85fc2188353eb6cb1e0b215e4aa9233eb258332444f9 +SHA512 (lorax-32.8.tar.gz) = baf0ba9c7e819050724dc04f96b5bac70ed2088288a8c1d9ca4ee8cd49627de36ddf406976e64a2c0814ae91046bb5b73949fd62c0d1d3ddf8c298e153a7a941 From 9ddea4ca02b7526aba7158f63dd1f48ebf115805 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 5 May 2020 14:46:58 -0700 Subject: [PATCH 2/5] - 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) --- .gitignore | 1 + lorax.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 170ca07..2828951 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,4 @@ /lorax-32.6.tar.gz /lorax-32.7.tar.gz /lorax-32.8.tar.gz +/lorax-32.9.tar.gz diff --git a/lorax.spec b/lorax.spec index b5d1c8a..2df135e 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.8 +Version: 32.9 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -266,6 +266,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Tue May 05 2020 Brian C. Lane 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 32.8-1 - ltmpl: Fix package logging format (bcl@redhat.com) Resolves: rhbz#1815000 diff --git a/sources b/sources index f06ac9e..d49ccd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-32.8.tar.gz) = baf0ba9c7e819050724dc04f96b5bac70ed2088288a8c1d9ca4ee8cd49627de36ddf406976e64a2c0814ae91046bb5b73949fd62c0d1d3ddf8c298e153a7a941 +SHA512 (lorax-32.9.tar.gz) = 314836ce9bd56be19289c34794a69a568ae357a5f5b4c66d84c844eea7be3f368c45b1cee620a47cab4dcdfb68d84352abc372cb5d83fd3b358104e42cf12a1e From e3d66212f154126c56afbd6a95d6f7704558cbd5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 11 Jun 2020 09:58:48 -0700 Subject: [PATCH 3/5] - 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) --- .gitignore | 1 + lorax.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2828951..6613ee9 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,4 @@ /lorax-32.7.tar.gz /lorax-32.8.tar.gz /lorax-32.9.tar.gz +/lorax-32.10.tar.gz diff --git a/lorax.spec b/lorax.spec index 2df135e..820ce72 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.9 +Version: 32.10 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -266,6 +266,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Jun 11 2020 Brian C. Lane 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 32.9-1 - Dockerfile.test: Switch to using F32 for testing (bcl@redhat.com) - Don't use f-string without interpolation (atodorov@redhat.com) diff --git a/sources b/sources index d49ccd3..879b9c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-32.9.tar.gz) = 314836ce9bd56be19289c34794a69a568ae357a5f5b4c66d84c844eea7be3f368c45b1cee620a47cab4dcdfb68d84352abc372cb5d83fd3b358104e42cf12a1e +SHA512 (lorax-32.10.tar.gz) = b8c99c84e083a9db52359ed7edc864b2c47290c9fe403b4555baa7207176260244174fdc6c80ba0fe6152dfb07c380ff1431cc01024fef9f7fef7b25c8c717ad From b1f9e31623bb3864f91302f887364e490bd7f767 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 18 Jun 2020 14:40:41 -0700 Subject: [PATCH 4/5] - 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) --- .gitignore | 1 + lorax.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6613ee9..9713930 100644 --- a/.gitignore +++ b/.gitignore @@ -178,3 +178,4 @@ /lorax-32.8.tar.gz /lorax-32.9.tar.gz /lorax-32.10.tar.gz +/lorax-32.11.tar.gz diff --git a/lorax.spec b/lorax.spec index 820ce72..0d4d800 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.10 +Version: 32.11 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,11 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Jun 18 2020 Brian C. Lane 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 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) diff --git a/sources b/sources index 879b9c9..ebbfc33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-32.10.tar.gz) = b8c99c84e083a9db52359ed7edc864b2c47290c9fe403b4555baa7207176260244174fdc6c80ba0fe6152dfb07c380ff1431cc01024fef9f7fef7b25c8c717ad +SHA512 (lorax-32.11.tar.gz) = 7de639ee1608293708aa37e19908efc22b07a8905f48a92c548eaa962ee3b63a05d571db1bf41c9474f34888a30a5661716f0861cf6711e370b35a8b539c41ec From 16beca85949a716efa9567d51b0dfb0ed7ce5717 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 20 Jul 2020 10:57:17 -0700 Subject: [PATCH 5/5] - Fix EFI booting for ISOs generated by `mkksiso` (michel@michel-slm.name) - lorax-composer: Add deprecation notice to documentation (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9713930..9aa05ff 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ /lorax-32.9.tar.gz /lorax-32.10.tar.gz /lorax-32.11.tar.gz +/lorax-32.12.tar.gz diff --git a/lorax.spec b/lorax.spec index 0d4d800..ed6dfd9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.11 +Version: 32.12 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -267,6 +267,10 @@ 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 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 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) diff --git a/sources b/sources index ebbfc33..c2868bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-32.11.tar.gz) = 7de639ee1608293708aa37e19908efc22b07a8905f48a92c548eaa962ee3b63a05d571db1bf41c9474f34888a30a5661716f0861cf6711e370b35a8b539c41ec +SHA512 (lorax-32.12.tar.gz) = b1af56ddc9cc24208b614952047af707c0676cd40a1cb4d34e7e2d63e89087fcad44d4aa08efb4edfca88b98cd67bc10c9abc627c9a9004f35ad6daa2f98c381