New version: 0.10

This commit is contained in:
David Lehman 2013-04-09 17:01:22 -05:00
parent 254bf4fdb6
commit 6558d9584f
3 changed files with 21 additions and 15 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/blivet-0.7.tar.gz
/blivet-0.8.tar.gz
/blivet-0.9.tar.gz
/blivet-0.10.tar.gz

View File

@ -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@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@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)

View File

@ -1 +1 @@
4961bbeb2dd0734c60455a911fabb7a2 blivet-0.9.tar.gz
afa7b69ae4b8e0726423cd4a50a5bf27 blivet-0.10.tar.gz