- Fix setting original size for format resize action. (#1225352) (vtrefny)

- Merge pull request #141 from vojtechtrefny/f22-branch-fix_active_parted
  (vtrefny)
- Fix status for LVMPhysicalVolume format (vtrefny)
- Allow adding new partitions to disks with active devices (vtrefny)
This commit is contained in:
Samantha N. Bueno 2015-06-17 10:15:24 -04:00
parent fb457d0924
commit b4f8bb0308
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -81,3 +81,4 @@
/blivet-1.0.7.tar.gz
/blivet-1.0.8.tar.gz
/blivet-1.0.9.tar.gz
/blivet-1.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: 1.0.9
Version: 1.0.10
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -58,6 +58,13 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Wed Jun 17 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.10-1
- Fix setting original size for format resize action. (#1225352) (vtrefny)
- Merge pull request #141 from vojtechtrefny/f22-branch-fix_active_parted
(vtrefny)
- Fix status for LVMPhysicalVolume format (vtrefny)
- Allow adding new partitions to disks with active devices (vtrefny)
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.9-1
- Use VGname-LVname as key for LVinfo cache (#1214241) (vpodzime)

View File

@ -1 +1 @@
047f16838b28f44f0975a905e833229c blivet-1.0.9.tar.gz
520850ff7b1c0b4ee073f015a180b1a2 blivet-1.0.10.tar.gz