- Make %certificate section option --dir mandatory. (rvykydal)
Resolves: rhbz#2342762
This commit is contained in:
parent
741be6bf10
commit
cdc1bcb504
3 changed files with 10 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -276,3 +276,5 @@ pykickstart-1.78.tar.gz
|
|||
/pykickstart-3.60.tar.gz.asc
|
||||
/pykickstart-3.61.tar.gz
|
||||
/pykickstart-3.61.tar.gz.asc
|
||||
/pykickstart-3.62.tar.gz
|
||||
/pykickstart-3.62.tar.gz.asc
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.61
|
||||
Release: 2%{?dist}
|
||||
Version: 3.62
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
|
|
@ -75,6 +75,10 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2025 Brian C. Lane <bcl@redhat.com> - 3.62-1
|
||||
- Make %%certificate section option --dir mandatory. (rvykydal)
|
||||
Resolves: rhbz#2342762
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pykickstart-3.61.tar.gz) = 87f2b9a5998812ae769e87420418b0f9c36c061def4e3dbf373894f662a55f73ac67769b08974a1d043d649a158d6afd884674f70c3a47d2784750eab0ac3584
|
||||
SHA512 (pykickstart-3.61.tar.gz.asc) = 4d1139a11fa7d769df71699bf9c68f61456e40e2aba880b3b8947ccffc690821c5dc2b8f5a993523afcaec7e19ed709012019c2b3dff002d5a6abb591aab9707
|
||||
SHA512 (pykickstart-3.62.tar.gz) = ebe6405151dfcee3b5da81fc3a9925e4fd39b70e901bfaeaed4daf43df021800254aa5edbf796abe0974a0dd387bf1a0e512f11a2a1de352e8b2bb53d9031b64
|
||||
SHA512 (pykickstart-3.62.tar.gz.asc) = a25e7f50a5300247c8f63938e5a2cd075271cd03f5eda7973db73dcc7534ab152af64c424e39de8a10a51737ee3a316da2484712196d1ae5b53260d395ec38c7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue