Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-18 18:27:48 +02:00 committed by Miro Hrončok
parent 4b2296d1e2
commit 3651fe5e40

View File

@ -18,7 +18,7 @@
Name: tracer
Version: 0.7.11
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -197,6 +197,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Sun Jun 18 2023 Python Maint <python-maint@redhat.com> - 0.7.11-2
- Rebuilt for Python 3.12
* Sun Jun 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.11-1
- Rather create a /run/reboot-required not /var/run/reboot-required
(frostyx@email.cz)