forked from rpms/libblockdev
Merge pull request 'AlmaLinux changes: Enable Btrfs support' (#1) from ngompa/libblockdev-rpm:a10s-btrfs into a10s
Reviewed-on: rpms/libblockdev#1
This commit is contained in:
commit
4d5f54a58c
@ -25,6 +25,12 @@
|
|||||||
%define btrfs_copts --without-btrfs
|
%define btrfs_copts --without-btrfs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# ... but AlmaLinux restores btrfs support
|
||||||
|
%if 0%{?rhel} > 7 && 0%{?almalinux}
|
||||||
|
%define with_btrfs 1
|
||||||
|
%undefine btrfs_copts
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with_btrfs} != 1
|
%if %{with_btrfs} != 1
|
||||||
%define btrfs_copts --without-btrfs
|
%define btrfs_copts --without-btrfs
|
||||||
%endif
|
%endif
|
||||||
@ -86,7 +92,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}.alma.1
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
@ -948,6 +954,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2025 Neal Gompa <ngompa@almalinux.org> - 3.2.0-3.alma.1
|
||||||
|
- AlmaLinux changes: Enable Btrfs support
|
||||||
|
|
||||||
* Tue Mar 11 2025 Vojtech Trefny <vtrefny@redhat.com> - 3.2.0-3
|
* Tue Mar 11 2025 Vojtech Trefny <vtrefny@redhat.com> - 3.2.0-3
|
||||||
- crypto: Add a function to set persistent flags for LUKS
|
- crypto: Add a function to set persistent flags for LUKS
|
||||||
Resolves: RHEL-82885
|
Resolves: RHEL-82885
|
||||||
|
Loading…
Reference in New Issue
Block a user