Add support LVM devices file management

Resolves: rhbz#1983705
This commit is contained in:
Vojtech Trefny 2021-11-30 13:16:40 +01:00
parent c0f4dbbca5
commit 0711d4714a
2 changed files with 1918 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -125,7 +125,7 @@
Name: libblockdev
Version: 2.25
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
URL: https://github.com/storaged-project/libblockdev
@ -137,6 +137,7 @@ Patch3: 0003-Memory-leaks-fixes-backport.patch
Patch4: 0004-Adapt-to-dosfstools-4.2-changes.patch
Patch5: 0005-Add-workarounds-for-some-LVM-test-issues.patch
Patch6: 0006-Misc-test-fixes-backport.patch
Patch7: 0007-lvm-devices-file-support.patch
BuildRequires: make
BuildRequires: glib2-devel
@ -695,6 +696,7 @@ A meta-package that pulls all the libblockdev plugins as dependencies.
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
autoreconf -ivf
@ -998,6 +1000,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Tue Nov 30 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.25-8
- Add support LVM devices file management
Resolves: rhbz#1983705
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.25-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688