New version: 0.10
This commit is contained in:
parent
254bf4fdb6
commit
6558d9584f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/blivet-0.7.tar.gz
|
/blivet-0.7.tar.gz
|
||||||
/blivet-0.8.tar.gz
|
/blivet-0.8.tar.gz
|
||||||
/blivet-0.9.tar.gz
|
/blivet-0.9.tar.gz
|
||||||
|
/blivet-0.10.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
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 e2fsver 1.41.0
|
||||||
%define pythoncryptsetupver 0.1.1
|
%define pythoncryptsetupver 0.1.1
|
||||||
%define utillinuxver 2.15.1
|
%define utillinuxver 2.15.1
|
||||||
%define fcoeutilsver 1.0.12-3.20100323git
|
|
||||||
%define iscsiver 6.2.0.870-3
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -39,19 +37,8 @@ Requires: lvm2
|
|||||||
Requires: dosfstools
|
Requires: dosfstools
|
||||||
Requires: e2fsprogs >= %{e2fsver}
|
Requires: e2fsprogs >= %{e2fsver}
|
||||||
Requires: btrfs-progs
|
Requires: btrfs-progs
|
||||||
%ifarch %{ix86} x86_64 ia64
|
|
||||||
Requires: dmidecode
|
|
||||||
%endif
|
|
||||||
%if ! 0%{?rhel}
|
|
||||||
Requires: hfsplus-tools
|
|
||||||
%endif
|
|
||||||
Requires: python-pyblock >= %{pythonpyblockver}
|
Requires: python-pyblock >= %{pythonpyblockver}
|
||||||
Requires: device-mapper-multipath
|
Requires: device-mapper-multipath
|
||||||
%ifnarch s390 s390x
|
|
||||||
Requires: fcoe-utils >= %{fcoeutilsver}
|
|
||||||
%endif
|
|
||||||
Requires: iscsi-initiator-utils >= %{iscsiver}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The python-blivet package is a python module for examining and modifying
|
The python-blivet package is a python module for examining and modifying
|
||||||
@ -74,6 +61,24 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 0.9-1
|
||||||
- NTFS.minSize is supposed to be a property. (#924410) (dlehman)
|
- NTFS.minSize is supposed to be a property. (#924410) (dlehman)
|
||||||
- Mount /run during install and fix /sys mount (#922988) (bcl)
|
- Mount /run during install and fix /sys mount (#922988) (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user