- Add Fedora 24 support. (clumens)
- Update the RHEL7 version constant. (clumens) - ostree repos can only be HTTP or HTTPS. (clumens) - Allow GIDs to be specified in the user --groups list. (dshea) - docs: Add `--activate` as an explicit network option to the list (walters)
This commit is contained in:
parent
8fbf76738b
commit
4abe177141
1
.gitignore
vendored
1
.gitignore
vendored
@ -154,3 +154,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.14.tar.gz
|
/pykickstart-2.14.tar.gz
|
||||||
/pykickstart-2.15.tar.gz
|
/pykickstart-2.15.tar.gz
|
||||||
/pykickstart-2.16.tar.gz
|
/pykickstart-2.16.tar.gz
|
||||||
|
/pykickstart-2.17.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.16
|
Version: 2.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -115,6 +115,13 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 07 2015 Chris Lumens <clumens@redhat.com> - 2.17-1
|
||||||
|
- Add Fedora 24 support. (clumens)
|
||||||
|
- Update the RHEL7 version constant. (clumens)
|
||||||
|
- ostree repos can only be HTTP or HTTPS. (clumens)
|
||||||
|
- Allow GIDs to be specified in the user --groups list. (dshea)
|
||||||
|
- docs: Add `--activate` as an explicit network option to the list (walters)
|
||||||
|
|
||||||
* Fri Sep 25 2015 Chris Lumens <clumens@redhat.com> - 2.16-1
|
* Fri Sep 25 2015 Chris Lumens <clumens@redhat.com> - 2.16-1
|
||||||
- Add reqpart to docs (pbokoc)
|
- Add reqpart to docs (pbokoc)
|
||||||
- link to github docs instead of fedora wiki (mmckinst)
|
- link to github docs instead of fedora wiki (mmckinst)
|
||||||
|
Loading…
Reference in New Issue
Block a user