New upstream release 4.1.31
This commit is contained in:
parent
15bb68ebce
commit
0a2e78d7de
27
pungi.spec
27
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.30
|
Version: 4.1.31
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -185,6 +185,7 @@ nosetests-3 --exe
|
|||||||
%files utils
|
%files utils
|
||||||
%{python3_sitelib}/%{name}_utils
|
%{python3_sitelib}/%{name}_utils
|
||||||
%{_bindir}/%{name}-create-unified-isos
|
%{_bindir}/%{name}-create-unified-isos
|
||||||
|
%{_bindir}/%{name}-config-dump
|
||||||
%{_bindir}/%{name}-config-validate
|
%{_bindir}/%{name}-config-validate
|
||||||
%{_bindir}/%{name}-fedmsg-notification
|
%{_bindir}/%{name}-fedmsg-notification
|
||||||
%{_bindir}/%{name}-patch-iso
|
%{_bindir}/%{name}-patch-iso
|
||||||
@ -192,6 +193,30 @@ nosetests-3 --exe
|
|||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 26 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.31-1
|
||||||
|
- Remove patches keeping old ostree phase ordering
|
||||||
|
- Add script to merge and dump multiple configuration files (lsedlar)
|
||||||
|
- Move resolving git reference to config validation (lsedlar)
|
||||||
|
- util: Add a cache for resolved git urls (lsedlar)
|
||||||
|
- Copy config files into logs/global/config-copy/ directory (mboddu)
|
||||||
|
- Remove timestamp from config dump (lsedlar)
|
||||||
|
- extra_iso: Support extra files in directory (lsedlar)
|
||||||
|
- extra_iso: Include extra_files.json metadata (lsedlar)
|
||||||
|
- Allow reading configuration from JSON (lsedlar)
|
||||||
|
- Cleanup parsing treefile (lsedlar)
|
||||||
|
- Fix convert rpm_ostree config to YAML (mboddu)
|
||||||
|
- koji_wrapper: Change owner of runroot output (lsedlar)
|
||||||
|
- util: Preserve symlinks when copying (lsedlar)
|
||||||
|
- Move from yaml.load to yaml.safe_load (patrick)
|
||||||
|
- extra_iso: Stop including variant extra files (lsedlar)
|
||||||
|
- gather: Expand wildcards in package names for nodeps (lsedlar)
|
||||||
|
- Configure image name per variant (lsedlar)
|
||||||
|
- init: Keep parent groups in addon comps environments (lsedlar)
|
||||||
|
- Support more specific config for devel modules (lsedlar)
|
||||||
|
- Load supported milestones from productmd (lsedlar)
|
||||||
|
- hybrid: Remove dead code (lsedlar)
|
||||||
|
- Remove dead code (lsedlar)
|
||||||
|
|
||||||
* Wed Oct 31 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.30-1
|
* Wed Oct 31 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.30-1
|
||||||
- gather: Expand wildcards in Pungi (lsedlar)
|
- gather: Expand wildcards in Pungi (lsedlar)
|
||||||
- repoclosure: Extract logs from hybrid solver (lsedlar)
|
- repoclosure: Extract logs from hybrid solver (lsedlar)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pungi-4.1.30.tar.bz2) = 9beee3fb047e241fc6a85ba9e646cf0adee9803d729a59d757a89edd1ede8ee22ad9de2dd60fe9a883ba4b7ffcb1200b2dd752e4b65857bebfbdf0f0dd8b49b4
|
SHA512 (pungi-4.1.31.tar.bz2) = 6f4eaae274cd48cb0e426838fa3604022fbae85e028d1928ed827ba0c597c0d54d00d1c35570600e081267301d11b2d08a0e2d575a7ba0a4f8afd8991f703de2
|
||||||
|
Loading…
Reference in New Issue
Block a user