4.1.40 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
6771a21916
commit
8829fc32ab
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
||||
# The short X.Y version.
|
||||
version = '4.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.1.39'
|
||||
release = '4.1.40'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
32
pungi.spec
32
pungi.spec
@ -1,5 +1,5 @@
|
||||
Name: pungi
|
||||
Version: 4.1.39
|
||||
Version: 4.1.40
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -111,6 +111,36 @@ nosetests --exe
|
||||
cd tests && ./test_compose.sh
|
||||
|
||||
%changelog
|
||||
* Wed Oct 23 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.40-1
|
||||
- pkgset: Only reuse valid old repo (lsedlar)
|
||||
- Clean up skipping phases (hlin)
|
||||
- Fix crash on unsigned packages (hlin)
|
||||
- doc: Make it clear that the field 'repo' has to be empty for 'file' backend
|
||||
(juliana.rodrigueiro)
|
||||
- gather: Make depsolving parallel (hlin)
|
||||
- doc: Add full examples of compose configuration (lsedlar)
|
||||
- ostree-install: allow configuring additional depenencies for runroot
|
||||
(otaylor)
|
||||
- buildinstall: Allow customizing dracut arguments (lsedlar)
|
||||
- Use custom assertion for checking content of files (lsedlar)
|
||||
- Drop custom ANY object (lsedlar)
|
||||
- Remove usage of unittest2 on Python 3 (lsedlar)
|
||||
- Remove shebangs from test files (lsedlar)
|
||||
- gather: Resolve dependencies of debug packages (lsedlar)
|
||||
- gather: Fix bare except block (lsedlar)
|
||||
- gather: Fix formatting (lsedlar)
|
||||
- gather: Simplify adding packages to result (lsedlar)
|
||||
- gather: Remove unused import (lsedlar)
|
||||
- Regenerate test fixture repo (lsedlar)
|
||||
- Move import of modulemd to a separate module (lsedlar)
|
||||
- ostree: Run commands in universal_newlines mode (lsedlar)
|
||||
- pkgset: Allow filtering modules from Koji tags (lsedlar)
|
||||
- pkgset: Initialize path_prefix to empty value (lsedlar)
|
||||
- Allow loading overrides for module defaults (lsedlar)
|
||||
- Move pkgset skipping logs to separate file (hlin)
|
||||
- Fix crash when pkgset phase is skipped (lsedlar)
|
||||
- Resolve symlinks to images (lsedlar)
|
||||
|
||||
* Mon Sep 09 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.39-1
|
||||
- Fix getting platforms from lookaside (lsedlar)
|
||||
- extra-files: Simplify iterating over variants (lsedlar)
|
||||
|
Loading…
Reference in New Issue
Block a user