- workflows: run tests using only python 3.9 (bcl)
Related: RHEL-75659 - workflows: Switch to using ubuntu-latest (bcl) Related: RHEL-75659 - Do not remove "md" prefix from RAID names (vtrefny) Resolves: RHEL-75659
This commit is contained in:
parent
b3f9beb549
commit
b80e77272d
2
.gitignore
vendored
2
.gitignore
vendored
@ -244,3 +244,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.32.13.tar.gz.asc
|
/pykickstart-3.32.13.tar.gz.asc
|
||||||
/pykickstart-3.32.14.tar.gz
|
/pykickstart-3.32.14.tar.gz
|
||||||
/pykickstart-3.32.14.tar.gz.asc
|
/pykickstart-3.32.14.tar.gz.asc
|
||||||
|
/pykickstart-3.32.15.tar.gz
|
||||||
|
/pykickstart-3.32.15.tar.gz.asc
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%bcond_without runtests
|
%bcond_without runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.32.14
|
Version: 3.32.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -77,6 +77,14 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 27 2025 Brian C. Lane <bcl@redhat.com> - 3.32.15-1
|
||||||
|
- workflows: run tests using only python 3.9 (bcl)
|
||||||
|
Related: RHEL-75659
|
||||||
|
- workflows: Switch to using ubuntu-latest (bcl)
|
||||||
|
Related: RHEL-75659
|
||||||
|
- Do not remove "md" prefix from RAID names (vtrefny)
|
||||||
|
Resolves: RHEL-75659
|
||||||
|
|
||||||
* Thu Jan 30 2025 Brian C. Lane <bcl@redhat.com> - 3.32.14-1
|
* Thu Jan 30 2025 Brian C. Lane <bcl@redhat.com> - 3.32.14-1
|
||||||
- Update %%certificate section documentation (rvykydal)
|
- Update %%certificate section documentation (rvykydal)
|
||||||
Related: RHEL-61432
|
Related: RHEL-61432
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.32.14.tar.gz) = cc1b5fb0ac9f18a6b9b0263167ddd8c7760dcc2d3c8668bb7a07d44d715b52ae033c9d0e69dd6a905f1a83c2c2b3893ea46446be33ac4fb81cc8e93c701acab8
|
SHA512 (pykickstart-3.32.15.tar.gz) = 2acac4da40d1f1f2f792331a3455903e35233322caa104323bf773f5dcab8d4ef09df6c9702ef61f16dce05115fc10e32676049e88167acc3adaefddeec0d527
|
||||||
SHA512 (pykickstart-3.32.14.tar.gz.asc) = 6781e91a479c4fa1144a08a87f1750da40d8110b47286f07e9ca2ee3bfaea65b3c5846196cb3703eea172f79779c99fa1f27fbb0ba15820e0a529aed36769300
|
SHA512 (pykickstart-3.32.15.tar.gz.asc) = 35fa3f65ff0afffc58ec4f7faf61582fab064d1d9db2cab7f6689ce232dabedde4533e839299410592c92013cf3dbffd924d5db36fa491789a56cc8e1ace3288
|
||||||
|
Loading…
Reference in New Issue
Block a user