From 5f19b20a8218a9b424d19ac407910a81fd5cb450 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 2 Oct 2015 17:32:45 -0700 Subject: [PATCH] =?UTF-8?q?-=20Update=20Makefile=20to=20default=20to=20pyt?= =?UTF-8?q?hon3.=20(dlehman)=20-=20Add=20test=20for=20extended=20partition?= =?UTF-8?q?=20minSize=20(vtrefny)=20-=20Allow=20resizing=20of=20non-leaf?= =?UTF-8?q?=20partitions=20(vtrefny)=20-=20Fix=20minSize=20for=20extended?= =?UTF-8?q?=20partitions=20(#1254875)=20(vtrefny)=20-=20Fix=20calling=20no?= =?UTF-8?q?n-existing=20method=20(#1252902)=20(jkonecny)=20-=20Use=20the?= =?UTF-8?q?=20RAID=20classes=20to=20calculate=20btrfs=20sizes=20(#1264696)?= =?UTF-8?q?=20(dshea)=20-=20Handle=20sysfs=20size=20if=20it=20is=20missing?= =?UTF-8?q?=20(#1265090)=20(bcl)=20-=20Convert=20float=20to=20str=20for=20?= =?UTF-8?q?better=20precision=20in=20Size=20(jkonecny)=20-=20Merge=20pull?= =?UTF-8?q?=20request=20#226=20from=20dwlehman/lvactivate-lvmetad=20(dlehm?= =?UTF-8?q?an)=20-=20Wait=20for=20auto-activation=20of=20LVs=20when=20lvme?= =?UTF-8?q?tad=20is=20running.=20(#1261621)=20(dlehman)=20-=20Add=20a=20fu?= =?UTF-8?q?nction=20to=20tell=20us=20if=20the=20lvmetad=20socket=20exists.?= =?UTF-8?q?=20(dlehman)=20-=20Don't=20teardown=20FSs=20when=20searching=20?= =?UTF-8?q?for=20installed=20systems=20(#1252902)=20(jkonecny)=20-=20Merge?= =?UTF-8?q?=20pull=20request=20#218=20from=20vpodzime/master-lvm=5Fon=5Fra?= =?UTF-8?q?id=5Fimprovements=20=20=20(vpodzime)=20-=20Account=20for=20bigg?= =?UTF-8?q?er=20LVM=20meta=20data=20due=20to=20alignment=20on=20MD=20RAID?= =?UTF-8?q?=20(vpodzime)=20-=20Calculate=20the=20MD=20RAID=20superblock=20?= =?UTF-8?q?size=20from=20the=20right=20size=20(vpodzime)=20-=20Don't=20be?= =?UTF-8?q?=20na=C3=AFve=20about=20liblvm=20(vpodzime)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + python-blivet.spec | 21 ++++++++++++++++++++- sources | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3be49f5..b151726 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /blivet-1.12.tar.gz /blivet-1.13.tar.gz /blivet-1.14.tar.gz +/blivet-1.15.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index f7eb0ff..c9dd0d8 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 1.14 +Version: 1.15 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -121,6 +121,25 @@ popd %endif %changelog +* Fri Oct 02 2015 Brian C. Lane - 1.15-1 +- Update Makefile to default to python3. (dlehman) +- Add test for extended partition minSize (vtrefny) +- Allow resizing of non-leaf partitions (vtrefny) +- Fix minSize for extended partitions (#1254875) (vtrefny) +- Fix calling non-existing method (#1252902) (jkonecny) +- Use the RAID classes to calculate btrfs sizes (#1264696) (dshea) +- Handle sysfs size if it is missing (#1265090) (bcl) +- Convert float to str for better precision in Size (jkonecny) +- Merge pull request #226 from dwlehman/lvactivate-lvmetad (dlehman) +- Wait for auto-activation of LVs when lvmetad is running. (#1261621) (dlehman) +- Add a function to tell us if the lvmetad socket exists. (dlehman) +- Don't teardown FSs when searching for installed systems (#1252902) (jkonecny) +- Merge pull request #218 from vpodzime/master-lvm_on_raid_improvements + (vpodzime) +- Account for bigger LVM meta data due to alignment on MD RAID (vpodzime) +- Calculate the MD RAID superblock size from the right size (vpodzime) +- Don't be naïve about liblvm (vpodzime) + * Fri Sep 11 2015 Brian C. Lane - 1.14-1 - Make sure devices are torn down in findExistingInstallations (#1261439) (vpodzime) diff --git a/sources b/sources index d153a5d..25fcba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -772127830ff86d1166f3ab2149f59a9c blivet-1.14.tar.gz +6a144a0de3a918d00455abdf4b47a942 blivet-1.15.tar.gz