[python-blivet/f21] - Prune actions before cancelling them (vpodzime) - Try to get FS info first before doing an FS chec

Vratislav Podzimek vpodzime at fedoraproject.org
Thu Nov 27 15:33:15 UTC 2014


commit 2a52a09e11ed9bb7983e7670b5d61f19df448a71
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Thu Nov 27 16:32:28 2014 +0100

    - Prune actions before cancelling them (vpodzime)
    - Try to get FS info first before doing an FS check (vpodzime)
    - Reverting partition's size shouldn't require it to be aligned (#1165714)
      (vpodzime)

 .gitignore         |    1 +
 python-blivet.spec |    8 +++++++-
 sources            |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eccaade..a122ec2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@
 /blivet-0.61.9.tar.gz
 /blivet-0.61.10.tar.gz
 /blivet-0.61.11.tar.gz
+/blivet-0.61.12.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 83973d4..18d44f1 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.11
+Version: 0.61.12
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -64,6 +64,12 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Thu Nov 27 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.61.12-1
+- Prune actions before cancelling them (vpodzime)
+- Try to get FS info first before doing an FS check (vpodzime)
+- Reverting partition's size shouldn't require it to be aligned (#1165714)
+  (vpodzime)
+
 * 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)
diff --git a/sources b/sources
index 0bc55d6..e23b27b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-053f60afb596982133441152d0b3ca2d  blivet-0.61.11.tar.gz
+d13b49fc1479e13ce3b145c9b12ec163  blivet-0.61.12.tar.gz


More information about the scm-commits mailing list