Update tracer to 0.7.10-1

This commit is contained in:
Jakub Kadlcik 2023-06-05 22:01:54 +02:00
parent 463334e684
commit da3e51523e
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/tracer-0.7.7.tar.gz
/tracer-0.7.8.tar.gz
/tracer-0.7.9.tar.gz
/tracer-0.7.10.tar.gz

View File

@ -1 +1 @@
SHA512 (tracer-0.7.9.tar.gz) = ee4201236eca44334ebb5c7c2b0e9622c2a43e412c20f3f217f8a44505b2c2c4754c823f0d8f5bf37de8dbc507ec8cc425e13985993c6763bd3dcd5b1889787c
SHA512 (tracer-0.7.10.tar.gz) = baa0896bc91741b8b19fe2db754abdfcf5dfaab6311cc8cfda4654ded692b0d4a9a838b016581a34f4201327b480f2ee7e728788069c7ff3c427b141080e0d13

View File

@ -17,12 +17,12 @@
%endif
Name: tracer
Version: 0.7.9
Version: 0.7.10
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
License: GPLv2+
License: GPL-2.0-or-later
URL: http://tracer-package.com/
# Sources can be obtained by
# git clone git@github.com:FrostyX/tracer.git
@ -197,6 +197,10 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Mon Jun 05 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.10-1
- Update license to SPDX (frostyx@email.cz)
- Update tito releasers (frostyx@email.cz)
* Thu May 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.9-1
- Create /var/run/reboot-required file (frostyx@email.cz)
- Recommend the correct command for restarting auditd (frostyx@email.cz)