Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-29 23:31:09 +02:00 committed by Miro Hrončok
parent 49234ce343
commit 50a7b6314a
1 changed files with 4 additions and 1 deletions

View File

@ -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 <python-maint@redhat.com> - 1:3.8.0-2
- Rebuilt for Python 3.12
* Thu Jun 29 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.8.0-1
- Revert "Makefile cleanup" (blivet-ci)
- Require libblockdev 3.0 when importing from GI (vtrefny)