[python-blivet] Update to 0.8-1.

David Lehman dlehman at fedoraproject.org
Wed Mar 13 16:06:00 UTC 2013


commit 49a4ddb9f48b499ecf4798fe5a3ab5b933570573
Author: David Lehman <dlehman at redhat.com>
Date:   Wed Mar 13 11:01:57 2013 -0500

    Update to 0.8-1.

 .gitignore         |    1 +
 python-blivet.spec |   29 +++++++++++++++++++++++++++--
 sources            |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f5b7e2..43d5861 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /blivet-0.5.tar.gz
 /blivet-0.6.tar.gz
 /blivet-0.7.tar.gz
+/blivet-0.8.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index fe905dd..f6d11fe 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.7
+Version: 0.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -70,10 +70,35 @@ make DESTDIR=%{buildroot} install
 
 %files -f %{realname}.lang
 %defattr(-,root,root,-)
-%doc README ChangeLog COPYING
+%doc README ChangeLog COPYING examples
 %{python_sitelib}/*
 
 %changelog
+* Wed Mar 13 2013 David Lehman <dlehman at redhat.com> - 0.8-1
+- Check for "ip=ibft" cmdline option, not for "ibft". (rvykydal)
+- run_program returns an int. (#920584) (dlehman)
+- Fix units for lvs output. (dlehman)
+- Don't pass an intf arg to ISCSI.stabilize. (#920041) (dlehman)
+- Add __version__ to blivet/__init__.py. (dlehman)
+- Only run info prog (eg: dumpe2fs) once per filesystem. (dlehman)
+- Processing of a PV with no VG metadata is easy. (dlehman)
+- Add some convenience properties for displaying DeviceAction info. (dlehman)
+- Ignore MTDs, as we do not have the tools to write to them (#916771). (clumens)
+- Include udev's list of symbolic links in StorageDevice. (#914724) (dlehman)
+- Set a DeviceFormat instance's type attribute to the requested type. (dlehman)
+- Allow size specs that do not include a 'b' or 'B'. (#888851) (dlehman)
+- Fix reference to 'factory' from within DeviceFactory class. (dlehman)
+- Fix problems detecting lvm and md devices. (#914730) (dlehman)
+- Allow passing size=None to device factories for unbounded growth. (dlehman)
+- Provide a way to set the default fstype for a Blivet instance. (#838145) (dlehman)
+- Allow changing the size of encrypted devices via DeviceFactory. (#913169) (dlehman)
+- Don't dump storage state except in installer mode. (dlehman)
+- Fix device resolution for btrfs. (dlehman)
+- Fix device resolution to find named md devices. (dlehman)
+- Account for active mounts in normal mode. (#914898) (dlehman)
+- Add an example script which lists all devices. (dlehman)
+- Add scripts/makeupdates script (bcl)
+
 * Thu Feb 21 2013 Brian C. Lane <bcl at redhat.com> - 0.7-1
 - Merge branch 'master' of git+ssh://git.fedorahosted.org/git/blivet (bcl)
 - Bring in productName from pyanaconda in installer mode. (#913559) (dlehman)
diff --git a/sources b/sources
index b0972ec..7956ac1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53f738cc0943b1b5738afaf6a8a29614  blivet-0.7.tar.gz
+8eaff28380fc37ca70b60361dc467ec1  blivet-0.8.tar.gz


More information about the scm-commits mailing list