diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec index f30bbe4..3e1a28b 100644 --- a/SPECS/python-blivet.spec +++ b/SPECS/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.4.0 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 11%{?prerelease}%{?dist} +Release: 11.1%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -175,6 +175,11 @@ configuration. %autosetup -n %{realname}-%{realversion} -N %autosetup -n %{realname}-%{realversion} -b1 -p1 +%if 0%{?centos_hs} +# Restore Btrfs support for Hyperscale +%patch1 -p1 -R +%endif + %build %{?with_python2:make PYTHON=%{__python2}} %{?with_python3:make PYTHON=%{__python3}} @@ -206,6 +211,9 @@ configuration. %endif %changelog +* Mon Jan 17 2022 Neal Gompa - 3.4.0-11.1 +- Enable Btrfs for CentOS Hyperscale SIG + * Tue Dec 14 2021 Vojtech Trefny - 3.4.0-11 - Replace all log_exception_info calls with log.info Resolves: rhbz#2028391