- Update %certificate section documentation (rvykydal)
Related: RHEL-61432 - Make %certificate section option --dir mandatory. (rvykydal) Resolves: RHEL-76501
This commit is contained in:
parent
98f3f371ab
commit
b3f9beb549
2
.gitignore
vendored
2
.gitignore
vendored
@ -242,3 +242,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.32.12.tar.gz.asc
|
/pykickstart-3.32.12.tar.gz.asc
|
||||||
/pykickstart-3.32.13.tar.gz
|
/pykickstart-3.32.13.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.asc
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%bcond_without runtests
|
%bcond_without runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.32.13
|
Version: 3.32.14
|
||||||
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,12 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 30 2025 Brian C. Lane <bcl@redhat.com> - 3.32.14-1
|
||||||
|
- Update %%certificate section documentation (rvykydal)
|
||||||
|
Related: RHEL-61432
|
||||||
|
- Make %%certificate section option --dir mandatory. (rvykydal)
|
||||||
|
Resolves: RHEL-76501
|
||||||
|
|
||||||
* Fri Jan 17 2025 Brian C. Lane <bcl@redhat.com> - 3.32.13-1
|
* 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
|
- Switch to using tmt based tests and running unit tests during build
|
||||||
Related: RHEL-61432
|
Related: RHEL-61432
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.32.13.tar.gz) = e3d16f859fd09ed24bba0c0a0d6a3d6341a13e36989cb4e3e4227f581edee12f1e002cc9d256234d1385c575f5cb073d6702009b1685b4c6b293b2c7e283fc80
|
SHA512 (pykickstart-3.32.14.tar.gz) = cc1b5fb0ac9f18a6b9b0263167ddd8c7760dcc2d3c8668bb7a07d44d715b52ae033c9d0e69dd6a905f1a83c2c2b3893ea46446be33ac4fb81cc8e93c701acab8
|
||||||
SHA512 (pykickstart-3.32.13.tar.gz.asc) = 169e96aa4799e99d9a1f8e029915dfef7e38d37709421d11a5c69e995071995152ceb3f6540c0f7b8c819159ff9511ce8e78f08cadcee7a5764c426db4f4fdb8
|
SHA512 (pykickstart-3.32.14.tar.gz.asc) = 6781e91a479c4fa1144a08a87f1750da40d8110b47286f07e9ca2ee3bfaea65b3c5846196cb3703eea172f79779c99fa1f27fbb0ba15820e0a529aed36769300
|
||||||
|
Loading…
Reference in New Issue
Block a user