Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-01-22 03:00:24 +00:00
parent f3f29f2a72
commit 9099f5bda5

View File

@ -18,7 +18,7 @@
Name: tracer
Version: 0.7.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -198,6 +198,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Aug 23 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.8-1
- Release also for F35 (frostyx@email.cz)
- Use distro.id() instead of platform.linux_distribution() (frostyx@email.cz)