- Update the TODO list. (dlehman)
- Multipath, fwraid members need not be in exclusiveDisks. (#1032919) (dlehman) - Convert parted getLength values to Size (dshea) - Last of the Device._id -> Device.id (bcl) - iscsi: in installer automatically log into firmware iscsi targets (#1034291) (rvykydal) - Use isinstance for testing numeric types (vpodzime) - Device._id -> Device.id (clumens) - Allow resetting partition size to current on-disk size. (#1040352) (dlehman)
This commit is contained in:
parent
244138a815
commit
73b3a4ec02
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/blivet-0.33.tar.gz
|
||||
/blivet-0.34.tar.gz
|
||||
/blivet-0.35.tar.gz
|
||||
/blivet-0.36.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: http://fedoraproject.org/wiki/blivet
|
||||
Version: 0.35
|
||||
Version: 0.36
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -61,6 +61,17 @@ make DESTDIR=%{buildroot} install
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2014 Brian C. Lane <bcl@redhat.com> - 0.36-1
|
||||
- Update the TODO list. (dlehman)
|
||||
- Multipath, fwraid members need not be in exclusiveDisks. (#1032919) (dlehman)
|
||||
- Convert parted getLength values to Size (dshea)
|
||||
- Last of the Device._id -> Device.id (bcl)
|
||||
- iscsi: in installer automatically log into firmware iscsi targets (#1034291)
|
||||
(rvykydal)
|
||||
- Use isinstance for testing numeric types (vpodzime)
|
||||
- Device._id -> Device.id (clumens)
|
||||
- Allow resetting partition size to current on-disk size. (#1040352) (dlehman)
|
||||
|
||||
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 0.35-1
|
||||
- Convert everything to use Size. (dlehman)
|
||||
- Allow negative sizes. (dlehman)
|
||||
|
Loading…
Reference in New Issue
Block a user