Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:06:20 +02:00 committed by Tomáš Hrnčiar
parent 88a36af3e9
commit b1e7394c52
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 30.0
Release: 1%{?dist}
Release: 2%{?dist}
%if 0%{?fedora}
Epoch: 1
%endif
@ -225,6 +225,9 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-*
%endif
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:30.0-2
- Rebuilt for Python 3.11
* Tue Apr 26 2022 Neal Gompa <ngompa@fedoraproject.org> - 1:30.0-1
- Release 30.0 (ngompa13)
- imgcreate/fs.py: abort on hard-unmount failure (lersek)