- Add DNS handling options to the network command (vslavik)
Related: rhbz#1656662 - Fix the coverage report (vponcova) - whitelist_externals has changed to allowlist_externals (bcl) - Update %post example for DNS problems (bcl) - deps: Move dependencies into requirements.txt (bcl) - Fix syntax of a code sample (ewoud)
This commit is contained in:
parent
d0852c10bc
commit
a818771e25
2
.gitignore
vendored
2
.gitignore
vendored
@ -240,3 +240,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.42.tar.gz.asc
|
||||
/pykickstart-3.43.tar.gz
|
||||
/pykickstart-3.43.tar.gz.asc
|
||||
/pykickstart-3.44.tar.gz
|
||||
/pykickstart-3.44.tar.gz.asc
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.43
|
||||
Release: 3%{?dist}
|
||||
Version: 3.44
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only AND MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
@ -77,6 +77,15 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2023 Brian C. Lane <bcl@redhat.com> - 3.44-1
|
||||
- Add DNS handling options to the network command (vslavik)
|
||||
Related: rhbz#1656662
|
||||
- Fix the coverage report (vponcova)
|
||||
- whitelist_externals has changed to allowlist_externals (bcl)
|
||||
- Update %post example for DNS problems (bcl)
|
||||
- deps: Move dependencies into requirements.txt (bcl)
|
||||
- Fix syntax of a code sample (ewoud)
|
||||
|
||||
* Mon Jan 30 2023 Brian C. Lane <bcl@redhat.com> - 3.43-3
|
||||
- SPDX migration
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.43.tar.gz) = cb7e59fa60e2035b3111a6a53a8c94b783c6d35364b6082284ecb87a1b50bdd2816550df1c302e5cd00e0969324349223ad96f1c5edabe2bc626f0a8d9df97d8
|
||||
SHA512 (pykickstart-3.43.tar.gz.asc) = 112981336480f643db79f93d32a7d5001ccda3bdf37410281d426a7a9ea24e4d322983ebbf8040a8bd84f8207ccc0a599ab9f0d5f2bd68e0558f53ca1d995ac8
|
||||
SHA512 (pykickstart-3.44.tar.gz) = c962fdfb77db8cf566568bb3bba98b1f3294bb90eeeb609c7c6ce1d9eb7a99dc2617d2bb741ed4d3c413288af0c96483b92f1776f26a97fe8b85d27712ab0737
|
||||
SHA512 (pykickstart-3.44.tar.gz.asc) = 2bd5b575d9dcf147c4eb4cff42e386dcdf1264ef0319334e9e186d96b0f35e17952ebec93f68f57509c86b112359ec9175e3578f5c8851337d8deecf2fa2d773
|
||||
|
Loading…
Reference in New Issue
Block a user