- 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:
parent
88a6a099e5
commit
9cccf0b2fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@
|
|||||||
/blivet-1.6.tar.gz
|
/blivet-1.6.tar.gz
|
||||||
/blivet-1.7.tar.gz
|
/blivet-1.7.tar.gz
|
||||||
/blivet-1.8.tar.gz
|
/blivet-1.8.tar.gz
|
||||||
|
/blivet-1.9.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: 1.8
|
Version: 1.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -108,6 +108,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 1.8-1
|
||||||
- Add a bunch more gi.require_version calls (dshea)
|
- Add a bunch more gi.require_version calls (dshea)
|
||||||
- Merge pull request #170 from dwlehman/size-cleanups (dlehman)
|
- Merge pull request #170 from dwlehman/size-cleanups (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user