- Apply default size for new partition earlier in constructor. (dlehman)

- Don't pass model to md fwraid constructor. (#1242610) (dlehman)
This commit is contained in:
Brian C. Lane 2015-07-16 16:23:28 -07:00
parent 88a6a099e5
commit 9cccf0b2fa
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -80,3 +80,4 @@
/blivet-1.6.tar.gz
/blivet-1.7.tar.gz
/blivet-1.8.tar.gz
/blivet-1.9.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: 1.8
Version: 1.9
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -108,6 +108,10 @@ popd
%endif
%changelog
* Thu Jul 16 2015 Brian C. Lane <bcl@redhat.com> - 1.9-1
- Apply default size for new partition earlier in constructor. (dlehman)
- Don't pass model to md fwraid constructor. (#1242610) (dlehman)
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 1.8-1
- Add a bunch more gi.require_version calls (dshea)
- Merge pull request #170 from dwlehman/size-cleanups (dlehman)

View File

@ -1 +1 @@
be72c2c1d37f6d297c094243ed162325 blivet-1.8.tar.gz
d69ace7baeabcfc307ffbb272431876c blivet-1.9.tar.gz