Automatic commit of package [lorax] release [19.7.6-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Brian C. Lane 2018-01-15 14:19:29 -08:00
parent 57d9d40c29
commit ea4f9ed615
2 changed files with 13 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 19.7.5
Version: 19.7.6
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -141,6 +141,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_unitdir}/lorax-composer.service
%changelog
* Mon Jan 15 2018 Brian C. Lane <bcl@redhat.com> 19.7.6-1
- Add documentation for the API routes. (bcl)
- Switch the API to use a Unix Domain Socket (bcl)
- Add support for other branches to the routes (bcl)
- Silence pocketlint bad-preconf-access warnings (atodorov)
- Properly report coverage (atodorov)
- Enable testing in Travis CI using Docker container (atodorov)
- Fix depsolving empty recipes (martin)
- Fix wrong function name in api/v0/recipes/freeze error messages (martin)
- Fix project tests for non-Central time zones (martin)
* Tue Nov 28 2017 Brian C. Lane <bcl@redhat.com> 19.7.5-1
- Redirect yum's logging to yum.log (bcl)
- Close the rpmdb after every API operation. (bcl)

View File

@ -1 +1 @@
19.7.5-1 ./
19.7.6-1 ./