- Ignore a couple false positives coming from the re module. (clumens)
- Add --nohome, --noboot and --noswap options to autopart command. (vponcova) - Add --nohome option to autopart command to RHEL7. (vponcova) - Add support for --chunksize option to RHEL7. (vponcova) - Ignore errors from coverage tests (#138) (jkonecny) - Add --hibernation to the list of logvol size options (#1408666). (clumens) - Apply a different filter for warnings from pykickstart (#1408667). (clumens) - Rename a couple _setToSelf calls that snuck back in (#1408667). (clumens) - Handle KickstartVersionError in ksflatten (#1412249). (clumens) - Fix handling # in passwords. (clumens) - Pass comments=True to shlex.split calls in the test functions. (clumens)
This commit is contained in:
parent
f95fc671bb
commit
6c4dd18af9
1
.gitignore
vendored
1
.gitignore
vendored
@ -171,3 +171,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.31.tar.gz
|
/pykickstart-2.31.tar.gz
|
||||||
/pykickstart-2.32.tar.gz
|
/pykickstart-2.32.tar.gz
|
||||||
/pykickstart-2.33.tar.gz
|
/pykickstart-2.33.tar.gz
|
||||||
|
/pykickstart-2.34.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.33
|
Version: 2.34
|
||||||
Release: 3%{?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.
|
||||||
@ -121,11 +121,18 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.33-3
|
* Fri Apr 07 2017 Chris Lumens <clumens@redhat.com> - 2.34-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Ignore a couple false positives coming from the re module. (clumens)
|
||||||
|
- Add --nohome, --noboot and --noswap options to autopart command. (vponcova)
|
||||||
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.33-2
|
- Add --nohome option to autopart command to RHEL7. (vponcova)
|
||||||
- Rebuild for Python 3.6
|
- Add support for --chunksize option to RHEL7. (vponcova)
|
||||||
|
- Ignore errors from coverage tests (#138) (jkonecny)
|
||||||
|
- Add --hibernation to the list of logvol size options (#1408666). (clumens)
|
||||||
|
- Apply a different filter for warnings from pykickstart (#1408667). (clumens)
|
||||||
|
- Rename a couple _setToSelf calls that snuck back in (#1408667). (clumens)
|
||||||
|
- Handle KickstartVersionError in ksflatten (#1412249). (clumens)
|
||||||
|
- Fix handling # in passwords. (clumens)
|
||||||
|
- Pass comments=True to shlex.split calls in the test functions. (clumens)
|
||||||
|
|
||||||
* Fri Nov 04 2016 Chris Lumens <clumens@redhat.com> - 2.33-1
|
* Fri Nov 04 2016 Chris Lumens <clumens@redhat.com> - 2.33-1
|
||||||
- Fix python2 compatibility when printing to stderr (jkonecny)
|
- Fix python2 compatibility when printing to stderr (jkonecny)
|
||||||
|
Loading…
Reference in New Issue
Block a user