diff --git a/python-blivet.spec b/python-blivet.spec index 299add5..367a308 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -5,7 +5,7 @@ Version: 3.8.0 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 1%{?prerelease}%{?dist} +Release: 2%{?prerelease}%{?dist} Epoch: 1 License: LGPL-2.1-or-later %global realname blivet @@ -111,6 +111,9 @@ make DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Thu Jun 29 2023 Python Maint - 1:3.8.0-2 +- Rebuilt for Python 3.12 + * Thu Jun 29 2023 Vojtech Trefny - 3.8.0-1 - Revert "Makefile cleanup" (blivet-ci) - Require libblockdev 3.0 when importing from GI (vtrefny)