[python-blivet/f19] New version: 0.10

David Lehman dlehman at fedoraproject.org
Tue Apr 9 22:09:50 UTC 2013


commit 43ffc63d5b2adedd59722a4659b43db267bd189e
Author: David Lehman <dlehman at redhat.com>
Date:   Tue Apr 9 17:09:13 2013 -0500

    New version: 0.10

 .gitignore         |    1 +
 python-blivet.spec |   33 +++++++++++++++++++--------------
 sources            |    2 +-
 3 files changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6d8fb0..d9a076d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /blivet-0.7.tar.gz
 /blivet-0.8.tar.gz
 /blivet-0.9.tar.gz
+/blivet-0.10.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 4b9c8a8..82ed055 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.9
+Version: 0.10
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -18,8 +18,6 @@ Source0: http://git.fedorahosted.org/cgit/blivet.git/snapshot/%{realname}-%{vers
 %define e2fsver 1.41.0
 %define pythoncryptsetupver 0.1.1
 %define utillinuxver 2.15.1
-%define fcoeutilsver 1.0.12-3.20100323git
-%define iscsiver 6.2.0.870-3
 
 BuildArch: noarch
 BuildRequires: gettext
@@ -39,19 +37,8 @@ Requires: lvm2
 Requires: dosfstools
 Requires: e2fsprogs >= %{e2fsver}
 Requires: btrfs-progs
-%ifarch %{ix86} x86_64 ia64
-Requires: dmidecode
-%endif
-%if ! 0%{?rhel}
-Requires: hfsplus-tools
-%endif
 Requires: python-pyblock >= %{pythonpyblockver}
 Requires: device-mapper-multipath
-%ifnarch s390 s390x
-Requires: fcoe-utils >= %{fcoeutilsver}
-%endif
-Requires: iscsi-initiator-utils >= %{iscsiver}
-
 
 %description
 The python-blivet package is a python module for examining and modifying
@@ -74,6 +61,24 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Tue Apr 09 2013 David Lehman <dlehman at redhat.com> - 0.10-1
+- Extended partitions containing logical partitions are not leaves. (#949912) (dlehman)
+- Remove devices in reverse order in Blivet.recursiveRemove. (#949912) (dlehman)
+- Rewrite the DeviceFactory classes. (dlehman)
+- Hook up error handling in installer-specific methods. (#948250) (dlehman)
+- Don't traceback if fcoe.startup is called without fcoe utils present. (dlehman)
+- Fix logic error that causes us to ignore disks in exclusiveDisks. (dlehman)
+- Slightly improve currentSize for btrfs volumes. (dlehman)
+- Simplify multipath handling. (dlehman)
+- Don't expect anaconda udev rules to be in use. (dlehman)
+- Drop requires for things only needed for OS installation. (dlehman)
+- New version: 0.9 (bcl)
+- Only install packages for devices and filesystems used by the OS. (dlehman)
+- Fix LVMLogicalVolumeDevice.maxSize. (dlehman)
+- Fix handling of name=None in newLV, newMDArray, newVG. (dlehman)
+- Allow calls to suggestDeviceName with only a prefix argument. (dlehman)
+- Move mdadm superblock size calculation into devicelibs.mdraid. (dlehman)
+
 * Thu Mar 28 2013 Brian C. Lane <bcl at redhat.com> - 0.9-1
 - NTFS.minSize is supposed to be a property. (#924410) (dlehman)
 - Mount /run during install and fix /sys mount (#922988) (bcl)
diff --git a/sources b/sources
index 777844d..aa77568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4961bbeb2dd0734c60455a911fabb7a2  blivet-0.9.tar.gz
+afa7b69ae4b8e0726423cd4a50a5bf27  blivet-0.10.tar.gz


More information about the scm-commits mailing list