diff --git a/.gitignore b/.gitignore index 5e77570..44cbedb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index ede9c76..fc4ccc0 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 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) diff --git a/sources b/sources index 9ecea69..a83b25e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b179d0386a94456f24fedf7d01fcbdd pykickstart-2.11.tar.gz +9db70215f4051d5a626cd715e6d92297 pykickstart-2.12.tar.gz