network: add network --bindto option (Fedora) (#1483981) (rvykydal)
network: add network --bindto option (RHEL) (#1483981) (rvykydal)
This commit is contained in:
parent
9451718ec7
commit
a5795b1287
1
.gitignore
vendored
1
.gitignore
vendored
@ -175,3 +175,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.35.tar.gz
|
||||
/pykickstart-2.36.tar.gz
|
||||
/pykickstart-2.37.tar.gz
|
||||
/pykickstart-2.39.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pykickstart
|
||||
Version: 2.37
|
||||
Release: 2%{?dist}
|
||||
Version: 2.39
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -122,10 +122,23 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.37-2
|
||||
- Python 2 binary package renamed to python2-pykickstart
|
||||
* Fri Sep 15 2017 Chris Lumens <clumens@redhat.com> - 2.39-1
|
||||
- network: add network --bindto option (Fedora) (#1483981) (rvykydal)
|
||||
- network: add network --bindto option (RHEL) (#1483981) (rvykydal)
|
||||
|
||||
* Fri Sep 15 2017 Jiri Konecny <jkonecny@redhat.com> - 2.38-2
|
||||
- Backport of the Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> from downstream spec
|
||||
Python 2 binary package renamed to python2-pykickstart
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Sep 07 2017 Chris Lumens <clumens@redhat.com> - 2.38-1
|
||||
- Add url --metalink support (#1464843) (rvykydal)
|
||||
- Add repo --metalink support (#1464843) (rvykydal)
|
||||
- Add Fedora 27 support. (rvykydal)
|
||||
- Update Repo command tests. (rvykydal)
|
||||
- Split the import of commands to multiple lines (vponcova)
|
||||
- Move the installclass command to the %anaconda section (vponcova)
|
||||
|
||||
* Mon Jul 31 2017 Chris Lumens <clumens@redhat.com> - 2.37-1
|
||||
- Remove the type annotations (dshea)
|
||||
- Remove mypy checks. (dshea)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-2.37.tar.gz) = 8c7f09c1a75dde5ef91ff51470eac7f7d2646bdd4ac728afb35a7f326f0a007c855d8f0804d6937a955d359f425664d9f72fc76afd4cb2c827cc263118277a84
|
||||
SHA512 (pykickstart-2.39.tar.gz) = 9a675d5ae362930a81c6e8ac781011ee8025342b26146ca8a9f5f470a13d6bbd997f18ede15ebacc07c5aa567e6c0bae74b63e7253a982eb3026c1276f300ce1
|
||||
|
Loading…
Reference in New Issue
Block a user