Automatic commit of package [lorax] release [28.14.5-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
55d2911c7d
commit
afb9ac2d59
21
lorax.spec
21
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 28.14.4
|
||||
Version: 28.14.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -232,6 +232,25 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Mon Aug 27 2018 Brian C. Lane <bcl@redhat.com> 28.14.5-1
|
||||
- Fix composer-cli blueprints changes to get correct total (bcl@redhat.com)
|
||||
- Fix blueprints/list and blueprints/changes to return the correct total (bcl@redhat.com)
|
||||
- Add tests for limit=0 routes (bcl@redhat.com)
|
||||
- Add a function to get_url_json_unlimited to retrieve the total (bcl@redhat.com)
|
||||
- Fix tests related to blueprint name changes (bcl@redhat.com)
|
||||
- Add 'example' to the example blueprint names (bcl@redhat.com)
|
||||
- Use urllib.parse instead of urlparse (bcl@redhat.com)
|
||||
- In composer-cli, request all results (dshea@redhat.com)
|
||||
- Add tests for /compose/status filter arguments (dshea@redhat.com)
|
||||
- Allow '*' as a uuid in /compose/status/<uuid> (dshea@redhat.com)
|
||||
- Add filter arguments to /compose/status (dshea@redhat.com)
|
||||
- Only include specific blueprints in the rpm (bcl@redhat.com)
|
||||
- composer-cli should not log to a file by default (bcl@redhat.com)
|
||||
- Add documentation for using a DVD as the package source (bcl@redhat.com)
|
||||
- Set TCP listen backlog for API socket to SOMAXCONN (lars@karlitski.net)
|
||||
- Bring back import-state.service (rvykydal@redhat.com)
|
||||
- Fix a little bug in running "modules list". (clumens@redhat.com)
|
||||
|
||||
* Thu Aug 09 2018 Brian C. Lane <bcl@redhat.com> 28.14.4-1
|
||||
- Fix bash_completion.d typo (bcl@redhat.com)
|
||||
- Move disklabel and UEFI support to compose.py (bcl@redhat.com)
|
||||
|
@ -1 +1 @@
|
||||
28.14.4-1 ./
|
||||
28.14.5-1 ./
|
||||
|
Loading…
Reference in New Issue
Block a user