4.1.30 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e10b893adc
commit
65a1779e3a
@ -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.29'
|
release = '4.1.30'
|
||||||
|
|
||||||
# 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.
|
||||||
|
21
pungi.spec
21
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.29
|
Version: 4.1.30
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -108,6 +108,25 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 26 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.30-1
|
||||||
|
- gather: Expand wildcards in Pungi (lsedlar)
|
||||||
|
- repoclosure: Extract logs from hybrid solver (lsedlar)
|
||||||
|
- gather: Track multilib that doesn't exist (lsedlar)
|
||||||
|
- Get the NSVC from Koji module CG build metadata (jkaluza)
|
||||||
|
- gather: Prepare module metadata before starting depsolving (lsedlar)
|
||||||
|
- hybrid: Include modulemd from all variants in temporary repo (lsedlar)
|
||||||
|
- extra_iso: Include media.repo and .discinfo (lsedlar)
|
||||||
|
- hybrid: Don't add debuginfo as langpacks (lsedlar)
|
||||||
|
- fus: Write solvables to file (lsedlar)
|
||||||
|
- hybrid: Honor filter_packages (lsedlar)
|
||||||
|
- Include all test fixtures in source tarball (lsedlar)
|
||||||
|
- Drop the memory saving code (lsedlar)
|
||||||
|
- Save memory less agressively (lsedlar)
|
||||||
|
- extra-iso: Use correct efiboot.img file (lsedlar)
|
||||||
|
- extra-iso: Fix treeinfo (lsedlar)
|
||||||
|
- createiso: Move code for tweaking treeinfo into a function (lsedlar)
|
||||||
|
- extra-iso: Generate jigdo by default (lsedlar)
|
||||||
|
|
||||||
* Wed Oct 10 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.29-1
|
* Wed Oct 10 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.29-1
|
||||||
- hybrid: Only include modules that are not in lookaside (lsedlar)
|
- hybrid: Only include modules that are not in lookaside (lsedlar)
|
||||||
- Try to be more conservative about memory usage (lsedlar)
|
- Try to be more conservative about memory usage (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.29",
|
version = "4.1.30",
|
||||||
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