diff --git a/.gitignore b/.gitignore index 215e0bc..f803bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 374126c..525c5b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracer-0.7.10.tar.gz) = baa0896bc91741b8b19fe2db754abdfcf5dfaab6311cc8cfda4654ded692b0d4a9a838b016581a34f4201327b480f2ee7e728788069c7ff3c427b141080e0d13 +SHA512 (tracer-0.7.11.tar.gz) = d286dec2538b18067f58eac1427a21a9e45f9016439759df3d48001b3fd98e556034f7ed27747055392273a1c26159c738c384b842c54ed612993488c0f2f4be diff --git a/tracer.spec b/tracer.spec index 3f00307..12b866b 100644 --- a/tracer.spec +++ b/tracer.spec @@ -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 - 0.7.10-2 -- Rebuilt for Python 3.12 +* Sun Jun 18 2023 Jakub Kadlcik 0.7.11-1 +- Rather create a /run/reboot-required not /var/run/reboot-required + (frostyx@email.cz) * Mon Jun 05 2023 Jakub Kadlcik 0.7.10-1 - Update license to SPDX (frostyx@email.cz)