Compare commits

...

5 Commits
master ... f23

Author SHA1 Message Date
Chris Lumens 0eca11d5e0 - Add reqpart to docs (pbokoc)
- link to github docs instead of fedora wiki (mmckinst)
- Differentiate between empty and missing instLangs (dshea)
- Add tests for empty and missing --instLangs values. (dshea)
2015-09-25 10:56:40 -04:00
Chris Lumens 5dc8b92b19 - Fix a typo in the README. (clumens)
- Check whether requests actually fetched the URL (dshea)
- Return URL loads as str instead of bytes (dshea)
- Add test cases for including kickstart data via URL. (dshea)
2015-09-25 10:56:40 -04:00
Chris Lumens 6cb5df2c40 - Fix writing out an empty %packages section when using ksflatten. (clumens)
- Fix a typo in output from the RHEL6 logvol command. (clumens)
- Increase test coverage by a couple percent. (clumens)
- Fix zfcp equality testing for F12 and later. (clumens)
- Fix warning on adding a second user with the same name. (clumens)
- Directories have to be the same in harddrive equality testing. (clumens)
2015-09-25 10:56:40 -04:00
Chris Lumens 6eee6da98e - Fix liveimg equality check (bcl)
- improve test coverage for version.py (atodorov)
2015-08-05 17:17:03 -04:00
Chris Lumens 5a95c27a2e - Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
- Don't always assume the mock chroot is on x86_64. (clumens)
- Remove documentation compilation warnings (jkonecny)
- Use sys.exit instead of os._exit. (clumens)
- Add a new makefile target that does everything needed for jenkins. (clumens)
2015-07-30 10:55:15 -04:00
3 changed files with 38 additions and 2 deletions

5
.gitignore vendored
View File

@ -149,3 +149,8 @@ pykickstart-1.78.tar.gz
/pykickstart-2.9.tar.gz
/pykickstart-2.10.tar.gz
/pykickstart-2.11.tar.gz
/pykickstart-2.12.tar.gz
/pykickstart-2.13.tar.gz
/pykickstart-2.14.tar.gz
/pykickstart-2.15.tar.gz
/pykickstart-2.16.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.11
Version: 2.16
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -115,6 +115,37 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Fri Sep 25 2015 Chris Lumens <clumens@redhat.com> - 2.16-1
- Add reqpart to docs (pbokoc)
- link to github docs instead of fedora wiki (mmckinst)
- Differentiate between empty and missing instLangs (dshea)
- Add tests for empty and missing --instLangs values. (dshea)
* Tue Sep 08 2015 Chris Lumens <clumens@redhat.com> - 2.15-1
- Fix a typo in the README. (clumens)
- Check whether requests actually fetched the URL (dshea)
- Return URL loads as str instead of bytes (dshea)
- Add test cases for including kickstart data via URL. (dshea)
* Thu Aug 27 2015 Chris Lumens <clumens@redhat.com> - 2.14-1
- Fix writing out an empty %packages section when using ksflatten. (clumens)
- Fix a typo in output from the RHEL6 logvol command. (clumens)
- Increase test coverage by a couple percent. (clumens)
- Fix zfcp equality testing for F12 and later. (clumens)
- Fix warning on adding a second user with the same name. (clumens)
- Directories have to be the same in harddrive equality testing. (clumens)
* Wed Aug 05 2015 Chris Lumens <clumens@redhat.com> - 2.13-1
- Fix liveimg equality check (bcl)
- improve test coverage for version.py (atodorov)
* Thu Jul 30 2015 Chris Lumens <clumens@redhat.com> - 2.12-1
- Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
- Don't always assume the mock chroot is on x86_64. (clumens)
- Remove documentation compilation warnings (jkonecny)
- Use sys.exit instead of os._exit. (clumens)
- Add a new makefile target that does everything needed for jenkins. (clumens)
* Thu Jul 09 2015 Chris Lumens <clumens@redhat.com> - 2.11-1
- Run nosetests with the same python as was passed to make. (clumens)
- Looks like Group still needs to define __hash__ to be hashable. (clumens)

View File

@ -1 +1 @@
0b179d0386a94456f24fedf7d01fcbdd pykickstart-2.11.tar.gz
9ef1a2cf87ea4713c0037d4a6067b150 pykickstart-2.16.tar.gz