- Add a new command to only make those partitions required by the platform. (clumens)

- btrfs levels should be handled the same way as RAID levels. (clumens)
- Include test cases for lower-cased and just numeric versions of RAID levels. (clumens)
- Two more docs fixes. (clumens)
This commit is contained in:
Chris Lumens 2015-04-17 14:33:21 -04:00
parent 1b0b570d90
commit 12c0ffd1be
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -142,3 +142,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.1.tar.gz
/pykickstart-2.2.tar.gz
/pykickstart-2.4.tar.gz
/pykickstart-2.5.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.4
Version: 2.5
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -112,6 +112,12 @@ popd
%{python3_sitelib}/pykickstart/handlers/*py*
%changelog
* Fri Apr 17 2015 Chris Lumens <clumens@redhat.com> - 2.5-1
- Add a new command to only make those partitions required by the platform. (clumens)
- btrfs levels should be handled the same way as RAID levels. (clumens)
- Include test cases for lower-cased and just numeric versions of RAID levels. (clumens)
- Two more docs fixes. (clumens)
* Tue Apr 14 2015 Chris Lumens <clumens@redhat.com> - 2.4-1
- Move docs to the correct file name. (clumens)
- Handle two-digit version numbers on this branch. (clumens)

View File

@ -1 +1 @@
2da442dc0f24aa86ccb4cda5322c9c3b pykickstart-2.4.tar.gz
d3d17e6564ba569308fb4472e0f149b7 pykickstart-2.5.tar.gz