Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 14:57:52 +02:00 committed by Tomáš Hrnčiar
parent 0e19d42d9f
commit 08cd972d30
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Version: 3.4.4
#%%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: LGPLv2+
%global realname blivet
@ -196,6 +196,9 @@ configuration.
%endif
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:3.4.4-2
- Rebuilt for Python 3.11
* Mon May 16 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.4-1
- Use LVM PV format current_size in LVMVolumeGroupDevice._remove (vtrefny)
- Correctly set vg_name after adding/removing a PV from a VG (vtrefny)