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