- 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)
This commit is contained in:
Chris Lumens 2015-07-30 10:39:39 -04:00
parent 5e3a6f0e12
commit 16fbfde14b
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -149,3 +149,4 @@ 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

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.11
Version: 2.12
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -115,6 +115,13 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* 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
9db70215f4051d5a626cd715e6d92297 pykickstart-2.12.tar.gz