import pykickstart-3.16.9-1.el8
This commit is contained in:
parent
b668d63686
commit
e0e1076fc9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/pykickstart-3.16.5.tar.gz
|
SOURCES/pykickstart-3.16.9.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
20ed6d9aeb3cb6376bfd7864ad5b2d8f8bd09baa SOURCES/pykickstart-3.16.5.tar.gz
|
b62ad6f3b2ba640ba2141d91b45fd915d74e88d6 SOURCES/pykickstart-3.16.9.tar.gz
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQQhP5fvUK0tg+jDm4XmGyOMjLVWSQUCXQE5WQAKCRDmGyOMjLVW
|
|
||||||
SXVTAKC28toKiFTkrK8cwyhrYkAlcOb9VACbB5trrf71eLizOlvMcxOnlDCmydg=
|
|
||||||
=tcw2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
11
SOURCES/pykickstart-3.16.9.tar.gz.asc
Normal file
11
SOURCES/pykickstart-3.16.9.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAl3ml50ACgkQEX6MFo7+
|
||||||
|
On9ypwf/fDOGWAaf310wXiRWy4TX1i5yR41FtR5WcOIjp9hHrsRNYHx5VZahQxQ+
|
||||||
|
MVGS/jQNk6aEciWPfsnStgaZSP89I69kuh8qy8WPOrtViSHa42meokTbhbcFxgbq
|
||||||
|
5uMrYSezRZzkmgKkNk8hvR5DqvB8J4V6NLG5zJg1dDWsrdblFsOPaBJMEuYfBeR5
|
||||||
|
4fXTd/Sa8IfIeFSfAKuDAOCvaHFJzULcjurtOg7s4idf29QMsZ2doqESozT4kkr5
|
||||||
|
QjobXRK7Fmbmw2GlDeSVD3BqCCYmhacZYau0xy52L7uiBNYOzFQuznpB4oAwGE5k
|
||||||
|
dhcGyHTQtvngjLC5gP5Yz1euhl9kTg==
|
||||||
|
=lOm1
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,12 +1,12 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.16.5
|
Version: 3.16.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
Url: https://github.com/dcantrell/pykickstart
|
Url: https://github.com/pykickstart/pykickstart
|
||||||
Source0: https://github.com/dcantrell/pykickstart/releases/download/r%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/pykickstart/pykickstart/releases/download/r%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://github.com/dcantrell/pykickstart/releases/download/r%{version}/%{name}-%{version}.tar.gz.asc
|
Source1: https://github.com/pykickstart/pykickstart/releases/download/r%{version}/%{name}-%{version}.tar.gz.asc
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -67,6 +67,27 @@ make DESTDIR=%{buildroot} PYTHON=%{_bindir}/python3 install
|
|||||||
%{python3_sitelib}/pykickstart/handlers/
|
%{python3_sitelib}/pykickstart/handlers/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2019 Brian C. Lane <bcl@redhat.com> - 3.16.9-1
|
||||||
|
- Update versionremoved sphinx extension (bcl)
|
||||||
|
Related: rhbz#1776378
|
||||||
|
- Add the rhsm command (mkolman)
|
||||||
|
Resolves: rhbz#1776378
|
||||||
|
Related: rhbz#1748281
|
||||||
|
|
||||||
|
* Wed Nov 06 2019 Brian C. Lane <bcl@redhat.com> - 3.16.8-1
|
||||||
|
- Updated upstream urls in pykickstart.spec (bcl)
|
||||||
|
- docs/versionremoved: fix sphinx import path (lars)
|
||||||
|
- Add support for the ZIPL Secure Boot for RHEL8 (#1753312) (vponcova)
|
||||||
|
Resolves: rhbz#1753312
|
||||||
|
|
||||||
|
* Wed Aug 14 2019 David Cantrell <dcantrell@redhat.com> - 3.16.7-1
|
||||||
|
- Update translations
|
||||||
|
Resolves: rhbz#1690008
|
||||||
|
|
||||||
|
* Mon Jun 24 2019 David Cantrell <dcantrell@redhat.com> - 3.16.6-1
|
||||||
|
- Add the --disable option for the 'module' command
|
||||||
|
Resolves: rhbz#1719347
|
||||||
|
|
||||||
* Wed Jun 12 2019 David Cantrell <dcantrell@redhat.com> - 3.16.5-2
|
* Wed Jun 12 2019 David Cantrell <dcantrell@redhat.com> - 3.16.5-2
|
||||||
- Enable CDN access from kickstart files
|
- Enable CDN access from kickstart files
|
||||||
Resolves: rhbz#1702370
|
Resolves: rhbz#1702370
|
||||||
|
Loading…
Reference in New Issue
Block a user