diff --git a/.gitignore b/.gitignore index d862812..d260773 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tracer-0.5.4.tar.gz /tracer-0.5.5.tar.gz /tracer-0.5.6.tar.gz +/tracer-0.5.7.tar.gz diff --git a/sources b/sources index 06abb8a..704b0ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11a5c382dd41943a7076f866a58e5233 tracer-0.5.6.tar.gz +1a3f09560df708cacc2dd6d92c6aa102 tracer-0.5.7.tar.gz diff --git a/tracer.spec b/tracer.spec index d7207e0..038e202 100644 --- a/tracer.spec +++ b/tracer.spec @@ -1,5 +1,5 @@ Name: tracer -Version: 0.5.6 +Version: 0.5.7 Release: 1%{?dist} Summary: Finds outdated running applications in your system @@ -29,16 +29,6 @@ simple idea. If application has loaded in memory any version of a file which is provided by any package updated since system was booted up, tracer consider this application as outdated. -%package -n dnf-plugin-tracer -Summary: DNF plugin for %{name} -Requires: %{name} = %{version}-%{release} -Requires: dnf >= 0.4.9 - -%description -n dnf-plugin-tracer -Tracer finds outdated running applications in your system. - -This is plugin for DNF which runs tracer after every successful transaction. - %prep %setup -q @@ -57,9 +47,6 @@ cp -a data/* %{buildroot}/%{_datadir}/tracer/ cp -ar tracer/* tests %{buildroot}/%{python2_sitelib}/tracer/ install -m644 doc/build/man/tracer.8 %{buildroot}/%{_mandir}/man8/ -mkdir -p %{buildroot}/%{python2_sitelib}/dnf-plugins -cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plugins/tracer.py - %files %doc LICENSE README.md @@ -68,10 +55,16 @@ cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plu %{_datadir}/tracer/ %{python2_sitelib}/tracer/ -%files -n dnf-plugin-tracer -%{python2_sitelib}/dnf-plugins/tracer.py* - %changelog +* Fri Feb 20 2015 Jakub Kadlčík 0.5.7-1 +- Update informations about DNF plugin (frostyx@email.cz) +- Prevent traceback when deleted user; See #33 (frostyx@email.cz) +- Rename 'print' action to 'return' and set it to rules (frostyx@email.cz) +- Add ProcessWrapper to ensure psutil compatibility (frostyx@email.cz) +- Drop dnf plugin (moved to dnf-plugins-extras) (i.gnatenko.brain@gmail.com) +- Use rpm-python library instead of calling rpm commands (i.gnatenko.brain@gmail.com) +- Use Yum as package manager on CentOS (frostyx@email.cz) + * Thu Jan 01 2015 Jakub Kadlčík 0.5.6-1 - Sort applications in interactive controler To fix the issue that [number] doesn't correspond to printed application (frostyx@email.cz)