[python-pyblock/f14/master] - Set UUIDs later to ensure partitions' devices are created. (#584328)

David Lehman dlehman at fedoraproject.org
Wed Oct 20 18:51:46 UTC 2010


commit 05281a19c79da17ce36da32493681458ba93e829
Author: David Lehman <dlehman at redhat.com>
Date:   Wed Oct 20 13:51:36 2010 -0500

    - Set UUIDs later to ensure partitions' devices are created. (#584328)

 .gitignore          |    3 +--
 python-pyblock.spec |    5 ++++-
 sources             |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0f4e17..2817f58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-pyblock-0.51.tar.bz2
-clog
+pyblock-0.52.tar.bz2
diff --git a/python-pyblock.spec b/python-pyblock.spec
index 33645e4..f02f81c 100644
--- a/python-pyblock.spec
+++ b/python-pyblock.spec
@@ -5,7 +5,7 @@
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
-Version: 0.51
+Version: 0.52
 Release: 1%{?dist}
 # We are upstream, to generate Source0 do:
 # git clone http://git.fedorahosted.org/git/pyblock.git
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/block
 
 %changelog
+* Wed Oct 20 2010 David Lehman <dlehman at redhat.com> - 0.52-1
+- Set UUIDs later to ensure partitions' devices are created. (#584328)
+
 * Fri Oct 15 2010 Peter Jones <pjones at redhat.com> - 0.51-1
 - Fix a typo.
 
diff --git a/sources b/sources
index 6c91c5d..0ff06ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09f3954d027b8aa790e04e649d21f519  pyblock-0.51.tar.bz2
+30b4322e02da51a020febb770e03606f  pyblock-0.52.tar.bz2


More information about the scm-commits mailing list