Update from upstream #11
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.2'
|
version = '4.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
12
pungi.spec
12
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.9
|
Version: 4.2.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,16 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Fix can't link XDEV using repos as pkgset_sources (romain.forlot)
|
||||||
- Updated the deprecated ks argument name (to the current inst.ks) (lveyde)
|
- 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(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.9",
|
version="4.2.10",
|
||||||
description="Distribution compose tool",
|
description="Distribution compose tool",
|
||||||
url="https://pagure.io/pungi",
|
url="https://pagure.io/pungi",
|
||||||
author="Dennis Gilmore",
|
author="Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user