- Add --type option to %certificate section (rvykydal)
Resolves: RHEL-181666 - Update the %certificate section documentation (rvykydal) Related: RHEL-181666
This commit is contained in:
parent
efa31ba53c
commit
7302b74296
2
.gitignore
vendored
2
.gitignore
vendored
@ -282,3 +282,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.52.11.tar.gz.asc
|
||||
/pykickstart-3.52.12.tar.gz
|
||||
/pykickstart-3.52.12.tar.gz.asc
|
||||
/pykickstart-3.52.13.tar.gz
|
||||
/pykickstart-3.52.13.tar.gz.asc
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.52.12
|
||||
Version: 3.52.13
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -78,6 +78,12 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 2026 Brian C. Lane <bcl@redhat.com> - 3.52.13-1
|
||||
- Add --type option to %certificate section (rvykydal)
|
||||
Resolves: RHEL-181666
|
||||
- Update the %certificate section documentation (rvykydal)
|
||||
Related: RHEL-181666
|
||||
|
||||
* Thu Dec 04 2025 Brian C. Lane <bcl@redhat.com> - 3.52.12-1
|
||||
- rhsm: Add Flatpak registry option for RHEL10 (bciconel)
|
||||
Resolves: RHEL-132652
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.52.12.tar.gz) = 16e67ff33969d4b998aa76233856beaff139347264251999fab1174c1e7977e1b81b88bd8e4ef34f2c872c9fd91174b47981bbf346f0021d0f5aaf4faabed0b6
|
||||
SHA512 (pykickstart-3.52.12.tar.gz.asc) = 930fb3ca2707d0a6992a378d526f8492005b0b78d44cee2524341b2ed444619f92916f02bd6f7fd2227e6889be4cda52947418dc029cb348e18bedf2ed4f916d
|
||||
SHA512 (pykickstart-3.52.13.tar.gz) = 106aec46ec1615637d0365b8475bba7db4214eda81c46562a5e9db69efc4bc630072abff3f1eeddc019c63cc75045e7d0b7f1e75ba5a938b5db6a9d31c35a519
|
||||
SHA512 (pykickstart-3.52.13.tar.gz.asc) = af83681b1f0b0a463e075050b686679e94284231dc1e8b43d49f17e727dbab353d137971ad3c71f0c5448c98ae9e3321144481f33c330079823cc10f1bfe1085
|
||||
|
||||
Loading…
Reference in New Issue
Block a user