- Deprecate %packages --instLangs and --excludeWeakdeps kickstart options (vponcova)
- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options (vponcova) - Fix the assert_removed check in the unit tests (vponcova) - Remove the repo --ignoregroups kickstart option in Fedora 40 (vponcova) - Remove the logging --level kickstart option in Fedora 40 (vponcova) - Remove the method kickstart command in Fedora 40 (vponcova) - Remove the autostep kickstart command in Fedora 40 (vponcova) - requirements: Add setuptools (bcl)
This commit is contained in:
parent
3dfa1b13eb
commit
68ca65fe45
2
.gitignore
vendored
2
.gitignore
vendored
@ -256,3 +256,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.50.tar.gz.asc
|
||||
/pykickstart-3.51.tar.gz
|
||||
/pykickstart-3.51.tar.gz.asc
|
||||
/pykickstart-3.52.tar.gz
|
||||
/pykickstart-3.52.tar.gz.asc
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.51
|
||||
Release: 3%{?dist}
|
||||
Version: 3.52
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only AND MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
@ -78,6 +78,16 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Feb 01 2024 Brian C. Lane <bcl@redhat.com> - 3.52-1
|
||||
- Deprecate %%packages --instLangs and --excludeWeakdeps kickstart options (vponcova)
|
||||
- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options (vponcova)
|
||||
- Fix the assert_removed check in the unit tests (vponcova)
|
||||
- Remove the repo --ignoregroups kickstart option in Fedora 40 (vponcova)
|
||||
- Remove the logging --level kickstart option in Fedora 40 (vponcova)
|
||||
- Remove the method kickstart command in Fedora 40 (vponcova)
|
||||
- Remove the autostep kickstart command in Fedora 40 (vponcova)
|
||||
- requirements: Add setuptools (bcl)
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.51-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.51.tar.gz) = 8d6c9ec2b1b0c7f964e021d92af81b656eec94dbfbb23da8c9b21e2772c813bf1b5d2ec598956413b068f9566f9c443549105a659ff1b49281392eb16b307c11
|
||||
SHA512 (pykickstart-3.51.tar.gz.asc) = 7fbd73ce9897862dfbbb4e381624809bbe3a9ad5398b49748fefa42f43202feaa7d4dc1fd8e980e598d71c1fd21638d167a8dfc4e7dcd04661604fd2446799b1
|
||||
SHA512 (pykickstart-3.52.tar.gz) = 783edb24e8d29af17a6fea0d88ea401d32e99aea41f102264207fd4b7ae78e9178b0384c848cc35e76c1b1558fc803cdebe0ce3733a1fdd39ce37b55d0df44b8
|
||||
SHA512 (pykickstart-3.52.tar.gz.asc) = a5f8a819fba0563d932e42f2067c33cb0bbe698ef08f9d079183cbaefd873395768cfce715d12b3d41239f0fbfdaf4bfc4005426583c9ee657154a4375908ba2
|
||||
|
Loading…
Reference in New Issue
Block a user