Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:18:12 +02:00 committed by Miro Hrončok
parent c9dcc9e33b
commit a4feeaa388

View File

@ -125,7 +125,7 @@
Name: libblockdev
Version: 2.27
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
URL: https://github.com/storaged-project/libblockdev
@ -980,6 +980,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.27-2
- Rebuilt for Python 3.11
* Wed Jun 01 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.27-1
- crypto: Remove unused and leaking error in write_escrow_data_file (vtrefny)
- kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create (vtrefny)