- New lorax documentation - 29.6 (bcl@redhat.com)
- Override Sphinx documentation version with LORAX_VERSION (bcl@redhat.com) - Add support for sources to composer-cli (bcl@redhat.com) - Fix DNF related issues with source selection (bcl@redhat.com) - Fix handling bad source repos and add a test (bcl@redhat.com) - Speed up test_dnfbase.py (bcl@redhat.com) - Make sure new sources show up in the source/list output (bcl@redhat.com) - Fix make_dnf_dirs (bcl@redhat.com) - Update test_server for rawhide (bcl@redhat.com) - Add support for user defined package sources API (bcl@redhat.com)
This commit is contained in:
parent
66a99c8550
commit
5ae848fd61
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@
|
|||||||
/lorax-29.3.tar.gz
|
/lorax-29.3.tar.gz
|
||||||
/lorax-29.4.tar.gz
|
/lorax-29.4.tar.gz
|
||||||
/lorax-29.5.tar.gz
|
/lorax-29.5.tar.gz
|
||||||
|
/lorax-29.6.tar.gz
|
||||||
|
14
lorax.spec
14
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 29.5
|
Version: 29.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -219,6 +219,18 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{python3_sitelib}/composer/*
|
%{python3_sitelib}/composer/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 04 2018 Brian C. Lane <bcl@redhat.com> 29.6-1
|
||||||
|
- New lorax documentation - 29.6 (bcl@redhat.com)
|
||||||
|
- Override Sphinx documentation version with LORAX_VERSION (bcl@redhat.com)
|
||||||
|
- Add support for sources to composer-cli (bcl@redhat.com)
|
||||||
|
- Fix DNF related issues with source selection (bcl@redhat.com)
|
||||||
|
- Fix handling bad source repos and add a test (bcl@redhat.com)
|
||||||
|
- Speed up test_dnfbase.py (bcl@redhat.com)
|
||||||
|
- Make sure new sources show up in the source/list output (bcl@redhat.com)
|
||||||
|
- Fix make_dnf_dirs (bcl@redhat.com)
|
||||||
|
- Update test_server for rawhide (bcl@redhat.com)
|
||||||
|
- Add support for user defined package sources API (bcl@redhat.com)
|
||||||
|
|
||||||
* Wed May 23 2018 Brian C. Lane <bcl@redhat.com> 29.5-1
|
* Wed May 23 2018 Brian C. Lane <bcl@redhat.com> 29.5-1
|
||||||
- templates: Stop using gconfset (walters@verbum.org)
|
- templates: Stop using gconfset (walters@verbum.org)
|
||||||
- Add support for version globs to blueprints (bcl@redhat.com)
|
- Add support for version globs to blueprints (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-29.5.tar.gz) = c6eea3b4b1df1600bfa22c467b168f90d4a16c01abc94268350661cf7b5d404a857f5e46d7bb5e774c7f2d94f039a5923d77fb05d00e59b055eeeec8a9ca96cc
|
SHA512 (lorax-29.6.tar.gz) = de6da0a36e9add894ee0a186623a877e0039aba7538a47dd4264f723197f44ebd793ddd2f15bc50b1d09ae36389835496705981502eeab69d0856981977acb9a
|
||||||
|
Loading…
Reference in New Issue
Block a user