Update tracer to 0.5.5-1
This commit is contained in:
parent
29f021fa66
commit
e95f18aff7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/tracer-0.5.4.tar.gz
|
||||
/tracer-0.5.5.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
4a5a7afd596e9784118c7414567c6730 tracer-0.5.4.tar.gz
|
||||
598ee735efc824f4f4a334ef9a09c771 tracer-0.5.5.tar.gz
|
||||
|
||||
17
tracer.spec
17
tracer.spec
@ -1,5 +1,5 @@
|
||||
Name: tracer
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Finds outdated running applications in your system
|
||||
|
||||
@ -44,7 +44,7 @@ This is plugin for DNF which runs tracer after every successful transaction.
|
||||
|
||||
|
||||
%build
|
||||
make man
|
||||
make %{?_smp_mflags} man
|
||||
|
||||
|
||||
%install
|
||||
@ -72,6 +72,19 @@ cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plu
|
||||
%{python2_sitelib}/dnf-plugins/tracer.py*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 31 2014 Jakub Kadlčík <frostyx@email.cz> 0.5.5-1
|
||||
- On Fedora, use DNF and YUM at once; (RhBug:1168807) (frostyx@email.cz)
|
||||
- Return empty collection if DNF wasn't used yet; (RhBug:1168807)
|
||||
(frostyx@email.cz)
|
||||
- Rewrite default view using blocks Print blocks of session and static
|
||||
applications when `-a`; Fix #23 (frostyx@email.cz)
|
||||
- Implement helper arguments functionality; Close #21 (frostyx@email.cz)
|
||||
- Make set step by step; Fix #25 (frostyx@email.cz)
|
||||
- Don't run tracer when uninstalling it; Fix #24 (frostyx@email.cz)
|
||||
- Add fedora-git releaser (frostyx@email.cz)
|
||||
- Implement '--show-resource' parameter (frostyx@email.cz)
|
||||
- Use parallel make (frostyx@email.cz)
|
||||
|
||||
* Thu Oct 30 2014 Jakub Kadlčík <frostyx@email.cz> 0.5.4-1
|
||||
- Rename DNF plugin to dnf-plugin-tracer (frostyx@email.cz)
|
||||
- Trace affected applications instead of processes (frostyx@email.cz)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user