Update tracer to 0.7.11-1

This commit is contained in:
Jakub Kadlcik 2023-06-18 16:45:39 +02:00
parent 1d256b4b56
commit 4b2296d1e2
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/tracer-0.7.8.tar.gz
/tracer-0.7.9.tar.gz
/tracer-0.7.10.tar.gz
/tracer-0.7.11.tar.gz

View File

@ -1 +1 @@
SHA512 (tracer-0.7.10.tar.gz) = baa0896bc91741b8b19fe2db754abdfcf5dfaab6311cc8cfda4654ded692b0d4a9a838b016581a34f4201327b480f2ee7e728788069c7ff3c427b141080e0d13
SHA512 (tracer-0.7.11.tar.gz) = d286dec2538b18067f58eac1427a21a9e45f9016439759df3d48001b3fd98e556034f7ed27747055392273a1c26159c738c384b842c54ed612993488c0f2f4be

View File

@ -17,8 +17,8 @@
%endif
Name: tracer
Version: 0.7.10
Release: 2%{?dist}
Version: 0.7.11
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -197,8 +197,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.7.10-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)
* Mon Jun 05 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.10-1
- Update license to SPDX (frostyx@email.cz)