diff --git a/python-blivet.spec b/python-blivet.spec index fc393ba..70b8359 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -5,7 +5,7 @@ Version: 3.10.0 #%%global prerelease .b2 # 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 License: LGPL-2.1-or-later %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 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 %endif @@ -128,6 +128,9 @@ make DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Wed May 28 2025 Neal Gompa - 3.10.0-19.alma.1 +- AlmaLinux changes: Enable Btrfs support + * Tue May 20 2025 Vojtech Trefny - 3.10.0-19 - Make ActionDestroyFormat optional when the device is also scheduled to be removed Resolves: RHEL-84685