[python-blivet/f21] - Let udev settle between writing partition flags and formatting. (#1109244) (dlehman) - Set _part

Samantha N. Bueno sbueno at fedoraproject.org
Mon Oct 20 17:54:47 UTC 2014


commit 82deab49b02b755c6cf07d340a6a50e32b5b8a4d
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Mon Oct 20 13:52:35 2014 -0400

    - Let udev settle between writing partition flags and formatting. (#1109244)
      (dlehman)
    - Set _partedDevice attribute before calling device constructor (#1150147)
      (amulhern)
    - Change variable keyword (#1154050) (amulhern)
    - Set sysfsPath attribute before calling Device constructor (#1150147)
      (amulhern)
    - Take care when checking relationship of parent and child UUIDs (#1150147)
      (amulhern)
    - Specify file type in transifex config file. (sbueno+anaconda)

 .gitignore         |    1 +
 python-blivet.spec |   14 +++++++++++++-
 sources            |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1761bc..668da4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,4 @@
 /blivet-0.61.3.tar.gz
 /blivet-0.61.4.tar.gz
 /blivet-0.61.5.tar.gz
+/blivet-0.61.6.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index e995e13..074a372 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.5
+Version: 0.61.6
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -64,6 +64,18 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Mon Oct 20 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.6-1
+- Let udev settle between writing partition flags and formatting. (#1109244)
+  (dlehman)
+- Set _partedDevice attribute before calling device constructor (#1150147)
+  (amulhern)
+- Change variable keyword (#1154050) (amulhern)
+- Set sysfsPath attribute before calling Device constructor (#1150147)
+  (amulhern)
+- Take care when checking relationship of parent and child UUIDs (#1150147)
+  (amulhern)
+- Specify file type in transifex config file. (sbueno+anaconda)
+
 * Tue Oct 14 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.5-1
 - Branch transifex for the f21-branch (#1151750) (vpodzime)
 - Remove unused import introduced by porting patches (vpodzime)
diff --git a/sources b/sources
index f65c5f0..641fd45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90482e6b81a3b0cc7a9286973d462395  blivet-0.61.5.tar.gz
+3649646ff8d70858093b37950c8d8c37  blivet-0.61.6.tar.gz


More information about the scm-commits mailing list