4.2.10 release
JIRA: RHELCMP-6108 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
446334fb95
commit
cf761633f4
3 changed files with 13 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||
# The short X.Y version.
|
||||
version = '4.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.2.9'
|
||||
release = '4.2.10'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
12
pungi.spec
12
pungi.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: pungi
|
||||
Version: 4.2.9
|
||||
Version: 4.2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
|
|
@ -111,6 +111,16 @@ pytest
|
|||
cd tests && ./test_compose.sh
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Haibo Lin <hlin@redhat.com> - 4.2.10-1
|
||||
- Show and log command when using the run_blocking_cmd() method (fdipretre)
|
||||
- Use cachedir when createrepo (hlin)
|
||||
- gather: Add all srpms to variant lookaside repo (lsedlar)
|
||||
- Add task URL to watch task log (hlin)
|
||||
- Log warning when module defined in variants.xml not found (hlin)
|
||||
- pkgset: Compare future events correctly (lsedlar)
|
||||
- util: Strip file:// from local urls (lsedlar)
|
||||
- Clean up temporary yumroot dir (hlin)
|
||||
|
||||
* Thu Apr 29 2021 Ondrej Nosek <onosek@redhat.com> - 4.2.9-1
|
||||
- Fix can't link XDEV using repos as pkgset_sources (romain.forlot)
|
||||
- Updated the deprecated ks argument name (to the current inst.ks) (lveyde)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||
|
||||
setup(
|
||||
name="pungi",
|
||||
version="4.2.9",
|
||||
version="4.2.10",
|
||||
description="Distribution compose tool",
|
||||
url="https://pagure.io/pungi",
|
||||
author="Dennis Gilmore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue