[python-blivet/f21] - Update partitions' numbers and names when adding new partition (#1166598) (vpodzime) - Return de

Samantha N. Bueno sbueno at fedoraproject.org
Wed Nov 26 20:04:33 UTC 2014


commit fe9690d57c527ca80f558ea81b46b8d3b9d9af23
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Wed Nov 26 15:04:21 2014 -0500

    - Update partitions' numbers and names when adding new partition (#1166598)
      (vpodzime)
    - Return device's children sorted by name (vpodzime)
    - Run dosfsck in non-interactive mode (#1167959) (bcl)

 .gitignore         |    1 +
 python-blivet.spec |   10 ++++++++--
 sources            |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d0e28b..eccaade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,4 @@
 /blivet-0.61.8.tar.gz
 /blivet-0.61.9.tar.gz
 /blivet-0.61.10.tar.gz
+/blivet-0.61.11.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 3a81c4a..83973d4 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -1,7 +1,7 @@
 Summary:  A python module for system storage configuration
 Name: python-blivet
 Url: http://fedoraproject.org/wiki/blivet
-Version: 0.61.10
+Version: 0.61.11
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -14,7 +14,7 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
 %define dmver 1.02.17-6
 %define pykickstartver 1.99.22
 %define partedver 1.8.1
-%define pypartedver 2.5-2
+%define pypartedver 3.10.2
 %define pythonpyblockver 0.45
 %define e2fsver 1.41.0
 %define pythoncryptsetupver 0.1.1
@@ -64,6 +64,12 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Nov 26 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.11-1
+- Update partitions' numbers and names when adding new partition (#1166598)
+  (vpodzime)
+- Return device's children sorted by name (vpodzime)
+- Run dosfsck in non-interactive mode (#1167959) (bcl)
+
 * Tue Nov 18 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.10-1
 - Round filesystem target size to whole resize tool units. (#1163410) (dlehman)
 - New method to round a Size to a whole number of a specified unit. (dlehman)
diff --git a/sources b/sources
index c240245..0bc55d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eadbd83b7c307f9b9bc2b978a73cb9c  blivet-0.61.10.tar.gz
+053f60afb596982133441152d0b3ca2d  blivet-0.61.11.tar.gz


More information about the scm-commits mailing list