This commit is contained in:
Fedora Release Engineering 2016-02-05 01:54:19 +00:00
parent f0fe279dce
commit f71fca7a49

View File

@ -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 <releng@fedoraproject.org> - 0.6.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Dec 16 2015 Jakub Kadlčík <frostyx@email.cz> 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)