- Chronological order of changelog is fixed
This commit is contained in:
parent
b68051e221
commit
c539c58f93
83
pungi.spec
83
pungi.spec
@ -161,6 +161,11 @@ python3 -m pytest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed Oct 19 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.17-1
|
||||||
|
- Replace list of cr.packages by cr.PackageIterator in package JSON generator
|
||||||
|
- Do not lose a module from koji if we have more than one arch (e.g. x86_64 + i686)
|
||||||
|
|
||||||
* Fri Aug 26 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.6-1
|
* Fri Aug 26 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.6-1
|
||||||
- pkgset: Report better error when module is missing an arch (lsedlar)
|
- pkgset: Report better error when module is missing an arch (lsedlar)
|
||||||
- osbuild: add support for building ostree artifacts (ondrej)
|
- osbuild: add support for building ostree artifacts (ondrej)
|
||||||
@ -187,6 +192,9 @@ python3 -m pytest
|
|||||||
cloned repository" (hlin)
|
cloned repository" (hlin)
|
||||||
- Involve bandit (hlin)
|
- Involve bandit (hlin)
|
||||||
|
|
||||||
|
* Wed May 4 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.16-1
|
||||||
|
- ALBS-334: Make the ability of Pungi to give module_defaults from remote sources
|
||||||
|
|
||||||
* Fri Apr 01 2022 Ondřej Nosek <onosek@redhat.com> - 4.3.4-1
|
* Fri Apr 01 2022 Ondřej Nosek <onosek@redhat.com> - 4.3.4-1
|
||||||
- kojiwrapper: Add retries to login call (lsedlar)
|
- kojiwrapper: Add retries to login call (lsedlar)
|
||||||
- Variants file in config can contain path (onosek)
|
- Variants file in config can contain path (onosek)
|
||||||
@ -211,6 +219,13 @@ python3 -m pytest
|
|||||||
- Generate images.json for extra_isos phase (hlin)
|
- Generate images.json for extra_isos phase (hlin)
|
||||||
- Fix tests for python 2.6 (hlin)
|
- Fix tests for python 2.6 (hlin)
|
||||||
|
|
||||||
|
* Thu Dec 30 2021 stepan_oksanichenio <soksanichenko@cloudlinux.com> - 4.2.15-1
|
||||||
|
- ALBS-97: The scripts `gather_modules` and `generate_packages_json` support LZMA compression
|
||||||
|
- ALBS-97: The script `generate_packages_json` can use repos with different architectures
|
||||||
|
|
||||||
|
* Mon Dec 20 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.14-1
|
||||||
|
- ALBS-66: The generator of packages JSON can process the same packages with different versions
|
||||||
|
|
||||||
* Thu Nov 11 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-1
|
* Thu Nov 11 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-1
|
||||||
- gather: Load JSON mapping relative to config dir (lsedlar)
|
- gather: Load JSON mapping relative to config dir (lsedlar)
|
||||||
- gather: Stop requiring all variants/arches in JSON (lsedlar)
|
- gather: Stop requiring all variants/arches in JSON (lsedlar)
|
||||||
@ -275,6 +290,16 @@ python3 -m pytest
|
|||||||
- util: Strip file:// from local urls (lsedlar)
|
- util: Strip file:// from local urls (lsedlar)
|
||||||
- Clean up temporary yumroot dir (hlin)
|
- Clean up temporary yumroot dir (hlin)
|
||||||
|
|
||||||
|
* Fri Jun 18 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.13-1
|
||||||
|
- LNX-326: Add the ability to include any package by mask in packages.json to the generator
|
||||||
|
- LNX-318: Modify build scripts for building CloudLinux OS 8.4
|
||||||
|
|
||||||
|
* Tue May 25 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.12-1
|
||||||
|
- LNX-108: Add multiarch support to pungi
|
||||||
|
|
||||||
|
* Thu Apr 29 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.11-1
|
||||||
|
- LNX-311: Add ability to productmd set a main variant while dumping TreeInfo
|
||||||
|
|
||||||
* 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)
|
||||||
@ -290,6 +315,11 @@ python3 -m pytest
|
|||||||
- pkgset: Store module tag only if module is used (lsedlar)
|
- pkgset: Store module tag only if module is used (lsedlar)
|
||||||
- Store extended traceback for gather errors (lsedlar)
|
- Store extended traceback for gather errors (lsedlar)
|
||||||
|
|
||||||
|
* Wed Feb 24 2021 Danylo Kuropiatnyk <dkuropiatnyk@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.10-1
|
||||||
|
- LU-2186 .treeinfo file in AlmaLinux public kickstart repo should contain AppStream variant
|
||||||
|
- LU-2195 Change path to sources and iso when generating repositories
|
||||||
|
- LU-2202: Start unittests during installation or build of pungi
|
||||||
|
|
||||||
* Fri Feb 12 2021 Ondrej Nosek <onosek@redhat.com> - 4.2.8-1
|
* Fri Feb 12 2021 Ondrej Nosek <onosek@redhat.com> - 4.2.8-1
|
||||||
- pkgset: Add ability to wait for signed packages (lsedlar)
|
- pkgset: Add ability to wait for signed packages (lsedlar)
|
||||||
- Add image-container phase (lsedlar)
|
- Add image-container phase (lsedlar)
|
||||||
@ -308,6 +338,18 @@ python3 -m pytest
|
|||||||
- React to SIGINT signal (hlin)
|
- React to SIGINT signal (hlin)
|
||||||
- scm: Only copy debugging data if we have a compose (lsedlar)
|
- scm: Only copy debugging data if we have a compose (lsedlar)
|
||||||
|
|
||||||
|
* Thu Feb 11 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.9-1
|
||||||
|
- LNX-133: Create a server for building nightly builds of AlmaLinux
|
||||||
|
- LU-2133: Prepare CI for iso builds of CLOSS 8
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Andrei Lukoshko <alukoshko@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com>, oshyshatskyi <oshyshatskyi@cloudlinux.com> - 4.2.8-1
|
||||||
|
- LNX-133: Create a server for building nightly builds of AlmaLinux
|
||||||
|
- LNX-104: Create gather_prepopulate file generator for Pungi
|
||||||
|
- LNX-102: Patch pungi tool to use local koji mock
|
||||||
|
- LNX-102: Add tool that gathers directory for all rpms
|
||||||
|
- LNX-102: Add tool that collects information about modules
|
||||||
|
- LNX-103 Update .spec file for AlmaLinux
|
||||||
|
|
||||||
* Thu Dec 03 2020 Lubomír Sedlář <lsedlar@redhat.com> 4.2.7-1
|
* Thu Dec 03 2020 Lubomír Sedlář <lsedlar@redhat.com> 4.2.7-1
|
||||||
- osbuild: Fix not failing on failable tasks (lsedlar)
|
- osbuild: Fix not failing on failable tasks (lsedlar)
|
||||||
- kojiwrapper: Use gssapi_login (lsedlar)
|
- kojiwrapper: Use gssapi_login (lsedlar)
|
||||||
@ -326,47 +368,6 @@ python3 -m pytest
|
|||||||
- gather: Fix test for module presence (lsedlar)
|
- gather: Fix test for module presence (lsedlar)
|
||||||
- Kill all subprocess in signal handler (lsedlar)
|
- Kill all subprocess in signal handler (lsedlar)
|
||||||
|
|
||||||
* Wed Oct 19 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.17-1
|
|
||||||
- Replace list of cr.packages by cr.PackageIterator in package JSON generator
|
|
||||||
- Do not lose a module from koji if we have more than one arch (e.g. x86_64 + i686)
|
|
||||||
|
|
||||||
* Wed May 4 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.16-1
|
|
||||||
- ALBS-334: Make the ability of Pungi to give module_defaults from remote sources
|
|
||||||
|
|
||||||
* Thu Dec 30 2021 stepan_oksanichenio <soksanichenko@cloudlinux.com> - 4.2.15-1
|
|
||||||
- ALBS-97: The scripts `gather_modules` and `generate_packages_json` support LZMA compression
|
|
||||||
- ALBS-97: The script `generate_packages_json` can use repos with different architectures
|
|
||||||
|
|
||||||
* Mon Dec 20 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.14-1
|
|
||||||
- ALBS-66: The generator of packages JSON can process the same packages with different versions
|
|
||||||
|
|
||||||
* Fri Jun 18 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.13-1
|
|
||||||
- LNX-326: Add the ability to include any package by mask in packages.json to the generator
|
|
||||||
- LNX-318: Modify build scripts for building CloudLinux OS 8.4
|
|
||||||
|
|
||||||
* Tue May 25 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.12-1
|
|
||||||
- LNX-108: Add multiarch support to pungi
|
|
||||||
|
|
||||||
* Thu Apr 29 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.11-1
|
|
||||||
- LNX-311: Add ability to productmd set a main variant while dumping TreeInfo
|
|
||||||
|
|
||||||
* Wed Feb 24 2021 Danylo Kuropiatnyk <dkuropiatnyk@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.10-1
|
|
||||||
- LU-2186 .treeinfo file in AlmaLinux public kickstart repo should contain AppStream variant
|
|
||||||
- LU-2195 Change path to sources and iso when generating repositories
|
|
||||||
- LU-2202: Start unittests during installation or build of pungi
|
|
||||||
|
|
||||||
* Thu Feb 11 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.9-1
|
|
||||||
- LNX-133: Create a server for building nightly builds of AlmaLinux
|
|
||||||
- LU-2133: Prepare CI for iso builds of CLOSS 8
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Andrei Lukoshko <alukoshko@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com>, oshyshatskyi <oshyshatskyi@cloudlinux.com> - 4.2.8-1
|
|
||||||
- LNX-133: Create a server for building nightly builds of AlmaLinux
|
|
||||||
- LNX-104: Create gather_prepopulate file generator for Pungi
|
|
||||||
- LNX-102: Patch pungi tool to use local koji mock
|
|
||||||
- LNX-102: Add tool that gathers directory for all rpms
|
|
||||||
- LNX-102: Add tool that collects information about modules
|
|
||||||
- LNX-103 Update .spec file for AlmaLinux
|
|
||||||
|
|
||||||
* Fri Sep 25 2020 Lubomír Sedlář <lsedlar@redhat.com> - 4.2.5-1
|
* Fri Sep 25 2020 Lubomír Sedlář <lsedlar@redhat.com> - 4.2.5-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user