sbueno pushed to python-blivet (f22). "- Merge pull request #67 from mulkieran/f22-1208536 (mulkieran) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 19:33:14 UTC 2015


>From 31fe61f41de69f68bf9cb59d52925bb391e3fd7e Mon Sep 17 00:00:00 2001
From: "Samantha N. Bueno" <sbueno+anaconda at redhat.com>
Date: Tue, 7 Apr 2015 15:32:19 -0400
Subject: - Merge pull request #67 from mulkieran/f22-1208536 (mulkieran) -
 Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern) - Fall back
 on mdadm info if udev info is missing for the array (#1208536)   (amulhern) -
 Catch DeviceError as well as ValueError (#1208536) (amulhern) - Make an
 MDContainerDevice if that is the right model (#1208536) (amulhern) - Change
 raid variable name to raid_items (#1208536) (amulhern)


diff --git a/.gitignore b/.gitignore
index bbfc0ed..b646560 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,3 +78,4 @@
 /blivet-1.0.4.tar.gz
 /blivet-1.0.5.tar.gz
 /blivet-1.0.6.tar.gz
+/blivet-1.0.7.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index ab846b4..479520b 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.6
+Version: 1.0.7
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -57,6 +57,15 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Tue Apr 07 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.7-1
+- Merge pull request #67 from mulkieran/f22-1208536 (mulkieran)
+- Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern)
+- Fall back on mdadm info if udev info is missing for the array (#1208536)
+  (amulhern)
+- Catch DeviceError as well as ValueError (#1208536) (amulhern)
+- Make an MDContainerDevice if that is the right model (#1208536) (amulhern)
+- Change raid variable name to raid_items (#1208536) (amulhern)
+
 * Thu Apr 02 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.6-1
 - Wrap keys() with a list so that the dictionary can be changed (martin.kolman)
 
diff --git a/sources b/sources
index a99cc89..6e6f183 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfd0fb16b0e74d0b832ccb977fcee2bc  blivet-1.0.6.tar.gz
+9c4ce6d799c3ee633b7219c542d808c3  blivet-1.0.7.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-blivet.git/commit/?h=f22&id=31fe61f41de69f68bf9cb59d52925bb391e3fd7e


More information about the scm-commits mailing list