- Switch to using tmt based tests and running unit tests during build
Related: RHEL-61432
This commit is contained in:
parent
cfcc1784be
commit
98f3f371ab
2
.gitignore
vendored
2
.gitignore
vendored
@ -240,3 +240,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.11.tar.gz.asc
|
||||
/pykickstart-3.32.12.tar.gz
|
||||
/pykickstart-3.32.12.tar.gz.asc
|
||||
/pykickstart-3.32.13.tar.gz
|
||||
/pykickstart-3.32.13.tar.gz.asc
|
||||
|
@ -3,7 +3,7 @@
|
||||
%bcond_without runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.12
|
||||
Version: 3.32.13
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,10 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2025 Brian C. Lane <bcl@redhat.com> - 3.32.13-1
|
||||
- Switch to using tmt based tests and running unit tests during build
|
||||
Related: RHEL-61432
|
||||
|
||||
* Wed Jan 15 2025 Brian C. Lane <bcl@redhat.com> - 3.32.12-1
|
||||
- Add support for inline certificates with `%certificate` section (k.koukiou)
|
||||
Resolves: RHEL-61432
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.12.tar.gz) = 9a5fec6e23c1047af880438c93ac1dcee8f534c9fca0c259178a938fe1f9be414d30e36ffdb98ddbbcf80f8e2ebcdf493326d26035ac4411fedc29084d8b7548
|
||||
SHA512 (pykickstart-3.32.12.tar.gz.asc) = 9f15e20d103a04b16ebb7bff22bd6a25efa161ad27fdcb760485085180328dbc0cab729bc6af4c42255147148772a6b9572f5aecd5d5cdd4ac01dfe2f3ccb38f
|
||||
SHA512 (pykickstart-3.32.13.tar.gz) = e3d16f859fd09ed24bba0c0a0d6a3d6341a13e36989cb4e3e4227f581edee12f1e002cc9d256234d1385c575f5cb073d6702009b1685b4c6b293b2c7e283fc80
|
||||
SHA512 (pykickstart-3.32.13.tar.gz.asc) = 169e96aa4799e99d9a1f8e029915dfef7e38d37709421d11a5c69e995071995152ceb3f6540c0f7b8c819159ff9511ce8e78f08cadcee7a5764c426db4f4fdb8
|
||||
|
Loading…
Reference in New Issue
Block a user