- 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:
parent
165f14182f
commit
7664628b8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user