python-blivet package update
Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>master
parent
c35d69149e
commit
c7dcc0655f
|
@ -1,7 +1,7 @@
|
||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 0.61.15.69
|
Version: 0.61.15.72
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
@ -20,6 +20,7 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
|
||||||
%define pythoncryptsetupver 0.1.1
|
%define pythoncryptsetupver 0.1.1
|
||||||
%define utillinuxver 2.15.1
|
%define utillinuxver 2.15.1
|
||||||
%define lvm2ver 2.02.99
|
%define lvm2ver 2.02.99
|
||||||
|
%define blockdevver 2.17
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
@ -42,6 +43,7 @@ Requires: btrfs-progs
|
||||||
Requires: python-pyblock >= %{pythonpyblockver}
|
Requires: python-pyblock >= %{pythonpyblockver}
|
||||||
Requires: device-mapper-multipath
|
Requires: device-mapper-multipath
|
||||||
Requires: lsof
|
Requires: lsof
|
||||||
|
Requires: python-blockdev
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The python-blivet package is a python module for examining and modifying
|
The python-blivet package is a python module for examining and modifying
|
||||||
|
@ -64,9 +66,45 @@ make DESTDIR=%{buildroot} install
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 03 2018 Vojtech Trefny <vtrefny@redhat.com> - 0.61.15.72-1
|
||||||
|
- Install ndctl when NVDIMMs are used. (dlehman)
|
||||||
|
Related: rhbz#1600496
|
||||||
|
- Escape dots in lvm filter devices (vtrefny)
|
||||||
|
Resolves: rhbz#1614039
|
||||||
|
|
||||||
|
* Thu Jul 26 2018 David Lehman <dlehman@redhat.com> - 0.61.15.71-1
|
||||||
|
- Remove dependency on libblockdev-nvdimm (vtrefny)
|
||||||
|
Resolves: rhbz#1601557
|
||||||
|
- Do not try to load NVDIMM plugin on non-x86_64 architectures (vtrefny)
|
||||||
|
Related: rhbz#1601557
|
||||||
|
- Add version to the LUKS format (vtrefny)
|
||||||
|
Resolves: rhbz#1607830
|
||||||
|
|
||||||
|
* Fri Jun 22 2018 David Lehman <dlehman@redhat.com> - 0.61.15.70-1
|
||||||
|
- Deactivate incomplete VGs along with everything else. (dlehman)
|
||||||
|
Resolves: rhbz#1554224
|
||||||
|
- Work around udev timing issues. (dlehman)
|
||||||
|
Resolves: rhbz#1592253
|
||||||
|
Resolves: rhbz#1592191
|
||||||
|
- nvdimm: don't crash on non-block devices (rvykydal)
|
||||||
|
Related: rhbz#1280500
|
||||||
|
- Add NVDIMM detection to "addUdevDiskDevice" (vtrefny)
|
||||||
|
Related: rhbz#1558942
|
||||||
|
- Add 'NVDIMMNamespaceDevice' device representing NVDIMM namespaces (vtrefny)
|
||||||
|
Related: rhbz#1558942
|
||||||
|
- Add a function for identifying NVDIMM namespaces (vtrefny)
|
||||||
|
Related: rhbz#1558942
|
||||||
|
- Add a singleton for NVDIMM namespaces management (vtrefny)
|
||||||
|
Resolves: rhbz#1558942
|
||||||
|
- Backport DependencyGuard from master (vtrefny)
|
||||||
|
Related: rhbz#1558942
|
||||||
|
- Ignore nvdimm devices unless configured in kickstart (rvykydal)
|
||||||
|
Related: rhbz#1280500
|
||||||
|
- Do not ignore nvdimm (pmemX) devices (rvykydal)
|
||||||
|
Related: rhbz#1280500
|
||||||
|
|
||||||
* Wed Feb 21 2018 David Lehman <dlehman@redhat.com> - 0.61.15.69-1
|
* Wed Feb 21 2018 David Lehman <dlehman@redhat.com> - 0.61.15.69-1
|
||||||
- Fix accounting for metadata when growing lvm. (dlehman)
|
- Fix accounting for metadata when growing lvm. (dlehman)
|
||||||
Resolves: rhbz#1494475
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 David Lehman <dlehman@redhat.com> - 0.61.15.68-1
|
* Fri Feb 09 2018 David Lehman <dlehman@redhat.com> - 0.61.15.68-1
|
||||||
- Catch lvm metadata lookup failure in md post create. (dlehman)
|
- Catch lvm metadata lookup failure in md post create. (dlehman)
|
||||||
|
|
Loading…
Reference in New Issue