940a02
%define with_python2 1
940a02
%define with_python3 1
940a02
%define with_gtk_doc 1
940a02
%define with_bcache 1
940a02
%define with_btrfs 1
940a02
%define with_crypto 1
940a02
%define with_dm 1
940a02
%define with_loop 1
940a02
%define with_lvm 1
940a02
%define with_lvm_dbus 1
940a02
%define with_mdraid 1
940a02
%define with_mpath 1
940a02
%define with_swap 1
940a02
%define with_kbd 1
940a02
%define with_part 1
940a02
%define with_fs 1
940a02
%define with_nvdimm 1
940a02
%define with_vdo 0
940a02
%define with_gi 1
940a02
%define with_escrow 1
940a02
%define with_dmraid 1
940a02
%define with_tools 1
61580b
%define with_nvme 1
940a02
940a02
# python2 is not available on RHEL > 7 and not needed on Fedora > 29
940a02
%if 0%{?rhel} > 7 || 0%{?fedora} > 29 || %{with_python2} == 0
940a02
%define with_python2 0
940a02
%define python2_copts --without-python2
940a02
%endif
940a02
940a02
# python3 is not available on older RHEL
940a02
%if (! 0%{?fedora} && 0%{?rhel} <= 7) || %{with_python3} == 0
940a02
%define with_python3 0
940a02
%define python3_copts  --without-python3
940a02
%endif
940a02
940a02
# bcache is not available on RHEL
940a02
%if (0%{?rhel}) || %{with_bcache} == 0
940a02
%define with_bcache 0
940a02
%define bcache_copts --without-bcache
940a02
%endif
940a02
940a02
# lvm_dbus is not available on older RHEL
940a02
%if (! 0%{?fedora} && 0%{?rhel} <= 7) || %{with_lvm_dbus} == 0
940a02
%define with_lvm_dbus 0
940a02
%define lvm_dbus_copts --without-lvm-dbus
940a02
%endif
940a02
940a02
# vdo is not available on non-x86_64 on older RHEL
940a02
%if (0%{?rhel} && 0%{?rhel} <= 7)
940a02
%ifnarch x86_64
940a02
%define with_vdo 0
940a02
%define vdo_copts --without-vdo
940a02
%endif
940a02
%endif
940a02
940a02
# btrfs is not available on RHEL > 7
940a02
%if 0%{?rhel} > 7 || %{with_btrfs} == 0
940a02
%define with_btrfs 0
940a02
%define btrfs_copts --without-btrfs
940a02
%endif
940a02
940a02
# dmraid is not available on RHEL > 7
940a02
%if 0%{?rhel} > 7
940a02
%define with_dmraid 0
940a02
%endif
940a02
940a02
%if %{with_btrfs} != 1
940a02
%define btrfs_copts --without-btrfs
940a02
%endif
940a02
%if %{with_crypto} != 1
940a02
%define crypto_copts --without-crypto
940a02
%else
940a02
%if %{with_escrow} != 1
940a02
%define crypto_copts --without-escrow
940a02
%endif
940a02
%endif
940a02
%if %{with_dm} != 1
940a02
%define dm_copts --without-dm
940a02
%else
940a02
%if %{with_dmraid} != 1
940a02
%define dm_copts --without-dmraid
940a02
%endif
940a02
%endif
940a02
%if %{with_loop} != 1
940a02
%define loop_copts --without-loop
940a02
%endif
940a02
%if %{with_lvm} != 1
940a02
%define lvm_copts --without-lvm
940a02
%endif
940a02
%if %{with_lvm_dbus} != 1
940a02
%define lvm_dbus_copts --without-lvm_dbus
940a02
%endif
940a02
%if %{with_mdraid} != 1
940a02
%define mdraid_copts --without-mdraid
940a02
%endif
940a02
%if %{with_mpath} != 1
940a02
%define mpath_copts --without-mpath
940a02
%endif
940a02
%if %{with_swap} != 1
940a02
%define swap_copts --without-swap
940a02
%endif
940a02
%if %{with_kbd} != 1
940a02
%define kbd_copts --without-kbd
940a02
%endif
940a02
%if %{with_part} != 1
940a02
%define part_copts --without-part
940a02
%endif
940a02
%if %{with_fs} != 1
940a02
%define fs_copts --without-fs
940a02
%endif
940a02
%if %{with_nvdimm} != 1
940a02
%define nvdimm_copts --without-nvdimm
940a02
%endif
940a02
%if %{with_vdo} != 1
940a02
%define vdo_copts --without-vdo
940a02
%endif
940a02
%if %{with_tools} != 1
940a02
%define tools_copts --without-tools
940a02
%endif
940a02
%if %{with_gi} != 1
940a02
%define gi_copts --disable-introspection
940a02
%endif
61580b
%if %{with_nvme} != 1
61580b
%define nvme_copts --without-nvme
61580b
%endif
940a02
61580b
%define configure_opts %{?python2_copts} %{?python3_copts} %{?bcache_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?kbd_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?nvme_copts} %{?vdo_copts} %{?tools_copts} %{?gi_copts}
940a02
940a02
Name:        libblockdev
61580b
Version:     2.28
61580b
Release:     4%{?dist}
940a02
Summary:     A library for low-level manipulation with block devices
940a02
License:     LGPLv2+
940a02
URL:         https://github.com/storaged-project/libblockdev
940a02
Source0:     https://github.com/storaged-project/libblockdev/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
940a02
Patch0:      libblockdev-gcc11.patch
61580b
Patch1:      0001-lvm-devices-file-support.patch
61580b
Patch2:      0002-Add-support-for-creating-and-activating-integrity-de.patch
61580b
Patch3:      0003-NVMe-plugin-backport.patch
61580b
Patch4:      0004-Fix-double-free-in-write_escrow_data_file.patch
61580b
Patch5:      0005-nvme-Fix-namespace-identifiers.patch
940a02
940a02
BuildRequires: make
940a02
BuildRequires: glib2-devel
940a02
%if %{with_gi}
940a02
BuildRequires: gobject-introspection-devel
940a02
%endif
940a02
%if %{with_python2}
940a02
BuildRequires: python2-devel
940a02
%else
940a02
# Obsolete the python2 subpackage to avoid errors on upgrade
940a02
Obsoletes:     python2-blockdev < %{version}-%{release}
940a02
%endif
940a02
%if %{with_python3}
940a02
BuildRequires: python3-devel
940a02
%endif
940a02
%if %{with_gtk_doc}
940a02
BuildRequires: gtk-doc
940a02
%endif
940a02
BuildRequires: glib2-doc
940a02
BuildRequires: autoconf-archive
940a02
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
61580b
940a02
# Needed for the escrow tests in tests/crypto_test.py, but not used to build
940a02
# BuildRequires: volume_key
940a02
# BuildRequires: nss-tools
940a02
940a02
# Needed for python 2 vs. 3 compatibility in the tests, but not used to build
940a02
# BuildRequires: python2-six
940a02
# BuildRequires: python3-six
940a02
940a02
%description
940a02
The libblockdev is a C library with GObject introspection support that can be
940a02
used for doing low-level operations with block devices like setting up LVM,
940a02
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
940a02
a thin wrapper around its plugins' functionality. All the plugins, however, can
940a02
be used as standalone libraries. One of the core principles of libblockdev is
940a02
that it is stateless from the storage configuration's perspective (e.g. it has
940a02
no information about VGs when creating an LV).
940a02
940a02
%package devel
940a02
Summary:     Development files for libblockdev
940a02
Requires: %{name}%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
940a02
%description devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev library.
940a02
940a02
%if %{with_python2}
940a02
%package -n python2-blockdev
940a02
Summary:     Python2 gobject-introspection bindings for libblockdev
940a02
Requires: %{name}%{?_isa} = %{version}-%{release}
940a02
940a02
%if 0%{?fedora} <= 26 || 0%{?rhel} <= 7
940a02
Requires: pygobject3-base
940a02
%else
940a02
Requires: python2-gobject-base
940a02
%endif
940a02
%{?python_provide:%python_provide python2-blockdev}
940a02
940a02
%description -n python2-blockdev
940a02
This package contains enhancements to the gobject-introspection bindings for
940a02
libblockdev in Python2.
940a02
%endif
940a02
940a02
%if %{with_python3}
940a02
%package -n python3-blockdev
940a02
Summary:     Python3 gobject-introspection bindings for libblockdev
940a02
Requires: %{name}%{?_isa} = %{version}-%{release}
940a02
Requires: python3-gobject-base
940a02
%{?python_provide:%python_provide python3-blockdev}
940a02
940a02
%description -n python3-blockdev
940a02
This package contains enhancements to the gobject-introspection bindings for
940a02
libblockdev in Python3.
940a02
%endif
940a02
940a02
%package utils
940a02
BuildRequires: kmod-devel
940a02
Summary:     A library with utility functions for the libblockdev library
940a02
940a02
%description utils
940a02
The libblockdev-utils is a library providing utility functions used by the
940a02
libblockdev library and its plugins.
940a02
940a02
%package utils-devel
940a02
Summary:     Development files for libblockdev-utils
940a02
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description utils-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-utils library.
940a02
940a02
940a02
%if %{with_btrfs}
940a02
%package btrfs
940a02
BuildRequires: libbytesize-devel
940a02
Summary:     The BTRFS plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: btrfs-progs
940a02
940a02
%description btrfs
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the BTRFS-related functionality.
940a02
940a02
%package btrfs-devel
940a02
Summary:     Development files for the libblockdev-btrfs plugin/library
940a02
Requires: %{name}-btrfs%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
940a02
%description btrfs-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-btrfs plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_crypto}
940a02
%package crypto
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
BuildRequires: cryptsetup-devel
940a02
BuildRequires: libblkid-devel
940a02
940a02
%if %{with_escrow}
940a02
BuildRequires: volume_key-devel >= 0.3.9-7
940a02
BuildRequires: nss-devel
940a02
%endif
940a02
940a02
Summary:     The crypto plugin for the libblockdev library
940a02
940a02
%description crypto
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to encrypted devices (LUKS).
940a02
940a02
%package crypto-devel
940a02
Summary:     Development files for the libblockdev-crypto plugin/library
940a02
Requires: %{name}-crypto%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description crypto-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-crypto plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_dm}
940a02
%package dm
940a02
BuildRequires: device-mapper-devel
940a02
%if %{with_dmraid}
940a02
BuildRequires: dmraid-devel
940a02
%endif
940a02
BuildRequires: systemd-devel
940a02
Summary:     The Device Mapper plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: device-mapper
940a02
%if %{with_dmraid}
940a02
Requires: dmraid
940a02
%endif
940a02
940a02
%description dm
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to Device Mapper.
940a02
940a02
%package dm-devel
940a02
Summary:     Development files for the libblockdev-dm plugin/library
940a02
Requires: %{name}-dm%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
Requires: device-mapper-devel
940a02
Requires: systemd-devel
940a02
%if %{with_dmraid}
940a02
Requires: dmraid-devel
940a02
%endif
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
940a02
%description dm-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-dm plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_fs}
940a02
%package fs
940a02
BuildRequires: parted-devel
940a02
BuildRequires: libblkid-devel
940a02
BuildRequires: libmount-devel
940a02
Summary:     The FS plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
940a02
%description fs
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to operations with file systems.
940a02
940a02
%package fs-devel
940a02
Summary:     Development files for the libblockdev-fs plugin/library
940a02
Requires: %{name}-fs%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
Requires: xfsprogs
940a02
Requires: dosfstools
940a02
940a02
%description fs-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-fs plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_kbd}
940a02
%package kbd
940a02
BuildRequires: libbytesize-devel
940a02
Summary:     The KBD plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
%if %{with_bcache}
940a02
Requires: bcache-tools >= 1.0.8
940a02
%endif
940a02
940a02
%description kbd
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to kernel block devices (namely zRAM and
940a02
Bcache).
940a02
940a02
%package kbd-devel
940a02
Summary:     Development files for the libblockdev-kbd plugin/library
940a02
Requires: %{name}-kbd%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description kbd-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-kbd plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_loop}
940a02
%package loop
940a02
Summary:     The loop plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
940a02
%description loop
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to loop devices.
940a02
940a02
%package loop-devel
940a02
Summary:     Development files for the libblockdev-loop plugin/library
940a02
Requires: %{name}-loop%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description loop-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-loop plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_lvm}
940a02
%package lvm
940a02
BuildRequires: device-mapper-devel
940a02
Summary:     The LVM plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: lvm2
940a02
940a02
%description lvm
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the LVM-related functionality.
940a02
940a02
%package lvm-devel
940a02
Summary:     Development files for the libblockdev-lvm plugin/library
940a02
Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
940a02
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description lvm-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-lvm plugin/library.
940a02
%endif
940a02
940a02
%if %{with_lvm_dbus}
940a02
%package lvm-dbus
940a02
BuildRequires: device-mapper-devel
940a02
Summary:     The LVM plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: lvm2-dbusd >= 2.02.156
940a02
940a02
%description lvm-dbus
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the LVM-related functionality utilizing the LVM DBus API.
940a02
940a02
%package lvm-dbus-devel
940a02
Summary:     Development files for the libblockdev-lvm-dbus plugin/library
940a02
Requires: %{name}-lvm-dbus%{?_isa} = %{version}-%{release}
940a02
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description lvm-dbus-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-lvm-dbus plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_mdraid}
940a02
%package mdraid
940a02
BuildRequires: libbytesize-devel
940a02
Summary:     The MD RAID plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: mdadm
940a02
940a02
%description mdraid
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to MD RAID.
940a02
940a02
%package mdraid-devel
940a02
Summary:     Development files for the libblockdev-mdraid plugin/library
940a02
Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description mdraid-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-mdraid plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_mpath}
940a02
%package mpath
940a02
BuildRequires: device-mapper-devel
940a02
Summary:     The multipath plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
61580b
Requires: device-mapper-multipath
940a02
940a02
%description mpath
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to multipath devices.
940a02
940a02
%package mpath-devel
940a02
Summary:     Development files for the libblockdev-mpath plugin/library
940a02
Requires: %{name}-mpath%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description mpath-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-mpath plugin/library.
940a02
%endif
940a02
940a02
%if %{with_nvdimm}
940a02
%package nvdimm
940a02
BuildRequires: ndctl-devel
940a02
BuildRequires: libuuid-devel
940a02
Summary:     The NVDIMM plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: ndctl
940a02
940a02
%description nvdimm
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to operations with NVDIMM devices.
940a02
940a02
%package nvdimm-devel
940a02
Summary:     Development files for the libblockdev-nvdimm plugin/library
940a02
Requires: %{name}-nvdimm%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description nvdimm-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-nvdimm plugin/library.
940a02
%endif
940a02
940a02
61580b
%if %{with_nvme}
61580b
%package nvme
61580b
BuildRequires: libnvme-devel
61580b
BuildRequires: libuuid-devel
61580b
Summary:     The NVMe plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
61580b
61580b
%description nvme
61580b
The libblockdev library plugin (and in the same time a standalone library)
61580b
providing the functionality related to operations with NVMe devices.
61580b
61580b
%package nvme-devel
61580b
Summary:     Development files for the libblockdev-nvme plugin/library
61580b
Requires: %{name}-nvme%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
61580b
Requires: glib2-devel
61580b
61580b
%description nvme-devel
61580b
This package contains header files and pkg-config files needed for development
61580b
with the libblockdev-nvme plugin/library.
61580b
%endif
61580b
61580b
940a02
%if %{with_part}
940a02
%package part
940a02
BuildRequires: parted-devel
940a02
Summary:     The partitioning plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: gdisk
940a02
Requires: util-linux
940a02
940a02
%description part
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to partitioning.
940a02
940a02
%package part-devel
940a02
Summary:     Development files for the libblockdev-part plugin/library
940a02
Requires: %{name}-part%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description part-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-part plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_swap}
940a02
%package swap
940a02
BuildRequires: libblkid-devel
940a02
Summary:     The swap plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
Requires: util-linux
940a02
940a02
%description swap
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to swap devices.
940a02
940a02
%package swap-devel
940a02
Summary:     Development files for the libblockdev-swap plugin/library
940a02
Requires: %{name}-swap%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description swap-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-swap plugin/library.
940a02
%endif
940a02
940a02
940a02
%if %{with_vdo}
940a02
%package vdo
940a02
BuildRequires: libbytesize-devel
940a02
BuildRequires: libyaml-devel
940a02
Summary:     The vdo plugin for the libblockdev library
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
940a02
# weak dependencies doesn't work on older RHEL
940a02
%if (0%{?rhel} && 0%{?rhel} <= 7)
940a02
Requires: vdo
940a02
Requires: kmod-kvdo
940a02
%else
940a02
# we want to build the plugin everywhere but the dependencies might not be
940a02
# available so just use weak dependency
940a02
Recommends: vdo
940a02
Recommends: kmod-kvdo
940a02
%endif
940a02
940a02
%description vdo
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to VDO devices.
940a02
940a02
%package vdo-devel
940a02
Summary:     Development files for the libblockdev-vdo plugin/library
940a02
Requires: %{name}-vdo%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description vdo-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-vdo plugin/library.
940a02
%endif
940a02
940a02
%if %{with_tools}
940a02
%package tools
940a02
Summary:    Various nice tools based on libblockdev
61580b
Requires:   %{name} = %{version}-%{release}
61580b
Requires:   %{name}-lvm = %{version}-%{release}
940a02
BuildRequires: libbytesize-devel
940a02
%if %{with_lvm_dbus} == 1
940a02
Recommends: %{name}-lvm-dbus
940a02
%endif
940a02
940a02
%description tools
940a02
Various nice storage-related tools based on libblockdev.
940a02
940a02
%endif
940a02
940a02
%ifarch s390 s390x
940a02
%package s390
940a02
Summary:    The s390 plugin for the libblockdev library
940a02
Requires: s390utils
61580b
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
940a02
940a02
%description s390
940a02
The libblockdev library plugin (and in the same time a standalone library)
940a02
providing the functionality related to s390 devices.
940a02
940a02
%package s390-devel
940a02
Summary:     Development files for the libblockdev-s390 plugin/library
940a02
Requires: %{name}-s390%{?_isa} = %{version}-%{release}
61580b
Requires: %{name}-utils-devel%{?_isa} = %{version}-%{release}
940a02
Requires: glib2-devel
940a02
940a02
%description s390-devel
940a02
This package contains header files and pkg-config files needed for development
940a02
with the libblockdev-s390 plugin/library.
940a02
%endif
940a02
940a02
%package plugins-all
940a02
Summary:     Meta-package that pulls all the libblockdev plugins as dependencies
940a02
Requires: %{name}%{?_isa} = %{version}-%{release}
940a02
940a02
%if %{with_btrfs}
940a02
Requires: %{name}-btrfs%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_crypto}
940a02
Requires: %{name}-crypto%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_dm}
940a02
Requires: %{name}-dm%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_fs}
940a02
Requires: %{name}-fs%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_kbd}
940a02
Requires: %{name}-kbd%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_loop}
940a02
Requires: %{name}-loop%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_lvm}
940a02
Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_mdraid}
940a02
Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_mpath}
940a02
Requires: %{name}-mpath%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_nvdimm}
940a02
Requires: %{name}-nvdimm%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
61580b
%if %{with_nvme}
61580b
Requires: %{name}-nvme%{?_isa} = %{version}-%{release}
61580b
%endif
61580b
940a02
%if %{with_part}
940a02
Requires: %{name}-part%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_swap}
940a02
Requires: %{name}-swap%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%if %{with_vdo}
940a02
Requires: %{name}-vdo%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%ifarch s390 s390x
940a02
Requires: %{name}-s390%{?_isa} = %{version}-%{release}
940a02
%endif
940a02
940a02
%description plugins-all
940a02
A meta-package that pulls all the libblockdev plugins as dependencies.
940a02
940a02
940a02
%prep
940a02
%setup -q -n %{name}-%{version}
940a02
%patch0 -p1
940a02
%patch1 -p1
940a02
%patch2 -p1
940a02
%patch3 -p1
940a02
%patch4 -p1
940a02
%patch5 -p1
940a02
940a02
%build
940a02
autoreconf -ivf
940a02
%configure %{?configure_opts}
940a02
%{__make} %{?_smp_mflags}
940a02
940a02
%install
940a02
%{make_install}
940a02
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
940a02
940a02
940a02
%ldconfig_scriptlets
940a02
%ldconfig_scriptlets utils
940a02
940a02
%if %{with_btrfs}
940a02
%ldconfig_scriptlets btrfs
940a02
%endif
940a02
940a02
%if %{with_crypto}
940a02
%ldconfig_scriptlets crypto
940a02
%endif
940a02
940a02
%if %{with_dm}
940a02
%ldconfig_scriptlets dm
940a02
%endif
940a02
940a02
%if %{with_fs}
940a02
%ldconfig_scriptlets fs
940a02
%endif
940a02
940a02
%if %{with_loop}
940a02
%ldconfig_scriptlets loop
940a02
%endif
940a02
940a02
%if %{with_lvm}
940a02
%ldconfig_scriptlets lvm
940a02
%endif
940a02
940a02
%if %{with_lvm_dbus}
940a02
%ldconfig_scriptlets lvm-dbus
940a02
%endif
940a02
940a02
%if %{with_mdraid}
940a02
%ldconfig_scriptlets mdraid
940a02
%endif
940a02
940a02
%if %{with_mpath}
940a02
%ldconfig_scriptlets mpath
940a02
%endif
940a02
940a02
%if %{with_nvdimm}
940a02
%ldconfig_scriptlets nvdimm
940a02
%endif
940a02
61580b
%if %{with_nvme}
61580b
%ldconfig_scriptlets nvme
61580b
%endif
61580b
940a02
%if %{with_part}
940a02
%ldconfig_scriptlets part
940a02
%endif
940a02
940a02
%if %{with_swap}
940a02
%ldconfig_scriptlets swap
940a02
%endif
940a02
940a02
%if %{with_vdo}
940a02
%ldconfig_scriptlets vdo
940a02
%endif
940a02
940a02
%ifarch s390 s390x
940a02
%ldconfig_scriptlets s390
940a02
%endif
940a02
940a02
%if %{with_kbd}
940a02
%ldconfig_scriptlets kbd
940a02
%endif
940a02
940a02
940a02
%files
940a02
%{!?_licensedir:%global license %%doc}
940a02
%license LICENSE
940a02
%{_libdir}/libblockdev.so.*
940a02
%if %{with_gi}
940a02
%{_libdir}/girepository*/BlockDev*.typelib
940a02
%endif
940a02
%dir %{_sysconfdir}/libblockdev
940a02
%dir %{_sysconfdir}/libblockdev/conf.d
940a02
%config %{_sysconfdir}/libblockdev/conf.d/00-default.cfg
940a02
940a02
%files devel
940a02
%doc features.rst specs.rst
940a02
%{_libdir}/libblockdev.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/blockdev.h
940a02
%{_includedir}/blockdev/plugins.h
940a02
%{_libdir}/pkgconfig/blockdev.pc
940a02
%if %{with_gtk_doc}
940a02
%{_datadir}/gtk-doc/html/libblockdev
940a02
%endif
940a02
%if %{with_gi}
940a02
%{_datadir}/gir*/BlockDev*.gir
940a02
%endif
940a02
940a02
%if %{with_python2}
940a02
%files -n python2-blockdev
940a02
%{python2_sitearch}/gi/overrides/*
940a02
%endif
940a02
940a02
%if %{with_python3}
940a02
%files -n python3-blockdev
940a02
%{python3_sitearch}/gi/overrides/BlockDev*
940a02
%{python3_sitearch}/gi/overrides/__pycache__/BlockDev*
940a02
%endif
940a02
940a02
%files utils
940a02
%{_libdir}/libbd_utils.so.*
940a02
%{_libdir}/libbd_part_err.so.*
940a02
940a02
%files utils-devel
940a02
%{_libdir}/libbd_utils.so
940a02
%{_libdir}/libbd_part_err.so
940a02
%{_libdir}/pkgconfig/blockdev-utils.pc
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/utils.h
940a02
%{_includedir}/blockdev/sizes.h
940a02
%{_includedir}/blockdev/exec.h
940a02
%{_includedir}/blockdev/extra_arg.h
940a02
%{_includedir}/blockdev/dev_utils.h
940a02
%{_includedir}/blockdev/module.h
940a02
%{_includedir}/blockdev/dbus.h
940a02
940a02
940a02
%if %{with_btrfs}
940a02
%files btrfs
940a02
%{_libdir}/libbd_btrfs.so.*
940a02
940a02
%files btrfs-devel
940a02
%{_libdir}/libbd_btrfs.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/btrfs.h
940a02
%endif
940a02
940a02
940a02
%if %{with_crypto}
940a02
%files crypto
940a02
%{_libdir}/libbd_crypto.so.*
940a02
940a02
%files crypto-devel
940a02
%{_libdir}/libbd_crypto.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/crypto.h
940a02
%endif
940a02
940a02
940a02
%if %{with_dm}
940a02
%files dm
940a02
%{_libdir}/libbd_dm.so.*
940a02
940a02
%files dm-devel
940a02
%{_libdir}/libbd_dm.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/dm.h
940a02
%endif
940a02
940a02
940a02
%if %{with_fs}
940a02
%files fs
940a02
%{_libdir}/libbd_fs.so.*
940a02
940a02
%files fs-devel
940a02
%{_libdir}/libbd_fs.so
940a02
%dir %{_includedir}/blockdev
940a02
%dir %{_includedir}/blockdev/fs
940a02
%{_includedir}/blockdev/fs.h
940a02
%{_includedir}/blockdev/fs/*.h
940a02
%endif
940a02
940a02
940a02
%if %{with_kbd}
940a02
%files kbd
940a02
%{_libdir}/libbd_kbd.so.*
940a02
940a02
%files kbd-devel
940a02
%{_libdir}/libbd_kbd.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/kbd.h
940a02
%endif
940a02
940a02
940a02
%if %{with_loop}
940a02
%files loop
940a02
%{_libdir}/libbd_loop.so.*
940a02
940a02
%files loop-devel
940a02
%{_libdir}/libbd_loop.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/loop.h
940a02
%endif
940a02
940a02
940a02
%if %{with_lvm}
940a02
%files lvm
940a02
%{_libdir}/libbd_lvm.so.*
940a02
940a02
%files lvm-devel
940a02
%{_libdir}/libbd_lvm.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/lvm.h
940a02
%endif
940a02
940a02
940a02
%if %{with_lvm_dbus}
940a02
%files lvm-dbus
940a02
%{_libdir}/libbd_lvm-dbus.so.*
940a02
%config %{_sysconfdir}/libblockdev/conf.d/10-lvm-dbus.cfg
940a02
940a02
%files lvm-dbus-devel
940a02
%{_libdir}/libbd_lvm-dbus.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/lvm.h
940a02
%endif
940a02
940a02
940a02
%if %{with_mdraid}
940a02
%files mdraid
940a02
%{_libdir}/libbd_mdraid.so.*
940a02
940a02
%files mdraid-devel
940a02
%{_libdir}/libbd_mdraid.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/mdraid.h
940a02
%endif
940a02
940a02
940a02
%if %{with_mpath}
940a02
%files mpath
940a02
%{_libdir}/libbd_mpath.so.*
940a02
940a02
%files mpath-devel
940a02
%{_libdir}/libbd_mpath.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/mpath.h
940a02
%endif
940a02
940a02
940a02
%if %{with_nvdimm}
940a02
%files nvdimm
940a02
%{_libdir}/libbd_nvdimm.so.*
940a02
940a02
%files nvdimm-devel
940a02
%{_libdir}/libbd_nvdimm.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/nvdimm.h
940a02
%endif
940a02
940a02
61580b
%if %{with_nvme}
61580b
%files nvme
61580b
%{_libdir}/libbd_nvme.so.*
61580b
61580b
%files nvme-devel
61580b
%{_libdir}/libbd_nvme.so
61580b
%dir %{_includedir}/blockdev
61580b
%{_includedir}/blockdev/nvme.h
61580b
%endif
61580b
61580b
940a02
%if %{with_part}
940a02
%files part
940a02
%{_libdir}/libbd_part.so.*
940a02
940a02
%files part-devel
940a02
%{_libdir}/libbd_part.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/part.h
940a02
%endif
940a02
940a02
940a02
%if %{with_swap}
940a02
%files swap
940a02
%{_libdir}/libbd_swap.so.*
940a02
940a02
%files swap-devel
940a02
%{_libdir}/libbd_swap.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/swap.h
940a02
%endif
940a02
940a02
940a02
%if %{with_vdo}
940a02
%files vdo
940a02
%{_libdir}/libbd_vdo.so.*
940a02
940a02
%files vdo-devel
940a02
%{_libdir}/libbd_vdo.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/vdo.h
940a02
%endif
940a02
940a02
%if %{with_tools}
940a02
%files tools
940a02
%{_bindir}/lvm-cache-stats
940a02
%endif
940a02
940a02
%ifarch s390 s390x
940a02
%files s390
940a02
%{_libdir}/libbd_s390.so.*
940a02
940a02
%files s390-devel
940a02
%{_libdir}/libbd_s390.so
940a02
%dir %{_includedir}/blockdev
940a02
%{_includedir}/blockdev/s390.h
940a02
%endif
940a02
940a02
%files plugins-all
940a02
940a02
%changelog
61580b
* Thu Jan 05 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-4
61580b
- nvme: Fix namespace identifiers
61580b
  Resolves: rhbz#2151535
61580b
- nvme: Avoid sending NVME_IDENTIFY_CNS_NS_DESC_LIST on older devices
61580b
  Related: rhbz#2151535
61580b
61580b
* Mon Nov 28 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-3
61580b
- Fix double free in write_escrow_data_file
61580b
  Resolves: rhbz#2143226
61580b
61580b
* Thu Sep 22 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-2
61580b
- NVMe plugin backport
61580b
  Resolves: rhbz#2123338
61580b
61580b
* Wed Sep 14 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-1
61580b
- Rebase to the latest upstream release 2.28
61580b
  Resolves: rhbz#2123346
61580b
- Add dependency on device-mapper-multipath to libblockdev-mpath
61580b
  Resolves: rhbz#2121072
61580b
- Fix spec issues found by rpminspect
61580b
  Resolves: rhbz#2116544
61580b
6e196a
* Mon Aug 08 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.25-14
6e196a
- tests: Fix expected extended partition flags with new parted
6e196a
  Related: rhbz#2109026
6e196a
- mdraid: Fix copy-paste error when checking return value
6e196a
  Related: rhbz#2109026
6e196a
6e196a
* Mon Aug 08 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.25-13
6e196a
- Fix getting UUID for DDF containers
6e196a
  Resolves: rhbz#2109026
6e196a
6e196a
* Wed May 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.25-12
6e196a
- tests: Lower expected free space on newly created Ext filesystems
6e196a
  Resolves: rhbz#2065943
6e196a
940a02
* Mon Jan 10 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.25-11
940a02
- tests: Wait for raid and mirrored LVs to be synced before removing
940a02
  Resolves: rhbz#2030647
940a02
- spec: Require the same version of utils for lvm-devel and lvm-dbus-devel
940a02
  Resolves: rhbz#2028113
940a02
940a02
* Wed Dec 08 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-10
940a02
- Fix reading statistics for VDO pools with VDO 8
940a02
  Resolves: rhbz#1994220
940a02
- vdo_stats: Default to 100 % savings for invalid savings values
940a02
  Resolves: rhbz#2025880
940a02
- Add support for creating and unlocking standalone integrity devices
940a02
  Resolves: rhbz#2011365
940a02
940a02
* Tue Nov 30 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-9
940a02
- Fix patch for 'Add support LVM devices file management'
940a02
  Resolves: rhbz#1983705
940a02
940a02
* Tue Nov 30 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-8
940a02
- Add support LVM devices file management
940a02
  Resolves: rhbz#1983705
940a02
940a02
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.25-7
940a02
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
940a02
  Related: rhbz#1991688
940a02
940a02
* Tue Jun 29 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-6
940a02
- Add workarounds for some LVM test issues
940a02
  Resolves: rhbz#1976174
940a02
- Adapt tests to xfsprogs 5.12 changes
940a02
  Resolves: rhbz#1976176
940a02
940a02
* Tue May 18 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-5
940a02
- Adapt to dosfstools 4.2 changes
940a02
  Resolves: rhbz#1960624
940a02
940a02
* Thu May 13 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-4
940a02
- Memory leaks fixes backport
940a02
  Resolves: rhbz#1938757
940a02
- Fix default key size for non XTS ciphers
940a02
  Resolves: rhbz#1954005
940a02
940a02
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.25-3
940a02
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
940a02
940a02
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.25-2
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
940a02
940a02
* Mon Jan 11 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-1
940a02
- loop: Retry LOOP_SET_STATUS64 on EAGAIN (vtrefny)
940a02
- Fix max size limit for LVM thinpool metadata (vtrefny)
940a02
- lvm: Use the UNUSED macro instead of __attribute__((unused)) (vtrefny)
940a02
- lvm: Do not use thin_metadata_size to recommend thin metadata size (vtrefny)
940a02
- lvm: Set thin metadata limits to match limits LVM uses in lvcreate (vtrefny)
940a02
- Mark all GIR file constants as guint64 (vtrefny)
940a02
- lvm: Fix bd_lvm_vdopooldata_* symbols (tbzatek)
940a02
- fs: Fix compile error in ext_repair caused by cherry pick from master (vtrefny)
940a02
- README: Use CI status image for 2.x-branch on 2.x (vtrefny)
940a02
- fs: Do not report error when errors were fixed by e2fsck (vtrefny)
940a02
- tests: Add null-byte exec tests (tbzatek)
940a02
- tests: Add bufferbloat exec tests (tbzatek)
940a02
- exec: Clarify the BDUtilsProgExtract callback documentation (tbzatek)
940a02
- exec: Use non-blocking read and process the buffer manually (tbzatek)
940a02
- exec: Fix polling for stdout and stderr (tbzatek)
940a02
- exec: Fix setting locale for util calls (vtrefny)
940a02
940a02
* Thu Oct 01 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.24-7
940a02
- Do not build VDO plugin
940a02
940a02
* Thu Sep 17 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.24-6
940a02
- exec: Fix setting locale for util calls
940a02
940a02
* Thu Aug 20 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.24-5
940a02
- dm: Fix comparing DM RAID member devices UUID
940a02
940a02
* Wed Aug 19 2020 Jeff Law <law@redhat.com> - 2.24-4
940a02
- Work around gcc-11 false positive warning
940a02
940a02
* Mon Jul 27 2020 Hans de Goede <hdegoede@redhat.com> - 2.24-3
940a02
- Change -mpath subpackage Requires: device-mapper-multipath into Recommends
940a02
- Related: rhbz#1857393
940a02
940a02
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.24-2
940a02
- Rebuilt for Python 3.9
940a02
940a02
* Fri May 22 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.24-1
940a02
- Mark VDO plugin as deprecated since 2.24 (vtrefny)
940a02
- Fix multiple uninitialized values discovered by coverity (vtrefny)
940a02
- fs: Fix potential NULL pointer dereference in mount.c (vtrefny)
940a02
- utils: Remove deadcode in exec.c (vtrefny)
940a02
- Do not check VDO saving percent value in LVM DBus tests (vtrefny)
940a02
- Use libblkid to get label and UUID for XFS filesystems (vtrefny)
940a02
- Do not open devices as read-write for read-only fs operations (vtrefny)
940a02
- Create a common function to get label and uuid of a filesystem (vtrefny)
940a02
- lvm: Fix getting cache stats for cache thinpools (vtrefny)
940a02
- Do not skip LVM VDO tests when the kvdo module is already loaded (vtrefny)
940a02
- tests: Skip LVM VDO tests if kvdo module cannot be loaded (vtrefny)
940a02
- lvm-dbus: Add LVM VDO pools to bd_lvm_lvs (vtrefny)
940a02
- lvm: Add a function to get VDO pool name for a VDO LV (vtrefny)
940a02
- lvm-dbus: Get data LV name for LVM VDO pools too (vtrefny)
940a02
- Add functions to get VDO stats for LVM VDO volumes (vtrefny)
940a02
- Move VDO statistics code to a separate file (vtrefny)
940a02
- Fix copy-paste bug in lvm.api (vtrefny)
940a02
- exec: Disable encoding when reading data from stdout/stderr (vtrefny)
940a02
- Add function to get LVM VDO write policy from a string (vtrefny)
940a02
- Add extra parameters for creating LVM VDO volumes (vtrefny)
940a02
- Allow calling LVM functions without locking global_config_lock (vtrefny)
940a02
- Fix getting VDO data in the LVM DBus plugin (vtrefny)
940a02
- Fix getting string representation of unknown VDO state index (vtrefny)
940a02
- Add write policy and index size to LVM VDO data (vtrefny)
940a02
- Fix converting to VDO pool without name for the VDO LV (vtrefny)
940a02
- Add some helper functions to get LVM VDO mode and state strings (vtrefny)
940a02
- Add support for creating and managing VDO LVs with LVM (vtrefny)
940a02
- Fix LVM plugin so names in tests (vtrefny)
940a02
- Do not hardcode pylint executable name in Makefile (vtrefny)
940a02
- Add a function to check if a tool supports given feature (vtrefny)
940a02
- configure.ac: Avoid more bashisms (gentoo)
940a02
- mount: Fix a memleak (tbzatek)
940a02
- exec: Fix a memleak (tbzatek)
940a02
- vdo: Fix a memleak (tbzatek)
940a02
- configure.ac: Avoid bashisms (polynomial-c)
940a02
- tests: Specify loader for yaml.load in VDO tests (vtrefny)
940a02
- lvm-dbus: Fix memory leak in bd_lvm_thlvpoolname (vtrefny)
940a02
- lvm-dbus: Do not activate LVs during pvscan --cache (vtrefny)
940a02
- vdo: Run "vdo create" with "--force" (vtrefny)
940a02
- Fix typo in (un)mount error messages (vtrefny)
940a02
- utils: Add functions to get and check current linux kernel version (tbzatek)
940a02
- ext: Return empty string instead of "<none>" for empty UUID (vtrefny)
940a02
- Add support for BitLocker encrypted devices using cryptsetup (vtrefny)
940a02
- Add a helper function for closing an active crypto device (vtrefny)
940a02
- Manually remove symlinks not removed by udev in tests (vtrefny)
940a02
- Fix memory leak in LVM DBus plugin (vtrefny)
940a02
- Fix expected cache pool name with newest LVM (vtrefny)
940a02
- fs: Fix checking for UID/GID == 0 (vtrefny)
940a02
- Fixed a number of memory leaks in lvm-dbus plugin (mthompson)
940a02
- exec.c: Fix reading outputs with null bytes (vtrefny)
940a02
- Fix linking against utils on Debian (vtrefny)
940a02
- Add new function 'bd_fs_wipe_force' to control force wipe (vtrefny)
940a02
- Use 'explicit_bzero' to erase passphrases from key files (vtrefny)
940a02
- Sync spec with downstream (vtrefny)
940a02
940a02
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.23-2
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
940a02
940a02
* Mon Sep 09 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.23-1
940a02
- Fix how we get process exit code from g_spawn_sync (vtrefny)
940a02
- Skip tests for old-style LVM snapshots on recent Fedora (vtrefny)
940a02
- Fix skipping NTFS read-only test case on systems without NTFS (vtrefny)
940a02
- Fix LVM_MAX_LV_SIZE in the GIR file (vtrefny)
940a02
- Print skipped test "results" to stderr instead of stdout (vtrefny)
940a02
- Move the NTFS read-only device test to a separate test case (vtrefny)
940a02
- Fix parsing distro version from CPE name (vtrefny)
940a02
- Use 'kmod_module_probe_insert_module' function for loading modules (vtrefny)
940a02
- Hide filesystem-specific is_tech_available functions (vtrefny)
940a02
- Mark LVM global config locks as static (vtrefny)
940a02
- Remove unused 'get_PLUGIN_num_functions' and 'get_PLUGIN_functions' functions (vtrefny)
940a02
- Mark 'private' plugin management functions as static (vtrefny)
940a02
- Ignore coverity deadcode warning in 'bd_fs_is_tech_avail' (vtrefny)
940a02
- Ignore coverity deadcode warnings in the generated code (vtrefny)
940a02
- Use the new config file for skipping tests (vtrefny)
940a02
- Skip bcache tests if make-bcache is not installed (vtrefny)
940a02
- Add ability to read tests to skip from a config file (vtrefny)
940a02
- Mark 'test_set_bitmap_location' as unstable (vtrefny)
940a02
- Force LVM cli plugin in lvm_test (vtrefny)
940a02
- Add a special test tag for library tests that recompile plugins (vtrefny)
940a02
- Allow running tests against installed libblockdev (vtrefny)
940a02
- Remove duplicate test case (vtrefny)
940a02
- Use the new test tags in tests (vtrefny)
940a02
- Use test tags for skipping tests (vtrefny)
940a02
- Add a decorator for "tagging" tests (vtrefny)
940a02
- Add function for (un)freezing filesystems (vtrefny)
940a02
- Add a function to check whether a path is a mounpoint or not (vtrefny)
940a02
- Skip bcache tests on all Debian versions (vtrefny)
940a02
940a02
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.22-3
940a02
- Rebuilt for Python 3.8
940a02
940a02
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22-2
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
940a02
940a02
* Wed Jun 12 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.22-1
940a02
- tests: Fix Debian testing "version" for skipping (vtrefny)
940a02
- module: Fix libkmod related leak (tbzatek)
940a02
- btrfs: Fix number of memory leaks (tbzatek)
940a02
- mdraid: Fix leaking BDMDExamineData.metadata (tbzatek)
940a02
- mdraid: Fix leaking error (tbzatek)
940a02
- part: Fix leaking string in args (tbzatek)
940a02
- ext: Fix leaking string (tbzatek)
940a02
- part: Fix leaking objects (tbzatek)
940a02
- kbd: Fix g_match_info_fetch() leaks (tbzatek)
940a02
- ext: Fix g_match_info_fetch() leaks (tbzatek)
940a02
- ext: Fix g_strsplit() leaks (tbzatek)
940a02
- s390: Fix g_strsplit() leaks (tbzatek)
940a02
- mdraid: Fix g_strsplit() leaks (tbzatek)
940a02
- exec: Fix some memory leaks (tbzatek)
940a02
- lvm: Fix leaking BDLVMPVdata.vg_uuid (tbzatek)
940a02
- lvm: Use g_ptr_array_free() for creating lists (tbzatek)
940a02
- lvm: Fix some obvious memory leaks (tbzatek)
940a02
- Remove device-mapper-multipath dependency from fs and part plugins (vtrefny)
940a02
- bd_fs_xfs_get_info: Allow passing error == NULL (tbzatek)
940a02
- tests: Fix removing targetcli lun (vtrefny)
940a02
- Use existing cryptsetup API for changing keyslot passphrase (vtrefny)
940a02
- New function to get supported sector sizes for NVDIMM namespaces (vtrefny)
940a02
- Allow skiping tests only based on architecture (vtrefny)
940a02
- Sync spec file with python2 obsoletion added downstream (awilliam)
940a02
- Sync spec with downstream (vtrefny)
940a02
940a02
* Tue Apr 16 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.21-3
940a02
- Remove device-mapper-multipath dependency from fs and part plugins
940a02
940a02
* Thu Feb 28 2019 Adam Williamson <awilliam@redhat.com> - 2.21-2
940a02
- Obsolete the python2 subpackage if we're not building it
940a02
940a02
* Thu Feb 21 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.21-1
940a02
- Fix checking swap status on lvm/md (vtrefny)
940a02
- tests: Stop skipping some tests on Debian testing (vtrefny)
940a02
- tests: Remove some old/irrelevant skips (vtrefny)
940a02
- Use 512bit keys in LUKS by default (vratislav.podzimek)
940a02
- Add 'autoconf-archive' to build requires (vtrefny)
940a02
- vagrant: remove F27 and add F29 (vtrefny)
940a02
- vagrant: install 'autoconf-archive' on Ubuntu (vtrefny)
940a02
- Enable cryptsetup debug messages when compiled using --enable-debug (vtrefny)
940a02
- lvm-dbus: Do not pass extra arguments enclosed in a tuple (vtrefny)
940a02
- crypto: Do not try to use keyring on systems without keyring support (vtrefny)
940a02
- Fix LUKS2 resize password test (vtrefny)
940a02
- Use cryptsetup to check LUKS2 label (vtrefny)
940a02
- Skip LUKS2+integrity test on systems without dm-integrity module (vtrefny)
940a02
- Add custom error message for wrong passphrase for open (vtrefny)
940a02
- Use major/minor macros from sys/sysmacros.h instead of linux/kdev_t.h (vtrefny)
940a02
- crypto_test.py: Use blkid instead of lsblk to check luks label (vtrefny)
940a02
- Skip VDO grow physical test (vtrefny)
940a02
- Add libblkid-devel as a build dependency for the swap plugin (vtrefny)
940a02
- Add error codes and Python exceptions for swapon fails (vtrefny)
940a02
- Use libblkid to check swap status before swapon (vtrefny)
940a02
- Add a new subpackage with the tool(s) (v.podzimek)
940a02
- Document what the 'tools' directory contains (v.podzimek)
940a02
- Make building tools optional (v.podzimek)
940a02
- Add a tool for getting cached LVM statistics (v.podzimek)
940a02
- Discard messages from libdevmapper in the LVM plugins (v.podzimek)
940a02
940a02
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-3
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
940a02
940a02
* Mon Oct 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.20-2
940a02
- Use libblkid to check swap status before swapon (vtrefny)
940a02
- Add error codes and Python exceptions for swapon fails (vtrefny)
940a02
940a02
* Wed Sep 26 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.20-1
940a02
- Use unsafe caching for storage for devel/testing VMs (v.podzimek)
940a02
- Require newer version of cryptsetup for LUKS2 tests (vtrefny)
940a02
- Skip nvdimm tests on systems without ndctl (vtrefny)
940a02
- Add Ubuntu 18.04 VM configuration to the vagrant template (vtrefny)
940a02
- Add some missing test dependencies to the vagrant template (vtrefny)
940a02
- Fix how/where the bcache tests are skipped (v.podzimek)
940a02
- Document what the 'misc' directory contains (v.podzimek)
940a02
- Add a Vagrantfile template (v.podzimek)
940a02
- Fix the error message when deleting partition fails (vpodzime)
940a02
- Fix build of plugins by changing linking order (devurandom)
940a02
- Fix how we check zram stats from /sys/block/zram0/stat (vtrefny)
940a02
- lvm-dbus: Fix parsing extra arguments for LVM methods calls (vtrefny)
940a02
- Skip MDTestAddRemove on Debian (vtrefny)
940a02
- Skip NTFS mount test on Debian testing (vtrefny)
940a02
- Skip bcache tests on Debian testing (vtrefny)
940a02
- tests: Try harder to get distribution version (vtrefny)
940a02
- Mark the function stubs as static (v.podzimek)
940a02
- Build the dm plugin without dmraid support on newer RHEL (vtrefny)
940a02
- Fix skipping zram tests on Fedora 27 (vtrefny)
940a02
- kbd: Check for zram module availability in 'bd_kbd_is_tech_avail' (vtrefny)
940a02
- Always build the VDO plugin (vtrefny)
940a02
- Do not require 'dmraid' package if built without dmraid support (vtrefny)
940a02
- Fix licence header in dbus.c (vtrefny)
940a02
- Fix spacing in NEWS.rst (vtrefny)
940a02
940a02
* Fri Aug 10 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.19-1
940a02
- Use python interpreter explicitly when running boilerplate_generator.py (vtrefny)
940a02
- vdo: Implement bd_vdo_get_stats() (tbzatek)
940a02
- Add test for is_tech_available with multiple dependencies (vtrefny)
940a02
- lvm-dbus.c: Check for 'lvmdbus' dependency in 'bd_lvm_is_tech_avail' (vtrefny)
940a02
- lvm.c: Check for 'lvm' dependency in 'bd_lvm_is_tech_avail' (vtrefny)
940a02
- Fix licence headers in sources (vtrefny)
940a02
- Fix three memory leaks in lvm-dbus.c (vtrefny)
940a02
- Ignore "bad-super-call" pylint warning in BlockDev.py (vtrefny)
940a02
- Fix running pylint in tests (vtrefny)
940a02
- Fix vdo configuration options definition in spec file (vtrefny)
940a02
- Fix calling BlockDev.reinit in swap tests (vtrefny)
940a02
- Fix how we check zram stats from /sys/block/zram0/mm_stat (vtrefny)
940a02
- Skip VDO tests also when the 'kvdo' module is not available (vtrefny)
940a02
- Add version to tests that should be skipped on CentOS/RHEL 7 (vtrefny)
940a02
- Skip btrfs tests if btrfs module is not available (vtrefny)
940a02
- Do not build KBD plugin with bcache support on RHEL (vtrefny)
940a02
- Do not build btrfs plugin on newer RHEL (vtrefny)
940a02
- fs: Properly close both ends of the pipe (tbzatek)
940a02
- Make sure library_test works after fixing -Wstrict-prototypes (vtrefny)
940a02
- Make sure library tests properly clean after themselves (vtrefny)
940a02
- pkg-config: add -L${libdir} and -I${includedir} (max.kellermann)
940a02
- plugins/kbd: make wait_for_file() static (max.kellermann)
940a02
- plugins/lvm{,-dbus}: get_lv_type_from_flags() returns const string (max.kellermann)
940a02
- plugins/dm: add explicit cast to work around -Wdiscarded-qualifiers (max.kellermann)
940a02
- plugins/crypto: work around -Wdiscarded-qualifiers (max.kellermann)
940a02
- plugins/check_deps: make all strings and `UtilDep` instances `const` (max.kellermann)
940a02
- exec: make `msg` parameters const (max.kellermann)
940a02
- fix -Wstrict-prototypes (max.kellermann)
940a02
- module.c: Accept kernel modules if they are built-in (marco.guerri.dev)
940a02
- BlockDev.py Convert dictionary keys to set before using them (vtrefny)
940a02
- Skip 'test_cache_pool_create_remove' on CentOS 7 (vtrefny)
940a02
- Re-order libbd_crypto_la_LIBADD to fix libtool issue (tom)
940a02
- acinclude.m4: Use AS_EXIT to fail in LIBBLOCKDEV_FAILURES (vtrefny)
940a02
- configure.ac: Fix missing parenthesis in blkid version check (vtrefny)
940a02
- Allow specifying extra options for PBKDF when creating LUKS2 (vtrefny)
940a02
- Reintroduce python2 support for Fedora 29 (vtrefny)
940a02
- Use versioned command for Python 2 (vtrefny)
940a02
- Fix few wrong names in doc strings (vtrefny)
940a02
- Make sure all our free and copy functions work with NULL (vtrefny)
940a02
- Use libblkid in bd_crypto_is_luks (vtrefny)
940a02
- vdo: Properly destroy the yaml parser (tbzatek)
940a02
- Add a simple test case for bd_crypto_tc_open (vtrefny)
940a02
- Add Python override for bd_crypto_tc_open_full (vtrefny)
940a02
- Show simple summary after configure (vtrefny)
940a02
- Do not build VDO plugin on non-x86_64 architectures (vtrefny)
940a02
- Sync spec with downstream (vtrefny)
940a02
940a02
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-4
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
940a02
940a02
* Mon Jul 09 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.18-3
940a02
- Reitroduce python2 support for Fedora 29
940a02
940a02
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.18-2
940a02
- Rebuilt for Python 3.7
940a02
940a02
* Wed Jun 20 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.18-1
940a02
- Add VDO to features.rst (vtrefny)
940a02
- Remove roadmap.rst (vtrefny)
940a02
- vdo: Add tests for bd_vdo_grow_physical() (tbzatek)
940a02
- Do not try to build VDO plugin on Fedora (vtrefny)
940a02
- Introduce reporting function per thread (kailueke)
940a02
- vdo: Implement bd_vdo_grow_physical() (tbzatek)
940a02
- Correct arguments for ext4 repair with progress (kailueke)
940a02
- Clarify that checking an RW-mounted XFS file system is impossible (v.podzimek)
940a02
- vdo: Resolve real device file path (tbzatek)
940a02
- Adjust to new NVDIMM namespace modes (vtrefny)
940a02
- Use xfs_repair instead of xfs_db in bd_fs_xfs_check() (v.podzimek)
940a02
- Allow compiling libblockdev without libdmraid (vtrefny)
940a02
- Only require plugins we really need in LVM dbus tests (vtrefny)
940a02
- Add tests for VDO plugin (vtrefny)
940a02
- Add decimal units definition to utils/sizes.h (vtrefny)
940a02
- Add basic VDO plugin functionality (vtrefny)
940a02
- Add the VDO plugin (vtrefny)
940a02
- Always check for error when (un)mounting (vtrefny)
940a02
- Fix off-by-one error when counting TCRYPT keyfiles (segfault)
940a02
- Add 'bd_dm_is_tech_avail' to header file (vtrefny)
940a02
- Fix release number in NEWS.rst (vtrefny)
940a02
- Update specs.rst and features.rst (vtrefny)
940a02
940a02
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 2.17-2
940a02
- Rebuilt for Python 3.7
940a02
940a02
* Tue Apr 24 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.17-1
940a02
- Redirect cryptsetup log to libblockdev log (vtrefny)
940a02
- Add a generic logging function for libblockdev (vtrefny)
940a02
- Add functions to resize LUKS 2 (vtrefny)
940a02
- Add function to get information about LUKS 2 integrity devices (vtrefny)
940a02
- Add function to get information about a LUKS device (vtrefny)
940a02
- Add a basic test for creating LUKS 2 format (vtrefny)
940a02
- Use libblockdev function to create LUKS 2 in tests (vtrefny)
940a02
- Add support for creating LUKS 2 format (vtrefny)
940a02
- Skip bcache tests on Rawhide (vtrefny)
940a02
- Allow building libblockdev without Python 2 support (vtrefny)
940a02
- Allow compiling libblockdev crypto plugin without escrow support (vtrefny)
940a02
- Require at least libndctl 58.4 (vtrefny)
940a02
- New function for luks metadata size (japokorn)
940a02
- Add functions to backup and restore LUKS header (vtrefny)
940a02
- Add function for killing keyslot on a LUKS device (vtrefny)
940a02
- Add functions to suspend and resume a LUKS device (vtrefny)
940a02
- Use '=' instead of '==' to compare using 'test' (v.podzimek)
940a02
- lvm-dbus: Check returned job object for error (vtrefny)
940a02
- Get sector size for non-block NVDIMM namespaces too (vtrefny)
940a02
- Fix memory leaks discovered by clang (vtrefny)
940a02
- Add new functions to docs/libblockdev-sections.txt (segfault)
940a02
- Make a link point to the relevant section (segfault)
940a02
- Don't use VeraCrypt PIM if compiled against libcryptsetup < 2.0 (segfault)
940a02
- Make keyfiles parameter to bd_crypto_tc_open_full zero terminated (segfault)
940a02
- Add function bd_crypto_device_seems_encrypted (segfault)
940a02
- Support VeraCrypt PIM (segfault)
940a02
- Support TCRYPT system volumes (segfault)
940a02
- Support TCRYPT hidden containers (segfault)
940a02
- Support TCRYPT keyfiles (segfault)
940a02
- Support unlocking VeraCrypt volumes (segfault)
940a02
- Enforce ZERO_INIT gcc backwards compatibility (bjornpagen)
940a02
- Add function for getting NVDIMM namespace name from devname or path (vtrefny)
940a02
- Add --without-xyz to DISTCHECK_CONFIGURE_FLAGS for disabled plugins (vtrefny)
940a02
- Add tests for the NVDIMM plugin (vtrefny)
940a02
- Add the NVDIMM plugin (vtrefny)
940a02
- Fix build with clang (bjornpagen)
940a02
- s390: don't hardcode paths, search PATH (flokli)
940a02
- Fix build against musl libc (bjornpagen)
940a02
- Fix python2-gobject-base dependency on Fedora 26 and older (vtrefny)
940a02
- Sync the spec file with downstream (vtrefny)
940a02
940a02
* Wed Apr 11 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.16-3
940a02
- Add the NVDIMM plugin (vtrefny)
940a02
- Add tests for the NVDIMM plugin (vtrefny)
940a02
- Add --without-xyz to DISTCHECK_CONFIGURE_FLAGS for disabled plugins (vtrefny)
940a02
- Add function for getting NVDIMM namespace name from devname or path (vtrefny)
940a02
940a02
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.16-2
940a02
- Escape macros in %%changelog
940a02
940a02
* Thu Feb 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.16-1
940a02
- Add tests for progress report (jtulak)
940a02
- Add e2fsck progress (jtulak)
940a02
- Add progress reporting infrastructure for Ext fsck (jtulak)
940a02
- Add a function to test if prog. reporting was initialized (jtulak)
940a02
- Add support for LUKS 2 opening and key management (vtrefny)
940a02
- Fix few more links for project and documentation website (vtrefny)
940a02
- Sync the spec file with downstream (vpodzime)
940a02
- Check if 'journalctl' is available before trying to use it in tests (vtrefny)
940a02
- Update 'Testing libblockdev' section in documentation (vtrefny)
940a02
- Fix link to online documentation (vtrefny)
940a02
- Fix how the new kernel module functions are added to docs (vpodzime)
940a02
940a02
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
940a02
940a02
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.15-3
940a02
- Update Python 2 dependency declarations to new packaging standards
940a02
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
940a02
940a02
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.15-2
940a02
- Switch to %%ldconfig_scriptlets
940a02
940a02
* Fri Dec 01 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.15-1
940a02
- Do not use the 'btrfs' plugin in overrides tests (vpodzime)
940a02
- Do not use the btrfs plugin in library tests (vpodzime)
940a02
- Check for btrfs module availability in btrfs module (vtrefny)
940a02
- Move kernel modules (un)loading and checking into utils (vtrefny)
940a02
- Free locale struct in kbd plugin (vtrefny)
940a02
- Add test for setting partition flags on GPT (vtrefny)
940a02
- Use only sgdisk to set flags on GPT (vtrefny)
940a02
- Move the fs.h file to its original place (vpodzime)
940a02
- Add a HACKING.rst file (vpodzime)
940a02
- Mark bcache tests as unstable (vpodzime)
940a02
- Fix memory leaks in bd_fs_vfat_get_info() (vpodzime)
940a02
- Revert the behaviour of bd_fs_check_deps() (vpodzime)
940a02
- Split the bd_fs_is_tech_avail() implementation (vpodzime)
940a02
- Split the FS plugin source into multiple files (vpodzime)
940a02
- Fix bd_s390_dasd_format (vponcova)
940a02
- Mark unstable tests as such (vpodzime)
940a02
- bd_s390_dasd_is_ldl should be true only for LDL DADSs (vponcova)
940a02
- Do not lie about tag creation (vpodzime)
940a02
940a02
* Wed Nov 08 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14-2
940a02
- Rebuild for cryptsetup-2.0.0
940a02
940a02
* Tue Oct 31 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.14-1
940a02
- Support the legacy boot GPT flag (intrigeri)
940a02
- Respect the version in the blockdev.pc file (vpodzime)
940a02
- Add pkgconfig definitions for the utils library (vpodzime)
940a02
- fs.c: Fix potential NULL pointer dereference (vtrefny)
940a02
- dm.c: Fix uninitialized values in various dm plugin functions (vtrefny)
940a02
- dm.c: Check return values of dm_task_set_name/run/get_info functions (vtrefny)
940a02
- fs.c: Fix multiple "forward NULL" warnings in 'bd_fs_ntfs_get_info' (vtrefny)
940a02
- lvm-dbus.c: Fix multiple "use after free" coverity warnings (vtrefny)
940a02
- Fix duplicate 'const' in generated functions (vtrefny)
940a02
- Add some test cases for NTFS (kailueke)
940a02
- Add function wrappers for NTFS tools (kailueke)
940a02
- exec.c: Fix error message in 'bd_utils_exec_and_report_progress' (vtrefny)
940a02
- crypto.c: Fix waiting for enough entropy (vtrefny)
940a02
- Ignore some coverity false positive errors (vtrefny)
940a02
- exec.c: Ignore errors from 'g_io_channel_shutdown' (vtrefny)
940a02
- part.c: Check if we've found a place to put new logical partitions (vtrefny)
940a02
- kbd.c: Fix potential string overflow in 'bd_kbd_bcache_create' (vtrefny)
940a02
- exec.c: Fix resource leaks in 'bd_utils_exec_and_report_progress' (vtrefny)
940a02
- fs.c: Fix "forward null" in 'do_mount' and 'bd_fs_xfs_get_info' (vtrefny)
940a02
- part.c: Fix possible NULL pointer dereference (vtrefny)
940a02
- crypto.c: Use right key buffer in 'bd_crypto_luks_add_key' (vtrefny)
940a02
- exec.c: Fix "use after free" in 'bd_utils_check_util_version' (vtrefny)
940a02
- kbd.c: Fix double free in 'bd_kbd_zram_get_stats' (vtrefny)
940a02
- part.c: Check if file discriptor is >= 0 before closing it (vtrefny)
940a02
- mdraid.c: Fix resource leaks (vtrefny)
940a02
- lvm.c: Fix "use after free" in 'bd_lvm_get_thpool_meta_size' (vtrefny)
940a02
- fs.c: Fix for loop condition in 'bd_fs_get_fstype' (vtrefny)
940a02
- fs.c: Check sscanf return value in 'bd_fs_vfat_get_info' (vtrefny)
940a02
- fs.c: Fix resource leaks in 'bd_fs_get_fstype' (vtrefny)
940a02
- blockdev.c.in: Fix unused variables (vtrefny)
940a02
- Use libbytesize to parse bcache block size (vtrefny)
940a02
- Use system values in KbdTestBcacheStatusTest (vtrefny)
940a02
- Fix BSSize memory leaks in btrfs and mdraid plugins (vtrefny)
940a02
- Skip btrfs subvolume tests with btrfs-progs 4.13.2 (vtrefny)
940a02
- Added function to get DM device subsystem (japokorn)
940a02
- Sync spec with downstream (vpodzime)
940a02
940a02
* Fri Sep 29 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.13-1
940a02
- Fix the rpmlog and shortlog targets (vpodzime)
940a02
- Add a function for enabling/disabling plugins' init checks (vpodzime)
940a02
- Assign functions to tech-mode categories (vpodzime)
940a02
- Add missing items to particular sections in the documentation (vpodzime)
940a02
- Add a basic test for the runtime dependency checking (vpodzime)
940a02
- Simplify what WITH_BD_BCACHE changes in the KBD plugin (vpodzime)
940a02
- Add functions for querying available technologies (vpodzime)
940a02
- Dynamically check for the required utilities (vpodzime)
940a02
- Use shorter prefix for tempfiles (vtrefny)
940a02
- Try harder when waiting for lio device to show up (vtrefny)
940a02
- Better handle old and new zram sysfs api in tests (vtrefny)
940a02
- Skip btrfs tests on CentOS 7 aarch64 (vtrefny)
940a02
- Add new function for setting swap label (vtrefny)
940a02
- Use only one git tag for new releases (vtrefny)
940a02
- Fix source URL in spec file (vtrefny)
940a02
- Add NEWS.rst file (vtrefny)
940a02
- Do not include s390utils/vtoc.h in s390 plugin (vtrefny)
940a02
- Use "AC_CANONICAL_BUILD" to check architecture instead of "uname" (vtrefny)
940a02
- Bypass error proxy in s390 test (vtrefny)
940a02
- Fix zFCP LUN max length (vtrefny)
940a02
- Do not run g_clear_error after setting it (vtrefny)
940a02
- Allow compiling libblockdev without s390 plugin (vtrefny)
940a02
- Add a function for getting plugin name (vpodzime)
940a02
940a02
* Thu Sep 28 2017 Troy Dawson <tdawson@redhat.com> - 2.12-3
940a02
- Cleanup spec file conditionals correctly
940a02
940a02
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 2.12-2
940a02
- Cleanup spec file conditionals
940a02
940a02
* Wed Aug 30 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.12-1
940a02
- Own directories /etc/libblockdev and /etc/libblockdev/conf.d (vtrefny)
940a02
- Wait for resized partition (kailueke)
940a02
- Make sure the device is opened for libparted (vpodzime)
940a02
- Fix label check in swap_test (vtrefny)
940a02
- Use "run_tests" script for running tests from Makefile (vtrefny)
940a02
- Add a script for running tests (vtrefny)
940a02
- Tests: Move library initialization to setUpClass method (vtrefny)
940a02
- Stop skipping FAT resize tests on rawhide (vtrefny)
940a02
- Close filesystem before closing the partition during FAT resize (vtrefny)
940a02
- Use mountpoint for "xfs_info" calls (vtrefny)
940a02
- Use libmount cache when parsing /proc/mounts (vtrefny)
940a02
- Add some space for the CI status (vpodzime)
940a02
- Confirm the force when creating PVs in FS tests (vpodzime)
940a02
- Skip vgremove tests on 32bit Debian (vtrefny)
940a02
- Fix names of backing files in tests (vtrefny)
940a02
-  Fix checking for available locales (vtrefny)
940a02
- Skip dependency checking in mpath tests on Debian (vtrefny)
940a02
- Skip zRAM tests on Debian (vtrefny)
940a02
- Skip the test for device escrow on Debian too (vtrefny)
940a02
- Skip free region tests on Debian too (vtrefny)
940a02
- Fix redirecting command output to /dev/null in tests (vtrefny)
940a02
- Try harder to unmount devices in test cleanup (vtrefny)
940a02
- Require only plugins that are needed for given test (vtrefny)
940a02
- Try to get distribution info from "PrettyName" if "CPEName" isn't available (vtrefny)
940a02
- Use -ff when creating PVs in FS tests (vpodzime)
940a02
- Sync spec with downstream (vpodzime)
940a02
940a02
* Mon Jul 31 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.11-1
940a02
- Make the KbdZRAMDevicesTestCase inherit from KbdZRAMTestCase (vpodzime)
940a02
- Allow non-source directory builds (kailueke)
940a02
- Add a way to disable runtime dependency checks (vpodzime)
940a02
- Link to GObject even if no plugin is activated (kailueke)
940a02
- Skip zram tests on Rawhide (vpodzime)
940a02
- Keep most utilities available for tests (vpodzime)
940a02
- Use new libmount function to get (un)mount error message (vtrefny)
940a02
- Update the documentation URL (vpodzime)
940a02
940a02
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
940a02
940a02
* Wed Jul 05 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.10-1
940a02
- Only enable partition size tolerance with alignment (vpodzime)
940a02
- Limit the requested partition size to maximum possible (vpodzime)
940a02
- Do not verify vfat FS' size after generic resize (vpodzime)
940a02
- Specify tolerance for partition size (kailueke)
940a02
- Only use the exact constraint if not using any other (vpodzime)
940a02
- Check resulting FS size in tests for generic FS resize (vpodzime)
940a02
- Query setting FS label support and generic relabeling (kailueke)
940a02
- Do not strictly require all FS utilities (vpodzime)
940a02
- Compile everything with the C99 standard (vpodzime)
940a02
- Add partition resize function (kailueke)
940a02
- Generic Check and Repair Functions (kailueke)
940a02
- Query functions for FS resize and repair support (kailueke)
940a02
- Update the project/source URL in the spec file (vpodzime)
940a02
- Add functions for opening/closing TrueCrypt/VeraCrypt volumes (vpodzime)
940a02
- Adapt to a change in behaviour in new libmount (vpodzime)
940a02
- Try RO mount also if we get EACCES (vpodzime)
940a02
- Size in bytes for xfs_resize_device (kailueke)
940a02
- src/plugins/Makefile.am: Remove hard coded include path in /usr prefix (tristan.vanberkom)
940a02
- Fixed include for libvolume_key.h (tristan.vanberkom)
940a02
- Ignore parted warnings if possible (squimrel)
940a02
- bcache tests: Remove FEELINGLUCKY checks (tasleson)
940a02
- kbd.c: Code review corrections (tasleson)
940a02
- kbd.c: Make bd_kbd_bcache_create work without abort (tasleson)
940a02
940a02
* Tue Jun 13 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.9-1
940a02
- Fix hardcoded reference to gcc (timo.gurr)
940a02
- Catch and ignore partial failures in LVM tests' cleanups (vpodzime)
940a02
- Fix hardcoded reference to pkg-config (timo.gurr)
940a02
- Make GObject introspection optional (vpodzime)
940a02
- Do not link libraries required by plugins to the GI files (vpodzime)
940a02
- Make sure the whole build status image is shown (vpodzime)
940a02
- Show CI status in README (at the GH repo's front page) (vpodzime)
940a02
- Always require the libudev pkg (tgurr)
940a02
- Make sure we give kernel time to fully setup zram device(s) (vpodzime)
940a02
- fs_test.py: Close FDs when calling utilities (tasleson)
940a02
- crypto.c: Correct segmentation fault (tasleson)
940a02
940a02
* Tue Jun 06 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.8-1
940a02
- Temporarily skip vfat generic resize test on rawhide (vtrefny)
940a02
- Use "safeprobe" in "bd_fs_wipe" (vtrefny)
940a02
- Add a generic filesystem resize function (vtrefny)
940a02
- Add a function to get mountpoint for a device (vtrefny)
940a02
- Add a function to get filesystem type for a device (vtrefny)
940a02
- Only include the LVM DBus config when shipping LVM DBus (vpodzime)
940a02
- Skip the LVM DBus vgreduce tests on Rawhide (vpodzime)
940a02
- Do not build the lvm-dbus plugin on RHEL/CentOS (vpodzime)
940a02
- Give zRAM more time to settle before trying to remove a device (vpodzime)
940a02
- Put zram tests adding/removing devices into a separate class (vpodzime)
940a02
- Skip LVM cache and RAID tests on Rawhide (vpodzime)
940a02
- Fix the skip_on decorator factory for tests (vpodzime)
940a02
- Use 'blkid -p' instead of lsblk to get device's FS type (vpodzime)
940a02
- Improve the lvm_set_global_config test (vpodzime)
940a02
- Pass '-y' to pvresize (vpodzime)
940a02
- Create a copy of os.environ for a child process (vpodzime)
940a02
- Revert "Use the "C.UTF-8" locale instead of just "C"" (vpodzime)
940a02
- Fix how we create vfat FS in tests (vpodzime)
940a02
- Skip the test if requiring unavailable locales (vpodzime)
940a02
- Use the "C.UTF-8" locale instead of just "C" (vpodzime)
940a02
- Add functions for working with ext2 and ext3 filesystems (vtrefny)
940a02
- Link to gobject when lvm or btrfs is enabled (andreas)
940a02
- Link to libm where needed (andreas)
940a02
- Add a function for cleaning a device (vtrefny)
940a02
- Add few code exaples to documentation (vtrefny)
940a02
- Use a special exception for no fs signature when doing wipe (vpodzime)
940a02
- One more incompatible os.symlink() call (vpodzime)
940a02
- Do not use pass-by-name in the os.symlink() call (vpodzime)
940a02
- Ignore previous errors when falling back to using ioctl() (vpodzime)
940a02
- Use ioctl() call to teardown loop devices (vpodzime)
940a02
- Resolve the device to remove for mdadm (vpodzime)
940a02
- Add a function for getting device symlinks (vpodzime)
940a02
- Use the new resolve_device() function where appropriate (vpodzime)
940a02
- Add the resolve_device() function to the utils library (vpodzime)
940a02
- First try to read the 'autoclear' flag from /sys/ (vpodzime)
940a02
940a02
* Wed Apr 26 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.7-1
940a02
- Skip btrfs min size tests on Fedora 25 (vtrefny)
940a02
- Make sure the loop device doesn't disappear during tests (vpodzime)
940a02
- Close the loop device when autoclear is (un)set (vpodzime)
940a02
- Do not enforce Python 3 for running tests in CI (vpodzime)
940a02
- Revert "Use different BTRFS_MIN_MEMBER_SIZE on aarch64" (vtrefny)
940a02
- Use both 'old' and 'new' sysfs files to read zRAM stats (vtrefny)
940a02
- Check if libparted-fs-resize pkgconfig is available (vpodzime)
940a02
- Do not try to get name for inactive partitions (vtrefny)
940a02
- Skip tests for getting free regions on CentOS/RHEL (vpodzime)
940a02
- Free the container holding the specs of free regions (vpodzime)
940a02
- Open loop devices as O_RDONLY when getting flags (vpodzime)
940a02
- Resolve maximum partition size when we know its start (vpodzime)
940a02
- Use --id instead of --part-type when setting partition id (vpodzime)
940a02
- Fix mdadm command for removing failed device from an array (vtrefny)
940a02
- Skip bcache tests on CentOS/RHEL 7 (vpodzime)
940a02
- Use six.assertRaisesRegex in the FS tests (vpodzime)
940a02
- Use mkdtemp() instead of TemporaryDirectory() (vpodzime)
940a02
- Fix installation without specifying --exec-prefix (vpodzime)
940a02
- Add options to force mkfs.ext4/vfat to create a FS on the whole device (vpodzime)
940a02
- Skip the test for device escrow on CentOS/RHEL (vpodzime)
940a02
- Define DEVNULL on our own if not in subprocess (vpodzime)
940a02
- Remove the patches from the spec file (vpodzime)
940a02
- Sync the spec file with downstream (vpodzime)
940a02
- Stop skipping zRAM stats tests (vtrefny)
940a02
- Add more tests for zRAM stats (vtrefny)
940a02
- Fix reading zRAM properties from sysfs (vtrefny)
940a02
940a02
* Wed Apr 12 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-3
940a02
- Do not try to parse 'raid_spec' for 'bd_md_activate' (vtrefny)
940a02
  Resolves: rhbz#1439111
940a02
940a02
* Tue Apr 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-2
940a02
- Make sure the returned thpool MD size is valid (vpodzime)
940a02
940a02
* Wed Mar 15 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-1
940a02
- Move the  part_err library before part and fs (vtrefny)
940a02
- Fix BuildRequires for crypto and dm packages (vtrefny)
940a02
- Fix mounting read-only devices (vtrefny)
940a02
- Fix the bd_s390_dasd_is_ldl function. (vponcova)
940a02
- Add the bd_s390_dasd_is_fba function to check if DASD is FBA (vponcova)
940a02
- Disable MD RAID tests on 32bit systems (vpodzime)
940a02
- Fix error message when mounting with a wrong fs type (vtrefny)
940a02
- Only create RPMs for requested/configured  plugins (vpodzime)
940a02
- Only check dependencies of plugins to be built (vpodzime)
940a02
- Only build and distribute plugins if configured so (vpodzime)
940a02
- Fix format-security and unused-result compiler warnings (vtrefny)
940a02
- Add an AC macro for modular builds (vpodzime)
940a02
- Add functions for mounting and unmounting filesystems (vtrefny)
940a02
940a02
* Mon Mar 06 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.5-1
940a02
- Do not try to get GVariant after not adding anything to its builder (vpodzime)
940a02
- Replace NULL with "" when building ExtraArg (vpodzime)
940a02
- Replace NULL with "" when adding it as a 's' GVariant (vpodzime)
940a02
- Make sure we don't try to add NULL as GVariant to DBus params (vpodzime)
940a02
- Add function for getting recommended thpool metadata size (vpodzime)
940a02
- Make udev settle after we create a LIO device (vpodzime)
940a02
- Always use '--yes' for lvremove (vpodzime)
940a02
940a02
* Tue Feb 21 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.4-1
940a02
- Update specs.rst to use present-tense and current API (agrover)
940a02
- Add functions using BLOBs as LUKS passphrases (vpodzime)
940a02
- Make sure the _error_quark() functions are in the library (vtrefny)
940a02
- Return a special error when trying to wipe empty device (vtrefny)
940a02
- Adapt tests to use LIO devices instead of loop devices (vpodzime)
940a02
- Add functions for creating and deleting LIO devices (vpodzime)
940a02
- MDRAID: Allow path as input for functions that work with sysfs (vtrefny)
940a02
940a02
* Wed Feb 15 2017 Vratislav Podzimek <vtrefny@redhat.com> - 2.3-3
940a02
- Rebuild with changelog fixed up
940a02
940a02
* Tue Feb 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.3-1
940a02
- Allow specifying raid 'name' in multiple way when calling md functions (vtrefny)
940a02
- Allow using both path and raid name in bd_md_set_bitmap_location (vtrefny)
940a02
- Fix potential memory issues in s390 sanitizate functions (vpodzime)
940a02
- Try multiple times when probing device for wiping (vpodzime)
940a02
- Check for libvolume_key.h and dmraid.h in configure.ac (vpodzime)
940a02
- Define our own macro for testing required header files (vpodzime)
940a02
- Include blockdev/utils.h in mdraid.h (vtrefny)
940a02
- Fix misspelling (agrover)
940a02
- Skip the bcache tests even on x86_64 (vpodzime)
940a02
- Take a break between bcache creation tests (vpodzime)
940a02
- Make sure ./configure fails if there are some soft failures (vpodzime)
940a02
- Improve the error message on missing GI support (vpodzime)
940a02
- Only require bcache-tools if supporting bcache (vpodzime)
940a02
- Skip bcache tests on non-x86_64 architectures (vpodzime)
940a02
- Try harder to register a new bcache device (vpodzime)
940a02
- Reimplement swapon/swapoff functions by using syscalls (vpodzime)
940a02
- Make sure bcache functions are correctly provided or not (vpodzime)
940a02
- Changelog fixup (vpodzime)
940a02
940a02
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
940a02
940a02
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-2
940a02
- Rebuild with changelog fixed up
940a02
940a02
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-1
940a02
- Use the .in file as source when bumping version (vpodzime)
940a02
- Run pylint based on the python version and make it optional (vpodzime)
940a02
- Disable python3 and bcache on RHEL (vpodzime)
940a02
- Make bcache support optional (vpodzime)
940a02
- Teach boileplate_generator.py to skip things based on patterns (vpodzime)
940a02
- Require lower versions of some utilities (vpodzime)
940a02
- Do not require python3 for the boilerplate generation script (vpodzime)
940a02
- Use a proper initialization value for 'GPollFD fds[2]' (vpodzime)
940a02
- Deal with older parted and libblkid (vpodzime)
940a02
- Make python3 and gtk-doc optional (vpodzime)
940a02
- Bump the version of the utils library (vpodzime)
940a02
- Fix docstring for 'bd_md_node_from_name' (vtrefny)
940a02
- Add tests for added mdraid methods (vtrefny)
940a02
- Skip 'MDTestNominateDenominateActive' unless feeling lucky (vtrefny)
940a02
- MDRaid tests: change 'wait_for_resync' to wait for given action (vtrefny)
940a02
- Add functionality need by storaged to mdraid plugin (vtrefny)
940a02
- Move 'echo_str_to_file' method to utils (vtrefny)
940a02
- Add a function to setup a loop device from a file descriptor (vpodzime)
940a02
- Add functions to get/set the autoclear flag on a loop device (vpodzime)
940a02
- Fix checking /proc/mdstat for resync action (vtrefny)
940a02
- Adapt the test config files to version 2.x (vpodzime)
940a02
940a02
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.1-3
940a02
- Rebuild for Python 3.6
940a02
940a02
* Tue Nov 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-2
940a02
- Rebuild for a chain-build with storaged (vpodzime)
940a02
940a02
* Thu Nov 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-1
940a02
- Do not require an exclusive lock on the device to commit part stuff (vpodzime)
940a02
- Prevent failure if there are no btrfs subvolumes (vpodzime)
940a02
- Fix the test for getting version of a failing utility (vpodzime)
940a02
- Also run the utils tests (vpodzime)
940a02
- Bump the version of the pkgconfig module (vpodzime)
940a02
- Include utils.h in plugins that need it (vpodzime)
940a02
- Fix dependency check in fs plugin (vtrefny)
940a02
- Add support for setting part id (part type) on msdos part tables (vtrefny)
940a02
- Trim the extra info for MD RAID's name (vpodzime)
940a02
- Add xfsprogs and dosfstools as dependencies of the fs plugin (vpodzime)
940a02
- Fix md_name_from_node to work with the "/dev/" prefix (vpodzime)
940a02
- New major upstream release
940a02
940a02
* Wed Nov  9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-8
940a02
- Revert "Prevent issues between libparted and udev" (vpodzime)
940a02
- Revert "Open the device file as RDWR when committing parts" (vpodzime)
940a02
940a02
* Thu Oct 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-7
940a02
- Open the device file as RDWR when committing parts (vpodzime)
940a02
- Handle mdadm --examine output during migration (adamw)
940a02
  Resolves: rhbz#1381996
940a02
940a02
* Mon Oct 24 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-6
940a02
- Prevent issues between libparted and udev (vpodzime)
940a02
940a02
* Mon Oct 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-5
940a02
- Make sure all object paths are passed and extracted as such (vpodzime)
940a02
  Resolves: rhbz#1374973
940a02
940a02
* Tue Oct  4 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-4
940a02
- Do not report volume name for FW RAID container device (vpodzime)
940a02
  Related: rhbz#1379865
940a02
- Search for just "UUID" in mdadm --examine output (vpodzime)
940a02
  Related: rhbz#1379865
940a02
- Use 'mdadm --examine --export' to get MD RAID level (vpodzime)
940a02
  Related: rhbz#1379865
940a02
940a02
* Mon Oct  3 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-3
940a02
- Try to search for "RAID Level" in mdadm's output (vpodzime)
940a02
  Resolves: rhbz#1379865
940a02
- Fix the number passed to LVM DBus as a job-creation timeout (vpodzime)
940a02
  Resolves: rhbz#1378970
940a02
940a02
* Mon Aug 29 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-2
940a02
- Explicitly cast number constants for GVariants (vpodzime)
940a02
940a02
* Wed Jul 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-1
940a02
- Add functions for creating thin/cache pools from existing LVs (vpodzime)
940a02
- Add the new mpath_get_members() function to the docs (vpodzime)
940a02
940a02
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
940a02
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
940a02
940a02
* Wed Jun 29 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.8-1
940a02
- Add a function to get all mpath member devices (vpodzime)
940a02
- Fix backport issues in the zfcp-related functionality (#1348442) (vpodzime)
940a02
- Revert "Fix a few const params in the s390 plugin." (vpodzime)
940a02
- Fix creation of the version-only tags (vpodzime)
940a02
940a02
* Wed Jun 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.7-1
940a02
- Include the LV roles in the LVdata (vpodzime)
940a02
- Add a few missing items to the documentation (vpodzime)
940a02
- Document fields of the structures (vpodzime)
940a02
- Report (meta)data LV name properly for cache pools in lvm-dbus (vpodzime)
940a02
- Add information about related LVs to LVMLVdata (vpodzime)
940a02
- Remove unused code for getting supported functions (vpodzime)
940a02
- Add zFCP functionality to s390 plugin (sbueno+anaconda)
940a02
- Fix a few const params in the s390 plugin. (sbueno+anaconda)
940a02
940a02
* Wed Jun 01 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.6-1
940a02
- Ignore merge commits when creating changelog (vpodzime)
940a02
- Only take the number of the first %%changelog line found (vpodzime)
940a02
- Add some more detailed description to the part plugin (vpodzime)
940a02
- Fix a few extra issues with the const types (vpodzime)
940a02
- Add function for getting best free region (vpodzime)
940a02
- Add function for getting free regions (vpodzime)
940a02
- Fix the error message when setting part flag fails (vpodzime)
940a02
- Add function for setting disk flags (vpodzime)
940a02
- Add function for getting information about disk(s) (vpodzime)
940a02
- Do not set nonsense partition paths (vpodzime)
940a02
- Add function for getting partition by position (vpodzime)
940a02
- Indicate if there was error from parted or not in set_parted_error() (vpodzime)
940a02
- Minor fixes for the bd_part_get_part_spec() function (vpodzime)
940a02
- Add support for extra GPT flags (vpodzime)
940a02
- Add functionality for partition types (GUIDs) (vpodzime)
940a02
- Add functionality for partition names (vpodzime)
940a02
- Do not destroy disk objects we didn't get (vpodzime)
940a02
- Add a function for setting multiple partition flags at once (vpodzime)
940a02
- Remove the unused definition USE_PYTHON3 from configure.ac (vpodzime)
940a02
- Use different BTRFS_MIN_MEMBER_SIZE on aarch64 (vpodzime)
940a02
- Better release memory from parted objects on failures (vpodzime)
940a02
- Rework how we do optimal alignment (vpodzime)
940a02
- Do not try to destroy object we didn't get (vpodzime)
940a02
- Don't pass sizes in bytes to LVM (#1317373) (vpodzime)
940a02
- Add the libbytesize-devel build requires (vpodzime)
940a02
- Search for the LVM DBus service in both active and activatable names (vpodzime)
940a02
- Adapt to another stupid change in btrfs-progs (vpodzime)
940a02
- Add the XFS-related functions to the documentation (vpodzime)
940a02
- Add tests for the XFS-related functions (vpodzime)
940a02
- Add support for the XFS file system to the FS plugin (vpodzime)
940a02
- Add chunk_size to BDMDExamineData (vtrefny)
940a02
- Add the subpackage for the FS plugin (vpodzime)
940a02
- Add the FS plugin to the docs (vpodzime)
940a02
- Add tests for the ext4 functionality in the fs plugin (vpodzime)
940a02
- Add the FS plugin and the ext4 support (vpodzime)
940a02
- Add a function for running utility reporting error and exit code (vpodzime)
940a02
- Add the subpackage for the part plugin (vpodzime)
940a02
- Add a missing BuildRequires for parted-devel (vpodzime)
940a02
- Tag as both libblockdev-$version and just $version (vpodzime)
940a02
- Add the 'part' plugin to documentation (vpodzime)
940a02
- Add tests for the newly added part plugin (vpodzime)
940a02
- Add the part plugin with storaged-required functionality (vpodzime)
940a02
940a02
* Mon Mar 21 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.5-1
940a02
- Merge pull request #72 from vpodzime/master-faster_tests (vpodzime)
940a02
- Ignore all .bak files (vpodzime)
940a02
- Use python3-pylint and skip Python 2 tests (vpodzime)
940a02
- Try a bit harder when deactivating MD arrays in tests (vpodzime)
940a02
- Recompile only the LVM plugin in tests (vpodzime)
940a02
- Merge pull request #65 from vpodzime/master-loc_indep_error (vpodzime)
940a02
- Merge pull request #70 from vojtechtrefny/master-chunk_size (vpodzime)
940a02
- Add bd_md_create_with_chunk_size() function (vtrefny)
940a02
- Merge pull request #68 from vpodzime/master-no_intro_data (vpodzime)
940a02
- Merge pull request #71 from vpodzime/master-ipython3 (vpodzime)
940a02
- Run coverage with the right config directories (vpodzime)
940a02
- Merge pull request #67 from phatina/master (vpodzime)
940a02
- Merge pull request #69 from vpodzime/master-lvm_dbus_autostart (vpodzime)
940a02
- Use ipython3 for debugging and testing sessions (vpodzime)
940a02
- Don't expect to always get introspection data from DBus (vpodzime)
940a02
- Make invocation of tests configurable (phatina)
940a02
- Make error messages locale agnostic (vpodzime)
940a02
940a02
* Tue Mar 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-5
940a02
- Search for the LVM DBus service in activatable names (vpodzime)
940a02
- Better check for the LVM DBus API (vpodzime)
940a02
940a02
* Wed Mar  9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-4
940a02
- Do not try to get object path of NULL in vgreduce (vpodzime)
940a02
940a02
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.4-3
940a02
- Depend on python3-gobject-base not python3-gobject so as to not pull in X components
940a02
940a02
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-2
940a02
- Add/fix the requirement for the LVM DBus daemon
940a02
940a02
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-1
940a02
- Merge pull request #62 from vpodzime/master-clean_up (vpodzime)
940a02
- Use addCleanup() instead of tearDown() in tests (vpodzime)
940a02
- Merge pull request #58 from vpodzime/master-lvm_dbus_pr (vpodzime)
940a02
- Add the VG renaming functionality (vpodzime)
940a02
- Packaging of the lvm-dbus plugin (vpodzime)
940a02
- The LVM DBus plugin (vpodzime)
940a02
- Add more generic functions for logging (vpodzime)
940a02
- Use MAX(a, b) instead of CLAMP(b, a, b) (vpodzime)
940a02
- Merge pull request #59 from vpodzime/master-vgrename (vpodzime)
940a02
- Add a function for renaming VGs (vpodzime)
940a02
- Merge pull request #57 from clumens/master (vpodzime)
940a02
- Fix error reporting when running "make test". (clumens)
940a02
- Merge pull request #54 from vojtechtrefny/master-pvsize (vpodzime)
940a02
- Do not try to create a PV with 4KiB metadata space (vpodzime)
940a02
- Add pv_info to BDLVMPVdata (vtrefny)
940a02
- btrfs now requires at least 128MiB device(s) (vpodzime)
940a02
- Merge pull request #52 from vpodzime/master (vpodzime)
940a02
- Round size in thpoolcreate() to KiB (vpodzime)
940a02
- Sync the %%changelog in spec with downstream (vpodzime)
940a02
940a02
* Wed Nov 25 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-4
940a02
- Create the cache pool before the to-be-cached LV (vpodzime)
940a02
940a02
* Thu Nov 05 2015 Robert Kuska <rkuska@redhat.com> - 1.3-3
940a02
- Rebuilt for Python3.5 rebuild
940a02
940a02
* Wed Nov 04 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-2
940a02
- Fix the annotation of bd_try_init in blockdev.c (vpodzime)
940a02
940a02
* Mon Oct 26 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-1
940a02
- Add missing python GI requires (vpodzime)
940a02
- Merge pull request #49 from dashea/libblockdev-python (vpodzime)
940a02
- Merge pull request #50 from vpodzime/master-fix_striped_lv (vpodzime)
940a02
- Merge pull request #46 from vpodzime/master-bcache_destroy (vpodzime)
940a02
- Merge pull request #39 from vpodzime/master-lvm_physical_space (vpodzime)
940a02
- Add a missing ldconfig that rpmlint found. (dshea)
940a02
- Move python files to separate packages (#1256758) (dshea)
940a02
- Fix lvcreate calls for striped LVs (vpodzime)
940a02
- Merge pull request #48 from vojtechtrefny/master_pvfree (vpodzime)
940a02
- Add pv_free to BDLVMPVdata (vtrefny)
940a02
- Merge pull request #47 from atodorov/add_coverage_report (vpodzime)
940a02
- Produce coverage report in CI (atodorov)
940a02
- Check bcache device's state before trying to detach the cache in destroy() (vpodzime)
940a02
- Fix URLs in the spec (vpodzime)
940a02
- Fix the int-float less-than comparison (vpodzime)
940a02
- Fix the calculation of physical space taken by an LV (vpodzime)
940a02
940a02
* Wed Sep 23 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.2-1
940a02
- Merge pull request #40 from vpodzime/master-config_support (vpodzime)
940a02
- Add tests for configuration support (vpodzime)
940a02
- Add a function for getting the loaded soname for a plugin (vpodzime)
940a02
- Add the default configuration (vpodzime)
940a02
- Load and respect configuration files when loading plugins (vpodzime)
940a02
- Add functions for finding and processing configuration files (vpodzime)
940a02
- Merge pull request #38 from vpodzime/master-md_superblock_size (vpodzime)
940a02
- Better document how MD RAID superblock size should be calculated (vpodzime)
940a02
- Merge pull request #36 from phatina/master (vpodzime)
940a02
- BTRFS: allow an arbitrary label to be set for a btrfs volume (phatina)
940a02
- Merge pull request #32 from phatina/master (vpodzime)
940a02
- BTRFS: fix parsing empty partition label (phatina)
940a02
- Merge pull request #35 from vpodzime/master (vpodzime)
940a02
- Define env variables for sudo via the env utility (vpodzime)
940a02
- Merge pull request #34 from dashea/python3-tests (vpodzime)
940a02
- Use unittest.addCleanup to simplify crypto_test. (dshea)
940a02
- Run tests with both python2 and python3 in the ci target. (dshea)
940a02
- Fix python3 issues in the unittests. (dshea)
940a02
- Do not run all tests in the 'ci' target (vpodzime)
940a02
- Merge pull request #33 from clumens/master (vpodzime)
940a02
- Add a new makefile target that does everything needed for jenkins. (clumens)
940a02
- Synchronize the .spec file with downstream (vpodzime)
940a02
940a02
* Fri Jul 24 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-2
940a02
- Explicitly specify the type of the cert_data parameter (#1246096) (vpodzime)
940a02
940a02
* Fri Jun 19 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-1
940a02
- Clean generated boilerplate code on 'make clean' (vpodzime)
940a02
- Merge pull request #31 from atodorov/use_lang_c (vpodzime)
940a02
- tests: use LANG=C in test_backup_passphrase() (atodorov)
940a02
- Merge pull request #30 from atodorov/makefile_updates (vpodzime)
940a02
- Makefile.am:   - add separate check target   - add coverage targets   - make it possible to test with Python3 (atodorov)
940a02
- Merge pull request #29 from atodorov/fix_issue_28 (vpodzime)
940a02
- Merge pull request #27 from atodorov/fix_docs_url (vpodzime)
940a02
- Merge pull request #26 from atodorov/test_docs (vpodzime)
940a02
- Change the modified sources back in tearDown() method as well. Closes #28. (atodorov)
940a02
- update URL to on-line documentation (atodorov)
940a02
- add test documentation (atodorov)
940a02
- Merge pull request #22 from dashea/escrow-tests (vpodzime)
940a02
- Merge pull request #25 from dashea/python-dep (vpodzime)
940a02
- Filter the python files from automatic rpm requires (dshea)
940a02
- Added tests for escrow packets and backup passphrases (dshea)
940a02
- Free leaked contexts from crypto_init (dshea)
940a02
- Cooperate with volume_key's memory management (dshea)
940a02
- Fix inheritance in the LVM tests to prevent multiple runs of some tests (vpodzime)
940a02
- Make the regexp for testing crypto_generate_backup_passphrase() stricter (vpodzime)
940a02
- Leave room in the backup passphrase for a trailing 0 (dshea)
940a02
- Add functions to get names of data/metadata internal LVs (vpodzime)
940a02
- Allow getting info for an internal LV (vpodzime)
940a02
- Gather information about all LVs (vpodzime)
940a02
- Round requested size to KBs in lvresize() (#1221247) (vpodzime)
940a02
- Add overrides for the ensure_init() function (vpodzime)
940a02
- Change the default value of the 'reload' parameter of try_reinit() (vpodzime)
940a02
- Merge pull request #21 from vpodzime/master-thpool_size_discard (vpodzime)
940a02
- Add overrides for the lvm_is_valid_thpool_chunk_size() function (vpodzime)
940a02
940a02
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
940a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
940a02
940a02
* Thu May 21 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.0-1
940a02
- Adapt the release helper targets to autotools (vpodzime)
940a02
- Fixes of paths in Makefile.am's inspired by build failures on s390 (vpodzime)
940a02
- Add an s390-specific BuildRequires (vpodzime)
940a02
- Distribute also the boilerplate_generator.py script (vpodzime)
940a02
- Fix path to the generated blockdev.pc file (vpodzime)
940a02
- Adapt tests that compile stuff to autotools (vpodzime)
940a02
- Merge pull request #18 from vpodzime/master-autotools (vpodzime)
940a02
- Merge pull request #20 from dashea/gtkdoc-sections (vpodzime)
940a02
- Use the autotools building system instead of scons (vpodzime)
940a02
- Add the two new functions to the 'blockdev' docs section (vpodzime)
940a02
- Fix the line defining the docs file for the s390 section (vpodzime)
940a02
- Add a missing #include to the kbd.api file (vpodzime)
940a02
- Prevent s390-specific stuff from being used on other architectures (vpodzime)
940a02
- Update the documentation of the is_initialized() function (vpodzime)
940a02
- Merge pull request #19 from vpodzime/master-ensure_init (vpodzime)
940a02
- Remove private macros from the gtkdoc sections file. (dshea)
940a02
- Terminate ifdef statements for arch check. (sbueno+anaconda)
940a02
- Return early from the init functions if setting up logging fails (vpodzime)
940a02
- Add tests for the new and modified init functions (vpodzime)
940a02
- Add new try_init() and try_reinit() functions (vpodzime)
940a02
- Fix for adding number of loaded plugins (vpodzime)
940a02
- Fix for ensure_init() (vpodzime)
940a02
- Rename the try_init() function to ensure_init() and improve it (vpodzime)
940a02
- Check number of loaded plugins and library initialization state (vpodzime)
940a02
- Make 'reload' default to True instead of False in overrides (vpodzime)
940a02
- Add the s390 plugin test file. (sbueno+anaconda)
940a02
- Add the s390 plugin functions. (sbueno+anaconda)
940a02
- Add the s390 plugin. (sbueno+anaconda)
940a02
- Fix a typo in the spec file. (sbueno+anaconda)
940a02
- Require the kmod-devel package for the build process (vpodzime)
940a02
- Merge pull request #16 from dashea/escrow-encoding (vpodzime)
940a02
- Merge pull request #13 from vpodzime/master-lvm_cache (vpodzime)
940a02
- Merge pull request #12 from vpodzime/master-kbd_plugin (vpodzime)
940a02
- Merge pull request #14 from vpodzime/master-better_is_multipath (vpodzime)
940a02
- Use g_strdup() instead of g_strdup_printf() to just dup a string (vpodzime)
940a02
- Fix the spelling of "escrow" (dshea)
940a02
- Make the crypto plugin string parameters const (dshea)
940a02
- Set encoding to NULL before writing the escrow packet. (dshea)
940a02
- Get cache stats directly from the device mapper (vpodzime)
940a02
- Reimplement the is_mpath_member() function using device mapper (vpodzime)
940a02
- Add the LVM cache related symbols to the LVM section in the documentation (vpodzime)
940a02
- Update the list of LVM cache related functions in features.rst (vpodzime)
940a02
- Add tests for functions related to the LVM cache technology (vpodzime)
940a02
- Implement the lvm_cache_stats() function (vpodzime)
940a02
- Implement the lvm_cache_pool_name function (vpodzime)
940a02
- Implement the lvm_cache_create_cached_lv() function (vpodzime)
940a02
- Implement lvm_cache_attach/detach() functions (vpodzime)
940a02
- Implement the lvm_cache_create_pool() function plus two support functions (vpodzime)
940a02
- Implement the lvm_cache_get_default_md_size() function (vpodzime)
940a02
- Add the 'type' parameter to the lvm_lvcreate function (vpodzime)
940a02
- Teach boilerplate_generator to work with enum return types (vpodzime)
940a02
- Teach boilerplate_generator to work with 'const' return types (vpodzime)
940a02
- Add subpackages for the KBD plugin and its devel files (vpodzime)
940a02
- Add provided symbols to the documentation section of the KBD plugin (vpodzime)
940a02
- Implement the bcache_get_backing/cache_device functions (vpodzime)
940a02
- Exclude bcache tests from the normal 'test' target (vpodzime)
940a02
- Add some more and prolong some of the waits in KBD tests (vpodzime)
940a02
- Zero all newly allocated structures (vpodzime)
940a02
- Implement the bcache_status function and all it wants (vpodzime)
940a02
- Fix for the zram stats (vpodzime)
940a02
- Add bcache_get_mode and bcache_set_mode functions (vpodzime)
940a02
- Teach boilerplate_generator to work with enum return types (vpodzime)
940a02
- Teach boilerplate_generator to work with 'const' return types (vpodzime)
940a02
- Add the zram_get_stats function (vpodzime)
940a02
- Add the check() function for the KBD plugin (vpodzime)
940a02
- Add ErrorProxy instance for the KBD plugin (vpodzime)
940a02
- Add tests for bcache_create/attach/detach/destroy functions (vpodzime)
940a02
- Add the 'rebuild' Makefile target (vpodzime)
940a02
- Add bcache_create, bcache_attach, bcache_detach and bcache_destroy functions (vpodzime)
940a02
- Implement a helper function to echo string into a file (vpodzime)
940a02
- Add tests for zram_create_devices and zram_destroy_devices functions (vpodzime)
940a02
- Add the zram_destroy_devices function to the KBD plugin (vpodzime)
940a02
- Add first function to the KBD plugin: zram_create_devices (vpodzime)
940a02
- Add the KernelBlockDevices plugin (vpodzime)
940a02
940a02
* Wed May 13 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.13-1
940a02
- Prevent a leaky test from running in Jenkins (vpodzime)
940a02
- Try harder when cleaning up after MD RAID tests (vpodzime)
940a02
- Improve the MD RAID activate/deactivate test (vpodzime)
940a02
- One more @contextmanager that needs try-finally (vpodzime)
940a02
- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime)
940a02
- Make sure we always set things back in context managers (vpodzime)
940a02
- Make the release date for version 1.0 more realistic (vpodzime)
940a02
- Merge pull request #11 from vpodzime/master (vpodzime)
940a02
- Run utilities with LC_ALL=C (vpodzime) (#1219033)
940a02
- Free GMatchInfo instance even in case of no match (vpodzime)
940a02
- Resolve /dev/md/ symlinks when checking swap status. (dlehman)
940a02
940a02
* Fri Apr 24 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.12-1
940a02
- Require minimum version of libblockdev-utils in some plugins (vpodzime)
940a02
- Report both stdout and stderr if exit code != 0 (vpodzime)
940a02
940a02
* Fri Apr 17 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.11-1
940a02
- Fix issues with using overriden functions over ErrorProxy (vpodzime)
940a02
- Update the roadmap.rst and features.rst with new stuff (vpodzime)
940a02
- Fix two minor issues with docs generation (vpodzime)
940a02
940a02
* Thu Apr 16 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.10-1
940a02
- Fix return type of the unload_plugins() function (vpodzime)
940a02
- Close the DL handle when check() or init() fail (vpodzime)
940a02
- Add one more check to the reload test (vpodzime)
940a02
- Drop reference to check() and init() functions (vpodzime)
940a02
- Add more cats to tests (vpodzime)
940a02
- Make regexp for getting btrfs version more generic (vpodzime)
940a02
- Merge pull request #8 from vpodzime/master-check_functions (vpodzime)
940a02
- Fix parameters passed to unoverridden swapon function (vpodzime)
940a02
- Implement and test swap plugin's check function (vpodzime)
940a02
- Implement and test MD RAID plugin's check function (vpodzime)
940a02
- Implement and test mpath plugin's check function (vpodzime)
940a02
- Try harder to get util's version (vpodzime)
940a02
- Implement and test loop plugin's check function (vpodzime)
940a02
- Implement and test DM plugin's check function (vpodzime)
940a02
- Implement and test BTRFS plugin's check function (vpodzime)
940a02
- Implement and test LVM plugin's check function (vpodzime)
940a02
- Init logging before loading plugins (vpodzime)
940a02
- Add function for utility availability checking (vpodzime)
940a02
- Fix default value for the fake_utils' path argument (vpodzime)
940a02
- Add ErrorProxy instance for the utils functions (vpodzime)
940a02
- Add function for version comparison (vpodzime)
940a02
- Merge pull request #9 from clumens/master (vpodzime)
940a02
- Disable pylint checking on the new exception proxy. (clumens)
940a02
- Fix XRules application and add a test for it (vpodzime)
940a02
- Raise NotImplementedError when an unavailable function is called (vpodzime)
940a02
- Merge pull request #4 from vpodzime/master-error_proxy (vpodzime)
940a02
- Merge branch 'master' into master-error_proxy (vpodzime)
940a02
- Merge pull request #5 from vpodzime/master-not_implemented_error (vpodzime)
940a02
- Add a simple test for unloaded/unavailable functions (vpodzime)
940a02
- Unload the plugins properly when reinit() is called (vpodzime)
940a02
- Raise error/exception when an unimplemented function is called (#1201475) (vpodzime)
940a02
- Do an ugly but necessary hack to make local GI overrides work (vpodzime)
940a02
- Add the __dir__ method to ErrorProxy (vpodzime)
940a02
- Add a rationale for the ErrorProxy to the overrides' docstring (vpodzime)
940a02
- Add some basic info about GI overrides to the documentation (vpodzime)
940a02
- Use pylint to check for errors in python overrides (vpodzime)
940a02
- Add the first small test for the ErrorProxy (vpodzime)
940a02
- Put the GI overrides in a special dir so that they are preferred (vpodzime)
940a02
- Add a cache for attributes already resolved by ErrorProxy (vpodzime)
940a02
- Implement the ErrorProxy python class and use it (vpodzime)
940a02
940a02
* Tue Apr 07 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.9-1
940a02
- Merge pull request #7 from vpodzime/master-fw_raid_fixes (vpodzime)
940a02
- Try a bit harder when trying to determine MD RAID name (#1207317) (vpodzime)
940a02
- Don't be naïve about mdadm --detail telling us what we want (#1207317) (vpodzime)
940a02
- Ignore libblockdev tarballs (vpodzime)
940a02
- Implement a test of btrfs_list_subvolumes on data from bug report (vpodzime)
940a02
- Implement a context manager for running tests with fake utils (vpodzime)
940a02
- Do not try to cannonicalize MD UUIDs if we didn't get them (#1207317) (vpodzime)
940a02
- Fix the table in roadmap.rst (vpodzime)
940a02
- Enrich the roadmap.rst file and add info about new plans (vpodzime)
940a02
- Sync spec file with downstream (vpodzime)
940a02
940a02
* Fri Mar 27 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.8-1
940a02
- Merge pull request #6 from vpodzime/master-sort_btrfs_subvolumes (vpodzime)
940a02
- Don't be naïve about mdadm providing us data we would like (#1206394) (vpodzime)
940a02
- Sort BTRFS subvolumes in a way that child never appears before parent (#1201120) (vpodzime)
940a02
- Let libcryptsetup handle LUKSname->/dev/mapper/LUKSname for us (vpodzime)
940a02
- Fix the crypto_luks_resize and create a test for it (vpodzime)
940a02
- Add targets to create the SRPM and RPM files easily (vpodzime)
940a02
- Don't round up to multiple of PE size bigger than max value of the rtype (vpodzime)
940a02
- Mark majority of MD RAID tests as slow (vpodzime)
940a02
- Merge pull request #1 from dashea/file-paths (vpodzime)
940a02
- Don't report error for no loop device associated with given file (vpodzime)
940a02
- Skip the detail_data.clean check when running tests in Jenkins (vpodzime)
940a02
- Make package file paths more specific (dshea)
940a02
- Implement and use MD RAID-specific wait for tests (vpodzime)
940a02
- Try to give MD RAID time to sync things before querying them (vpodzime)
940a02
- Fix the default value of the BDMDDetailData.clean field (vpodzime)
940a02
- Do cleanup after every single MD RAID tests (vpodzime)
940a02
- Do cleanup after every single LVM test (vpodzime)
940a02
- Do cleanup after every single BTRFS test (vpodzime)
940a02
- Make sure the LUKS device is closed and removed after tests (vpodzime)
940a02
- Make sure DM maps from tests are removed after tests (vpodzime)
940a02
- Make sure that loop devices are deactivated after tests (vpodzime)
940a02
- Make the tearDown method of the mpath test case better visible (vpodzime)
940a02
- Make sure that the swap is deactivated after tests (vpodzime)
940a02
- Fix docstrings in tests' utils helper functions (vpodzime)
940a02
- Improve the logging tests in utils_test.py (vpodzime)
940a02
- Update the features.rst file (vpodzime)
940a02
- Update the roadmap (vpodzime)
940a02
- Don't check if we get a mountpoint for BTRFS operations (vpodzime)
940a02
940a02
* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.7-2
940a02
- Ship license as per packaging guidelines
940a02
- plugins-all should depend on base library too
940a02
- Add dev docs
940a02
940a02
* Fri Feb 27 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-1
940a02
- Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
940a02
- Add exit code information to exec logging (vpodzime)
940a02
- Improve and add tests (vpodzime)
940a02
- Mark the test_force_plugin and test_reload as slow (vpodzime)
940a02
- Make sure we get some devices when creating btrfs volume (vpodzime)
940a02
- Add override for the lvremove function (vpodzime)
940a02
- Do not create LUKS format with no passphrase and no key file (vpodzime)
940a02
- Make sure we use the /dev/mapper/... path for luks_status (vpodzime)
940a02
940a02
* Thu Feb 19 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
940a02
- Don't report error when non-existing swap's status is queried (vpodzime)
940a02
- Make libblockdev-plugins-all pull the same version of plugins (vpodzime)
940a02
- Don't report error when asked for a backing file of an uknown loop (vpodzime)
940a02
- Fix accidental change in the spec's changelog (vpodzime)
940a02
940a02
* Mon Feb 16 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.5-1
940a02
- Add tests for what we can easily test from the mpath plugin (vpodzime)
940a02
- Add link to sources to the documentation (vpodzime)
940a02
- Add missing symbols into the libblockdev-sections.txt file (vpodzime)
940a02
- Do not build docs for testing (vpodzime)
940a02
- Add the bd_try_init function (vpodzime)
940a02
- Log stdout and stderr output when running processes (vpodzime)
940a02
- Allow a subset of plugins to be load instead of all (vpodzime)
940a02
- Make sure devmapper doesn't spam stdout with tons of messages (vpodzime)
940a02
- Let debug messages go to stderr when running ipython (vpodzime)
940a02
- Give plugins a way to initialize themselves (vpodzime)
940a02
- Give plugins a way how to check if they could run properly (vpodzime)
940a02
- Allow a subset of plugins to be load instead of all [TEST NEEDED] (vpodzime)
940a02
- Make sure we use the whole /dev/mapper path for cryptsetup (vpodzime)
940a02
- Fix vg_pv_count parsing when getting info about PV (vpodzime)
940a02
- Set default values to data structures if real values are not available (vpodzime)
940a02
- Fix the parameter name specifying pool metadata size (vpodzime)
940a02
- Activate LUKS as ReadWrite in luks_open (vpodzime)
940a02
- Make sure we pass key_size to cryptsetup in bytes (vpodzime)
940a02
- Add the min_entropy parameter to luks_format Python overrides (vpodzime)
940a02
- Pass size in KiB instead of B to lvcreate (vpodzime)
940a02
- Add underscore into dataalignment and metadatasize parameter names (vpodzime)
940a02
- Don't report error if non-mpath device is tested for being mpath member (vpodzime)
940a02
- Fix name of the invoked utility in mpath_set_friendly_names (vpodzime)
940a02
940a02
* Sat Jan 31 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.4-1
940a02
- Improve the test for lvm_set_global_config (vpodzime)
940a02
- Fix some minor issues in the spec file (vpodzime)
940a02
- Fix issues with the LVM global config str (vpodzime)
940a02
- Add couple more Python overrides (vpodzime)
940a02
- Fix the name of the lvm_thlvpoolname() function in the header file (vpodzime)
940a02
- Use assertEqual instead of assertTrue(a == b) (vpodzime)
940a02
- Add the min_entropy parameter to luks_format (vpodzime)
940a02
- Move internal dmraid-related macros into the source file (vpodzime)
940a02
- Add an override for the md_add function (vpodzime)
940a02
- Fix parameters in luks_open python overrides (vpodzime)
940a02
- Prevent init() from being done multiple times and provide a test function (vpodzime)
940a02
- Add the roadmap.rst document (vpodzime)
940a02
- Remove an extra parenthesis in one of the docstrings (vpodzime)
940a02
- Move the mddetail function next to the mdexamine function (vpodzime)
940a02
- Add some more constants required by blivet (vpodzime)
940a02
940a02
* Wed Jan 21 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-1
940a02
- Require volume_key-devel in a version that fixes build issues (vpodzime)
940a02
- Fix Python 2 devel package name in BuildRequires (vpodzime)
940a02
- Generate docs for the library and all plugins (vpodzime)
940a02
- Make doc comments better for documentation generation (vpodzime)
940a02
- Fix parameter names in function prototypes (vpodzime)
940a02
- Add the metadatasize parameter to pvcreate (vpodzime)
940a02
- Add the dataalignment parameter to lvm_pvcreate (vpodzime)
940a02
- Export non-internal constants via introspection (vpodzime)
940a02
- Expand size constants in the GI-scanned files (vpodzime)
940a02
- Fix usage printing in the boilerplate_generator (vpodzime)
940a02
- Add the build directory to .gitignore (vpodzime)
940a02
- Add the md_run function (vpodzime)
940a02
- Fix some issues in Python overrides (vpodzime)
940a02
- Add the escrow_device function to the crypto plugin (vpodzime)
940a02
- Fix version of GI files in the Makefile (vpodzime)
940a02
- Make the order of release target's dependencies more explicit (vpodzime)
940a02
940a02
* Mon Jan 12 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.2-1
940a02
- Fix dependencies of the release target (vpodzime)
940a02
- Python overrides for the GI-generated bindings (vpodzime)
940a02
- Pass version info to the code and use it to load plugins (vpodzime)
940a02
940a02
* Wed Dec 10 2014 Vratislav Podzimek <vpodzime@redhat.com> - 0.1-1
940a02
- Initial release