diff --git a/tracer.spec b/tracer.spec index 2aff17c..8b232dd 100644 --- a/tracer.spec +++ b/tracer.spec @@ -1,6 +1,6 @@ Name: tracer Version: 0.6.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -63,6 +63,9 @@ make DESTDIR=%{buildroot}/usr/share/ mo %{python2_sitelib}/tracer/ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.6.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Dec 16 2015 Jakub Kadlčík 0.6.7-1 - Recognize root user from -r or --root arguments; Fix #51 (frostyx@email.cz) - Don't force root, rather catch exceptions; See #49 (frostyx@email.cz)