diff --git a/.gitignore b/.gitignore index c0356c6..94e9296 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.7.tar.gz /pykickstart-2.8.tar.gz /pykickstart-2.9.tar.gz +/pykickstart-2.10.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 2bfe485..5b6a349 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.9 +Version: 2.10 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -114,6 +114,12 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Mon Jul 06 2015 Chris Lumens - 2.10-1 +- Don't forget to call the superclass's __init__ in Group now. (clumens) +- Group objects need to be hashable. (clumens) +- Ignore some more files. (clumens) +- Don't allow using --fsprofile and --mkfsopts at the same time. (clumens) + * Mon Jun 22 2015 Chris Lumens - 2.9-1 - Add --mkfsoptions to btrfs, logvol, partition, and raid commands. (clumens) - Document the unit used for the --cachesize option (vpodzime) diff --git a/sources b/sources index a4aa2c6..1468647 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea2e6be1576f6db42ff3805e7efc9e24 pykickstart-2.9.tar.gz +63b37caee0dbb5b14894d7504629b927 pykickstart-2.10.tar.gz