- livemedia-creator: workaround glibc limitation when starting anaconda (dan@danny.cz)
- AWS test: take into account different instance type for non x86 (atodorov@redhat.com) - Add test for canceling a running compose (jrusz@redhat.com) - composer-cli: Increase DELETE timeout to 120s (bcl@redhat.com) - anaconda_cleanup: Remove anaconda.pid if it is left behind (bcl@redhat.com) - New lorax documentation - 32.4 (bcl@redhat.com) - docs: Add documentation for new mkksiso --volid feature (bcl@redhat.com) - mkksiso: Add the option to set the ISO volume label (florian.achleitner@prime-sign.com) - spec: Add missing BuildRequires: make (florian.achleitner@prime-sign.com) - tests: Use wildcard versions for packages (bcl@redhat.com) - composer-cli: Only display the available compose types (bcl@redhat.com) - fix typo in api docstring (obudai@redhat.com) - Remove all repo files & install composer-cli from host repos (atodorov@redhat.com) - Always remove lorax-composer & composer-cli RPMs before installing them (atodorov@redhat.com) - Always remove existing VM image before building new one (atodorov@redhat.com) - Add git to Dockerfile.test (bcl@redhat.com)
This commit is contained in:
parent
7b921513c3
commit
06edbcacd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -171,3 +171,4 @@
|
||||
/lorax-32.1.tar.gz
|
||||
/lorax-32.2.tar.gz
|
||||
/lorax-32.3.tar.gz
|
||||
/lorax-32.4.tar.gz
|
||||
|
21
lorax.spec
21
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 32.3
|
||||
Version: 32.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -16,6 +16,7 @@ URL: https://github.com/weldr/lorax
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: make
|
||||
|
||||
Requires: lorax-templates
|
||||
|
||||
@ -262,6 +263,24 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 10 2020 Brian C. Lane <bcl@redhat.com> 32.4-1
|
||||
- livemedia-creator: workaround glibc limitation when starting anaconda (dan@danny.cz)
|
||||
- AWS test: take into account different instance type for non x86 (atodorov@redhat.com)
|
||||
- Add test for canceling a running compose (jrusz@redhat.com)
|
||||
- composer-cli: Increase DELETE timeout to 120s (bcl@redhat.com)
|
||||
- anaconda_cleanup: Remove anaconda.pid if it is left behind (bcl@redhat.com)
|
||||
- New lorax documentation - 32.4 (bcl@redhat.com)
|
||||
- docs: Add documentation for new mkksiso --volid feature (bcl@redhat.com)
|
||||
- mkksiso: Add the option to set the ISO volume label (florian.achleitner@prime-sign.com)
|
||||
- spec: Add missing BuildRequires: make (florian.achleitner@prime-sign.com)
|
||||
- tests: Use wildcard versions for packages (bcl@redhat.com)
|
||||
- composer-cli: Only display the available compose types (bcl@redhat.com)
|
||||
- fix typo in api docstring (obudai@redhat.com)
|
||||
- Remove all repo files & install composer-cli from host repos (atodorov@redhat.com)
|
||||
- Always remove lorax-composer & composer-cli RPMs before installing them (atodorov@redhat.com)
|
||||
- Always remove existing VM image before building new one (atodorov@redhat.com)
|
||||
- Add git to Dockerfile.test (bcl@redhat.com)
|
||||
|
||||
* Mon Nov 18 2019 Brian C. Lane <bcl@redhat.com> 32.3-1
|
||||
- lorax-composer: Add cloud-init support to the vhd image (bcl@redhat.com)
|
||||
- tests: add docker variable to .travis.yml (jrusz@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-32.3.tar.gz) = 1f7e88e7ada8b81276257b4e652804174a64936223a67a8b227d0636ffc551630be2074862bc5cdd597832e75c5e5230f0e0f96af1bf849212c3090e09bacc03
|
||||
SHA512 (lorax-32.4.tar.gz) = 121b78a77e7d7624e382ae3171e8feb794ef8ad15fe3439ff208d9bba4e4ffaa072301ae7de9095dbe617e9463438bbb7e5b1ac7068b10d3fc6208e76879d403
|
||||
|
Loading…
Reference in New Issue
Block a user