4.1.36 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
49d137b444
commit
479d17c033
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.1'
|
version = '4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.1.35'
|
release = '4.1.36'
|
||||||
|
|
||||||
# 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.
|
||||||
|
16
pungi.spec
16
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.35
|
Version: 4.1.36
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,20 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.36-1
|
||||||
|
- Extend "openssh" runroot_method to be able to execute "mock" (jkaluza)
|
||||||
|
- osbs: Rework configuration for image pushes (lsedlar)
|
||||||
|
- Add "openssh" runroot method (jkaluza)
|
||||||
|
- Fix printing version on Python 3 (lsedlar)
|
||||||
|
- config-dump: Fix crash when used without --define (lsedlar)
|
||||||
|
- setup: Fix missing comma in a list (lsedlar)
|
||||||
|
- setup: Install some deps on Py2.7 only (lsedlar)
|
||||||
|
- config-dump: Allow defining variables on CLI (lsedlar)
|
||||||
|
- Update test data (lsedlar)
|
||||||
|
- gather: Use wildcard for repo selection (lsedlar)
|
||||||
|
- gather: Apply repo path substitutions for DNF backend (lsedlar)
|
||||||
|
- tests: Stop overwriting modulesdir for DNF (lsedlar)
|
||||||
|
|
||||||
* Tue Mar 26 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.35-1
|
* Tue Mar 26 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.35-1
|
||||||
- orchestrator: Monitor status of parts (lsedlar)
|
- orchestrator: Monitor status of parts (lsedlar)
|
||||||
- tests: Skip tests if libmodulemd is not available (lsedlar)
|
- tests: Skip tests if libmodulemd is not available (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.35",
|
version = "4.1.36",
|
||||||
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