1
0
forked from rpms/libblockdev

Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-15 15:34:47 +02:00 committed by Miro Hrončok
parent 8ceac4c75e
commit 093cfeed36

View File

@ -125,7 +125,7 @@
Name: libblockdev Name: libblockdev
Version: 2.28 Version: 2.28
Release: 6%{?dist} Release: 7%{?dist}
Summary: A library for low-level manipulation with block devices Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://github.com/storaged-project/libblockdev URL: https://github.com/storaged-project/libblockdev
@ -978,6 +978,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all %files plugins-all
%changelog %changelog
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 2.28-7
- Rebuilt for Python 3.12
* Wed May 17 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-6 * Wed May 17 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-6
- Allow resizing of inactive LVs with latest LVM (#2188830) - Allow resizing of inactive LVs with latest LVM (#2188830)