[python-blivet/f22] - Make sure the device is setup before formatting it (#1196397) (bcl)

Samantha N. Bueno sbueno at fedoraproject.org
Fri Mar 13 18:21:50 UTC 2015


commit 2250e87e93e2279bdbaf3e25cdee614f226068ab
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Fri Mar 13 14:21:38 2015 -0400

    - Make sure the device is setup before formatting it (#1196397) (bcl)

 .gitignore         | 1 +
 python-blivet.spec | 5 ++++-
 sources            | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 139bdce..899e01b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@
 /blivet-1.0.tar.gz
 /blivet-1.0.1.tar.gz
 /blivet-1.0.2.tar.gz
+/blivet-1.0.3.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 41843aa..1516d24 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: 1.0.2
+Version: 1.0.3
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -57,6 +57,9 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.3-1
+- Make sure the device is setup before formatting it (#1196397) (bcl)
+
 * Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.2-1
 - Revive the mountExistingSystem() function and all it needs (vpodzime)
 
diff --git a/sources b/sources
index d8b5e08..bd613cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3276f3812aa7c9d56fd74f781085429  blivet-1.0.2.tar.gz
+071890ba834a5e7bd1f09758fb59d2a4  blivet-1.0.3.tar.gz


More information about the scm-commits mailing list