- sshkey: Escapes quotes in the ssh key (bcl)
Resolves: rhbz#2121877
This commit is contained in:
parent
d1a277eaa7
commit
bb2ebf5f0d
2
.gitignore
vendored
2
.gitignore
vendored
@ -232,3 +232,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.7.tar.gz.asc
|
||||
/pykickstart-3.32.8.tar.gz
|
||||
/pykickstart-3.32.8.tar.gz.asc
|
||||
/pykickstart-3.32.9.tar.gz
|
||||
/pykickstart-3.32.9.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.8
|
||||
Version: 3.32.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,6 +79,10 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2022 Brian C. Lane <bcl@redhat.com> - 3.32.9-1
|
||||
- sshkey: Escapes quotes in the ssh key (bcl)
|
||||
Resolves: rhbz#2121877
|
||||
|
||||
* Fri Jun 24 2022 Brian C. Lane <bcl@redhat.com> - 3.32.8-1
|
||||
- Add support for automatic LUN Scan (vponcova)
|
||||
Resolves: rhbz#1937042
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.8.tar.gz) = 3452d1d834d9b8608b3b25268cad194302420bfc8ea29cc91b2bf635cd21d6960eec754bbec95ca211edd9aa562afc16c366e5875f85deab7201ffe21cffa6e1
|
||||
SHA512 (pykickstart-3.32.8.tar.gz.asc) = 797b4d68ef0d4efcd1bdf0e337f930f03e6932e661f110d31533d2177917b6f27d3a014e69136f7a2736d07973f2eb8d2de11c8eadea882ede01ae4e8e04741d
|
||||
SHA512 (pykickstart-3.32.9.tar.gz) = fcb3f573c53cf5ba960eac0229c80b689e5b9b30c3b9fa5fe5745c46bf3e1be2b31099cce537a935373dbbad292dbd6f2ae5b1d4ad515600bb7983d4200fe564
|
||||
SHA512 (pykickstart-3.32.9.tar.gz.asc) = 2963f3189d62e61b64648cda35bbe766d6d59474f01958a547359d6be5c4840c7b935d5f0f35d43ad5f9e4a847fba28b17e9bfa3e02b1028c205fbfcdbb20ddc
|
||||
|
Loading…
Reference in New Issue
Block a user