From 7254f36255fdddd50da01c987baf58b4c905fbf8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:46:18 +0000 Subject: import python-blivet-0.61.15.69-1.el7 --- diff --git a/.gitignore b/.gitignore index 2850516..f4c4b11 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/blivet-0.61.15.65.tar.gz +SOURCES/blivet-0.61.15.69.tar.gz diff --git a/.python-blivet.metadata b/.python-blivet.metadata index bed7790..67b66c5 100644 --- a/.python-blivet.metadata +++ b/.python-blivet.metadata @@ -1 +1 @@ -8ca629fa8494b4002cdf5bc07c268313ef5827ec SOURCES/blivet-0.61.15.65.tar.gz +ea801e5d5326f1a896de0d1ff0c0beb69a98f40b SOURCES/blivet-0.61.15.69.tar.gz diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec index 3e5f48c..c462ff6 100644 --- a/SPECS/python-blivet.spec +++ b/SPECS/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: 0.61.15.65 +Version: 0.61.15.69 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -64,6 +64,33 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed Feb 21 2018 David Lehman - 0.61.15.69-1 +- Fix accounting for metadata when growing lvm. (dlehman) + Resolves: rhbz#1494475 + +* Fri Feb 09 2018 David Lehman - 0.61.15.68-1 +- Catch lvm metadata lookup failure in md post create. (dlehman) + Related: rhbz#1223564 + Resolves: rhbz#1543579 + +* Wed Feb 07 2018 David Lehman - 0.61.15.67-1 +- fcoe: remove /etc/fcoe dir if it exists before copying configuration + (rvykydal) + Resolves: rhbz#1482512 +- Find and remove stale LVM metadata immediately after creating md array. + (dlehman) + Resolves: rhbz#1223564 +- Add ability to specify vg by uuid for vgremove. (dlehman) + Related: rhbz#1223564 + +* Fri Nov 03 2017 David Lehman - 0.61.15.66-1 +- mkfs.ext4 no longer hangs on confirmation (japokorn) + Resolves: rhbz#1461459 +- Stop enforcing obsolete limits on partition count. (dlehman) + Resolves: rhbz#1460668 +- Do not try to use protected disks for autopart (vtrefny) + Resolves: rhbz#1456409 + * Wed Jun 28 2017 David Lehman - 0.61.15.65-1 - Autoset metadata size on percent-based thin pools (vpodzime) Resolves: rhbz#1463198