AlmaLinux changes: Enable Btrfs support

This commit is contained in:
Neal Gompa 2025-05-28 09:33:53 -04:00
parent f5f91072de
commit 944b3168c5

View File

@ -5,7 +5,7 @@ Version: 3.10.0
#%%global prerelease .b2 #%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 19%{?prerelease}%{?dist} Release: 19%{?prerelease}%{?dist}.alma.1
Epoch: 1 Epoch: 1
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
%global realname blivet %global realname blivet
@ -13,7 +13,7 @@ License: LGPL-2.1-or-later
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz
Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz
%if 0%{?rhel} >= 9 %if 0%{?rhel} >= 9 && ! 0%{?almalinux}
Patch0: 0001-remove-btrfs-plugin.patch Patch0: 0001-remove-btrfs-plugin.patch
%endif %endif
@ -128,6 +128,9 @@ make DESTDIR=%{buildroot} install
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Wed May 28 2025 Neal Gompa <ngompa@almalinux.org> - 3.10.0-19.alma.1
- AlmaLinux changes: Enable Btrfs support
* Tue May 20 2025 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-19 * Tue May 20 2025 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-19
- Make ActionDestroyFormat optional when the device is also scheduled to be removed - Make ActionDestroyFormat optional when the device is also scheduled to be removed
Resolves: RHEL-84685 Resolves: RHEL-84685