- timezone: Remove the --isUtc, --nontp, and --ntpserver arguments (bcl)
Related: RHEL-34009 - packages: Remove the old camel case arguments on RHEL10 (bcl) Resolves: RHEL-34009 - nvdimm: Remove support for the nvdimm command on RHEL10 (bcl) Related: RHEL-34009
This commit is contained in:
parent
27d7319a6d
commit
21739b90b3
2
.gitignore
vendored
2
.gitignore
vendored
@ -264,3 +264,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.52.2.tar.gz.asc
|
||||
/pykickstart-3.52.3.tar.gz
|
||||
/pykickstart-3.52.3.tar.gz.asc
|
||||
/pykickstart-3.52.4.tar.gz
|
||||
/pykickstart-3.52.4.tar.gz.asc
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.52.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.52.4
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
@ -78,6 +78,14 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2024 Brian C. Lane <bcl@redhat.com> - 3.52.4-1
|
||||
- timezone: Remove the --isUtc, --nontp, and --ntpserver arguments (bcl)
|
||||
Related: RHEL-34009
|
||||
- packages: Remove the old camel case arguments on RHEL10 (bcl)
|
||||
Resolves: RHEL-34009
|
||||
- nvdimm: Remove support for the nvdimm command on RHEL10 (bcl)
|
||||
Related: RHEL-34009
|
||||
|
||||
* Tue May 14 2024 Brian C. Lane <bcl@redhat.com> - 3.52.3-2
|
||||
- Drop the MIT license
|
||||
Related: RHEL-34009
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.52.3.tar.gz) = 8a808400136ea412c5b97b59823c7d1edd2b00c4860cac620a73c612fe3de031e647e3cfdd785097374cbb11dec85027942999aaf8b6f6032cb2726863e9928c
|
||||
SHA512 (pykickstart-3.52.3.tar.gz.asc) = 7e8d9cd13af88a15c6f6036c67902e97aa9455785efd37fad0d4cdb48920b4fb5fbbe655a106bb5bf67b5005ab9483b0ed063d79939a92e1a7e83585ef02fb71
|
||||
SHA512 (pykickstart-3.52.4.tar.gz) = 047278275eae1fa65b9b2882b273b8a708444909d3c37e68469afa13e9f07770ffd0e63d88a0dea6ccac89f862273386dbcfeaae17de93cab6c194ac765675b6
|
||||
SHA512 (pykickstart-3.52.4.tar.gz.asc) = 965fc256d2caf860395896b1beed02838b5763de7b298472658720be80641e0049058c0019a31b73799edb46eccc79f51a3e6cccc8371db95cffc80113aefb79
|
||||
|
Loading…
Reference in New Issue
Block a user