clumens pushed to pykickstart (master). "- Add a new command to only make those partitions required by the platform. (clumens) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 18:34:01 UTC 2015


>From 12c0ffd1be690eccbd8d8f1062b30982490f8348 Mon Sep 17 00:00:00 2001
From: Chris Lumens <clumens at redhat.com>
Date: Fri, 17 Apr 2015 14:33:21 -0400
Subject: - 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)


diff --git a/.gitignore b/.gitignore
index 17a7c08..ddc0d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/pykickstart.spec b/pykickstart.spec
index 6c063c8..4a861ab 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -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 at 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 at redhat.com> - 2.4-1
 - Move docs to the correct file name. (clumens)
 - Handle two-digit version numbers on this branch. (clumens)
diff --git a/sources b/sources
index 7ac68f1..2374b4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2da442dc0f24aa86ccb4cda5322c9c3b  pykickstart-2.4.tar.gz
+d3d17e6564ba569308fb4472e0f149b7  pykickstart-2.5.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pykickstart.git/commit/?h=master&id=12c0ffd1be690eccbd8d8f1062b30982490f8348


More information about the scm-commits mailing list