- 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)
This commit is contained in:
Chris Lumens 2015-07-06 15:20:57 -04:00
parent 165f14182f
commit 7664628b8e
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 2.9-1
- Add --mkfsoptions to btrfs, logvol, partition, and raid commands. (clumens)
- Document the unit used for the --cachesize option (vpodzime)

View File

@ -1 +1 @@
ea2e6be1576f6db42ff3805e7efc9e24 pykickstart-2.9.tar.gz
63b37caee0dbb5b14894d7504629b927 pykickstart-2.10.tar.gz