- lorax-composer: Add cloud-init support to the vhd image (bcl@redhat.com)
- tests: add docker variable to .travis.yml (jrusz@redhat.com) - tests: Changed Docker to podman in Makefile (jrusz@redhat.com) - tests: fix blueprints tag test (jrusz@redhat.com) - test: fix serializing repo_to_source test (jrusz@redhat.com) - composer-cli: Return int from handle_api_result not bool (bcl@redhat.com) - mkksiso: copy all the directories over to tmpdir (bcl@redhat.com) - Add dmidecode on supported architectures (bcl@redhat.com) - docs: Remove --title from list of lmc variables (bcl@redhat.com) - Drop old lorax.spec changelog entries (pre-F31) (bcl@redhat.com)
This commit is contained in:
parent
d8ff91e01e
commit
7b921513c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,3 +170,4 @@
|
||||
/lorax-32.0.tar.gz
|
||||
/lorax-32.1.tar.gz
|
||||
/lorax-32.2.tar.gz
|
||||
/lorax-32.3.tar.gz
|
||||
|
14
lorax.spec
14
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 32.2
|
||||
Version: 32.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -262,6 +262,18 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- tests: Changed Docker to podman in Makefile (jrusz@redhat.com)
|
||||
- tests: fix blueprints tag test (jrusz@redhat.com)
|
||||
- test: fix serializing repo_to_source test (jrusz@redhat.com)
|
||||
- composer-cli: Return int from handle_api_result not bool (bcl@redhat.com)
|
||||
- mkksiso: copy all the directories over to tmpdir (bcl@redhat.com)
|
||||
- Add dmidecode on supported architectures (bcl@redhat.com)
|
||||
- docs: Remove --title from list of lmc variables (bcl@redhat.com)
|
||||
- Drop old lorax.spec changelog entries (pre-F31) (bcl@redhat.com)
|
||||
|
||||
* Tue Nov 05 2019 Brian C. Lane <bcl@redhat.com> 32.2-1
|
||||
- New lorax documentation - 32.2 (bcl@redhat.com)
|
||||
- tests: Add 'test_mkksiso' tests (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-32.2.tar.gz) = 61298ef9060dea54f39cf7102a92b9566828274b1818de717cb61f7f869d15d3bc41049b75df1717c777dd8d9d26f4a2bb2eb5cc47e589c0a27880d2d5b31a1b
|
||||
SHA512 (lorax-32.3.tar.gz) = 1f7e88e7ada8b81276257b4e652804174a64936223a67a8b227d0636ffc551630be2074862bc5cdd597832e75c5e5230f0e0f96af1bf849212c3090e09bacc03
|
||||
|
Loading…
Reference in New Issue
Block a user