- lorax: Write package lists in run_transaction (bcl@redhat.com)
- Add dig and comm to the boot.iso (bcl@redhat.com) - lorax-composer: Add 'weldr' to indicate it supports the weldr API (bcl@redhat.com) - lorax: Cleanup the removefrom --allbut files (bcl@redhat.com) - lorax: Add eject back into the boot.iso (bcl@redhat.com)
This commit is contained in:
parent
7cc511a7d3
commit
94efdc8bbb
1
.gitignore
vendored
1
.gitignore
vendored
@ -174,3 +174,4 @@
|
||||
/lorax-32.4.tar.gz
|
||||
/lorax-32.5.tar.gz
|
||||
/lorax-32.6.tar.gz
|
||||
/lorax-32.7.tar.gz
|
||||
|
12
lorax.spec
12
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 32.6
|
||||
Version: 32.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -160,6 +160,9 @@ Requires: python3-boto3
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
|
||||
# Implements the weldr API
|
||||
Provides: weldr
|
||||
|
||||
%description composer
|
||||
lorax-composer provides a REST API for building images using lorax.
|
||||
|
||||
@ -263,6 +266,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- lorax-composer: Add 'weldr' to indicate it supports the weldr API (bcl@redhat.com)
|
||||
- lorax: Cleanup the removefrom --allbut files (bcl@redhat.com)
|
||||
- lorax: Add eject back into the boot.iso (bcl@redhat.com)
|
||||
|
||||
* Wed Feb 12 2020 Brian C. Lane <bcl@redhat.com> 32.6-1
|
||||
- New lorax documentation - 32.6 (bcl@redhat.com)
|
||||
- Update mock documentation to remove --old-chroot (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-32.6.tar.gz) = 8751182efcd60f375569208e02ee9eac30d16c2268139843d1c8a602061d6a39e61e2d2f7eb4086efd836700daf7c3455ed17b3cfb2fe94cd2fb7840e7a727ef
|
||||
SHA512 (lorax-32.7.tar.gz) = b6cee6ee9455279c5dcd559130dc702b899521879391190e2238f227953e7a4871e794b4811cc78729ee85fc2188353eb6cb1e0b215e4aa9233eb258332444f9
|
||||
|
Loading…
Reference in New Issue
Block a user