diff --git a/.gitignore b/.gitignore index 111dff7..b92d57b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/blivet-0.61.15.72.tar.gz +SOURCES/blivet-0.61.15.74.tar.gz diff --git a/.python-blivet.metadata b/.python-blivet.metadata index 99dfb69..95da2cd 100644 --- a/.python-blivet.metadata +++ b/.python-blivet.metadata @@ -1 +1 @@ -87d3d179f9fe7f3c435f1b1e33e024dbae9939dc SOURCES/blivet-0.61.15.72.tar.gz +d13c828a5274dfbc17f1ffbf2c6c6ea555f48d71 SOURCES/blivet-0.61.15.74.tar.gz diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec index c0e4683..a7b5cfd 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.72 +Version: 0.61.15.74 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -44,6 +44,7 @@ Requires: python-pyblock >= %{pythonpyblockver} Requires: device-mapper-multipath Requires: lsof Requires: python-blockdev +Requires: python-six %description The python-blivet package is a python module for examining and modifying @@ -66,6 +67,36 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Jun 18 2019 David Lehman - 0.61.15.74-1 +- Handle exceptions raised from parted.Disk ctor. (dlehman) + Related: rhbz#1677383 +- Recommend DASD disk label for disks with an existing DASD label (vtrefny) + Resolves: rhbz#1677383 + +* Tue Mar 26 2019 Vojtech Trefny - 0.61.15.73-1 +- Use --yes when calling pvresize (vtrefny) + Related: rhbz#1657000 +- Fix typo in partitioning test cleanup. (dlehman) + Related: rhbz#1657000 +- Remove selinux test that doesn't do anything meaningful. (dlehman) + Related: rhbz#1657000 +- Improve parsing of mdadm detail output. (dlehman) + Related: rhbz#1657000 +- Update btrfs tests to use sufficiently large loop devices. (dlehman) + Related: rhbz#1657000 +- vfat labels apparently cannot contain lower case characters. (dlehman) + Related: rhbz#1657000 +- Check label format regardless of mechanism used to set it. (dlehman) + Related: rhbz#1657000 +- Adapt to presence or absence of python-mock. (dlehman) + Related: rhbz#1657000 +- Fixed KS forcing zerombr onto RO disk (japokorn) + Resolves: rhbz#1544425 +- Tell LVM to wipe cachepool metadata when attaching the cachepool (vtrefny) + Resolves: rhbz#1643531 +- Add dependency on python-six (vtrefny) + Resolves: rhbz#1647173 + * Mon Sep 03 2018 Vojtech Trefny - 0.61.15.72-1 - Install ndctl when NVDIMMs are used. (dlehman) Related: rhbz#1600496