Compare commits

...

8 Commits
rawhide ... f23

Author SHA1 Message Date
Samantha N. Bueno 97767b3daa - Check if device is a DASDDevice in make_unformatted_dasd list. (#1273009)
(sbueno+anaconda)
2015-10-21 14:21:44 -04:00
Samantha N. Bueno e71e186142 - Deprecate createSubVolumes method (vtrefny)
- Change btrfs.do_self_mount to contextmanager (#1266673) (vtrefny)
2015-10-15 13:17:09 -04:00
Samantha N. Bueno 8ac1185caf - Fix calling non-existing method (#1252902) (jkonecny) 2015-10-08 13:50:46 -04:00
Samantha N. Bueno 3fb1f9cf82 - Convert float to str for better precision in Size (jkonecny)
- Don't teardown FSs when searching for installed systems (#1252902) (jkonecny)
2015-09-24 19:17:51 -04:00
Samantha N. Bueno 79de5fc32e - Make sure devices are torn down in findExistingInstallations (#1261439)
(vpodzime)
2015-09-14 13:09:53 -04:00
Samantha N. Bueno bfe10b0ac2 - Mount efivarfs during os installation (#1260799) (bcl)
- Add method for estimated size of formated device (#1224048) (jkonecny)
- Add support for mul,div,sub,add by float to Size (jkonecny)
- Exclude isodir from valid disks (jkonecny)
- fix typo in NoDevice: updateSize not udpateSize (awilliam)
2015-09-10 16:08:14 -04:00
Samantha N. Bueno bba7fbbafd - Fix currentSize for extended partitions (#1254899) (vtrefny)
- Catch problems with chassis vendor names (#1256072) (bcl)
- Don't teardown protected devices (jkonecny)
- Do not propagate low-level blockdev.CryptoError when setting up LUKS
  (#1253925) (vpodzime)
- Fix the name of the variable specifying requested libblockdev plugins
  (#1256273) (jstodola)
2015-09-03 15:25:51 -04:00
Samantha N. Bueno 7cc97bc256 - Change labelFormatOK to classmethods (vtrefny)
- Remove the cacheRequest kwarg for thin(pool) LVs (#1254567) (vpodzime)
- Fix copy method (#1254135) (bcl)
- Add OSError to list of errors in updateSysfsPath (#1252949) (bcl)
- Make sure LV's properties reporting size return a Size instance (#1253787)
  (vpodzime)
- Use device name from udev only if it's available (#1252052) (vpodzime)
- Fix _unalignedMaxPartSize for logical partitions (#1250890) (vtrefny)
- Allow aligning free regions to disk grainSize (#1244671) (vtrefny)
- Add test for getFreeSpace aligning (vtrefny)
- Change zanata.xml to match new f23-branch name. (sbueno+anaconda)
2015-08-20 09:59:21 -04:00
3 changed files with 58 additions and 2 deletions

8
.gitignore vendored
View File

@ -84,3 +84,11 @@
/blivet-1.10.tar.gz
/blivet-1.11.tar.gz
/blivet-1.12.tar.gz
/blivet-1.12.1.tar.gz
/blivet-1.12.2.tar.gz
/blivet-1.12.3.tar.gz
/blivet-1.12.4.tar.gz
/blivet-1.12.5.tar.gz
/blivet-1.12.6.tar.gz
/blivet-1.12.7.tar.gz
/blivet-1.12.8.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.12
Version: 1.12.8
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -121,6 +121,54 @@ popd
%endif
%changelog
* Wed Oct 21 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.8-1
- Check if device is a DASDDevice in make_unformatted_dasd list. (#1273009)
(sbueno+anaconda)
* Thu Oct 15 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.7-1
- Deprecate createSubVolumes method (vtrefny)
- Change btrfs.do_self_mount to contextmanager (#1266673) (vtrefny)
* Thu Oct 08 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.6-1
- Fix calling non-existing method (#1252902) (jkonecny)
* Thu Sep 24 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.5-1
- Convert float to str for better precision in Size (jkonecny)
- Don't teardown FSs when searching for installed systems (#1252902) (jkonecny)
* Mon Sep 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.4-1
- Make sure devices are torn down in findExistingInstallations (#1261439)
(vpodzime)
* Thu Sep 10 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.3-1
- Mount efivarfs during os installation (#1260799) (bcl)
- Add method for estimated size of formated device (#1224048) (jkonecny)
- Add support for mul,div,sub,add by float to Size (jkonecny)
- Exclude isodir from valid disks (jkonecny)
- fix typo in NoDevice: updateSize not udpateSize (awilliam)
* Thu Sep 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.2-1
- Fix currentSize for extended partitions (#1254899) (vtrefny)
- Catch problems with chassis vendor names (#1256072) (bcl)
- Don't teardown protected devices (jkonecny)
- Do not propagate low-level blockdev.CryptoError when setting up LUKS
(#1253925) (vpodzime)
- Fix the name of the variable specifying requested libblockdev plugins
(#1256273) (jstodola)
* Thu Aug 20 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.12.1-1
- Change labelFormatOK to classmethods (vtrefny)
- Remove the cacheRequest kwarg for thin(pool) LVs (#1254567) (vpodzime)
- Fix copy method (#1254135) (bcl)
- Add OSError to list of errors in updateSysfsPath (#1252949) (bcl)
- Make sure LV's properties reporting size return a Size instance (#1253787)
(vpodzime)
- Use device name from udev only if it's available (#1252052) (vpodzime)
- Fix _unalignedMaxPartSize for logical partitions (#1250890) (vtrefny)
- Allow aligning free regions to disk grainSize (#1244671) (vtrefny)
- Add test for getFreeSpace aligning (vtrefny)
- Change zanata.xml to match new f23-branch name. (sbueno+anaconda)
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> - 1.12-1
- Remove unusable free regions from list when setting up growth. (dlehman)
- Merge pull request #190 from vpodzime/master-lvm_cache_creation (dlehman)

View File

@ -1 +1 @@
83989a6af0e418ed35bf569bd32fd2ed blivet-1.12.tar.gz
8189dfdfe2b43ea764a89f95e9dd4196 blivet-1.12.8.tar.gz