diff --git a/python-blivet.spec b/python-blivet.spec index cce5977..799d647 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: 2%{?prerelease}%{?dist} +Release: 3%{?prerelease}%{?dist} Epoch: 1 License: LGPL-2.1-or-later %global realname blivet @@ -115,6 +115,9 @@ make DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Mon Jun 24 2024 Troy Dawson - 1:3.10.0-3 +- Bump release for June 2024 mass rebuild + * Tue May 14 2024 Vojtech Trefny - 3.10.0-2 - Fix skipping btrfs calls when libblockdev btrfs plugin is missing Resolves: RHEL-36190