- Makefile: Add use of git signingkey (bcl)
Related: rhbz#2189480 - Add DNS handling options to the network command (vslavik) Resolves: rhbz#2189480
This commit is contained in:
parent
4e940c091e
commit
d25e447e58
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
SOURCES/pykickstart-3.16.15.tar.gz
|
||||
/pykickstart-3.16.15.tar.gz
|
||||
/pykickstart-3.16.16.tar.gz
|
||||
/pykickstart-3.16.16.tar.gz.asc
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: pykickstart
|
||||
Version: 3.16.15
|
||||
Version: 3.16.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -65,6 +65,12 @@ make DESTDIR=%{buildroot} PYTHON=%{_bindir}/python3 install
|
||||
%{python3_sitelib}/pykickstart/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 2023 Brian C. Lane <bcl@redhat.com> - 3.16.16-1
|
||||
- Makefile: Add use of git signingkey (bcl)
|
||||
Related: rhbz#2189480
|
||||
- Add DNS handling options to the network command (vslavik)
|
||||
Resolves: rhbz#2189480
|
||||
|
||||
* Fri Jun 24 2022 Brian C. Lane <bcl@redhat.com> - 3.16.15-1
|
||||
- Add support for automatic LUN Scan (vponcova)
|
||||
Resolves: rhbz#1497088
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (pykickstart-3.16.15.tar.gz) = 87f0f1631a2e65297e7ef045d6049819e544ffac91b452eb1cb58ae6ae7e96cb8bc7f9f0c7dde6ac8c92c22a49e3211533dcd93938498945339932b4e2db46f1
|
||||
SHA512 (pykickstart-3.16.16.tar.gz) = 65537ee2342f0e107dfd05deced7d2783dc442aa1d02242e8ad15e7ab7fbd50a03ca0fbe53e206623ba0b62c331540af327d75dd26909b5288c2213ad2b0e27e
|
||||
SHA512 (pykickstart-3.16.16.tar.gz.asc) = ebba970591718325bce9ed9e58bfdbfe1973343775b482f60dd46a73d7be54ab6a03326a3716815312b21e9b80f67ba7e094b3564a8b741173dbdebf5b1185ed
|
||||
|
Loading…
Reference in New Issue
Block a user