- Makefile: Add a test-no-coverage target (bcl)
- realm: switch from pipes.quote() to shlex.quote() (ptoscano) - workflow: Update actions to newest versions (bcl) - Fix issues how to generate encrypted passwords (woiling)
This commit is contained in:
parent
f4b18c8061
commit
7f5f40e050
2
.gitignore
vendored
2
.gitignore
vendored
@ -248,3 +248,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.46.tar.gz.asc
|
/pykickstart-3.46.tar.gz.asc
|
||||||
/pykickstart-3.47.tar.gz
|
/pykickstart-3.47.tar.gz
|
||||||
/pykickstart-3.47.tar.gz.asc
|
/pykickstart-3.47.tar.gz.asc
|
||||||
|
/pykickstart-3.48.tar.gz
|
||||||
|
/pykickstart-3.48.tar.gz.asc
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%bcond_with signed
|
%bcond_with signed
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.47
|
Version: 3.48
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-only AND MIT
|
License: GPL-2.0-only AND MIT
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -27,7 +27,6 @@ BuildRequires: make
|
|||||||
|
|
||||||
# Only required when building with runtests
|
# Only required when building with runtests
|
||||||
%if %{with runtests}
|
%if %{with runtests}
|
||||||
BuildRequires: python3-coverage
|
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -55,7 +54,7 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with runtests}
|
%if %{with runtests}
|
||||||
LC_ALL=C make PYTHON=%{__python3} test
|
LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -79,6 +78,12 @@ LC_ALL=C make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 08 2023 Brian C. Lane <bcl@redhat.com> - 3.48-1
|
||||||
|
- Makefile: Add a test-no-coverage target (bcl)
|
||||||
|
- realm: switch from pipes.quote() to shlex.quote() (ptoscano)
|
||||||
|
- workflow: Update actions to newest versions (bcl)
|
||||||
|
- Fix issues how to generate encrypted passwords (woiling)
|
||||||
|
|
||||||
* Fri Mar 17 2023 Brian C. Lane <bcl@redhat.com> - 3.47-1
|
* Fri Mar 17 2023 Brian C. Lane <bcl@redhat.com> - 3.47-1
|
||||||
- network: Move new options to Fedora 39 (bcl)
|
- network: Move new options to Fedora 39 (bcl)
|
||||||
Related: rhbz#1656662
|
Related: rhbz#1656662
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.47.tar.gz) = e19a79e2706da917d1677ab7029f6eafd248fd190fe5f4e9c4b2fe92c452556fe0404efba00cfe19d88b13c02677af392ac28595704a988aff2bc11be63aef37
|
SHA512 (pykickstart-3.48.tar.gz) = d5f67ab7b9071878be401dd0b230267134b75e5a231492db02bae86a9587f95cf5d6d6c33c40457ebba7d74273941f1146befea372fd8ab4d0ed403df54eb54f
|
||||||
SHA512 (pykickstart-3.47.tar.gz.asc) = 91b02a65b539e66dab0eded7e616e467318e62f505d4af9e8856f81b86ba92c3ce2914cbd4f3041bce6fa787d8d3cceaf46673da92f318eb5e846213cdbbb2e5
|
SHA512 (pykickstart-3.48.tar.gz.asc) = 1842e1bc04eee3c1dd6dd40941e2b87e4e1680585295b1aebd6fa997e5dfee1a2a14c3480603aa74cead6921cf51a297f444f55f12b37ddaf3b89458b2953ff2
|
||||||
|
Loading…
Reference in New Issue
Block a user