[tracer] Update tracer to 0.5.7-1

Jakub Kadlčík frostyx at fedoraproject.org
Fri Feb 20 15:16:55 UTC 2015


commit cf3c6d697dc716587eb74a38973086071f33c16e
Author: Jakub Kadlčík <frostyx at email.cz>
Date:   Fri Feb 20 16:16:49 2015 +0100

    Update tracer to 0.5.7-1

 .gitignore  |  1 +
 sources     |  2 +-
 tracer.spec | 27 ++++++++++-----------------
 3 files changed, 12 insertions(+), 18 deletions(-)
---
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 <frostyx at email.cz> 0.5.7-1
+- Update informations about DNF plugin (frostyx at email.cz)
+- Prevent traceback when deleted user; See #33 (frostyx at email.cz)
+- Rename 'print' action to 'return' and set it to rules (frostyx at email.cz)
+- Add ProcessWrapper to ensure psutil compatibility (frostyx at email.cz)
+- Drop dnf plugin (moved to dnf-plugins-extras) (i.gnatenko.brain at gmail.com)
+- Use rpm-python library instead of calling rpm commands (i.gnatenko.brain at gmail.com)
+- Use Yum as package manager on CentOS (frostyx at email.cz)
+
 * Thu Jan 01 2015 Jakub Kadlčík <frostyx at email.cz> 0.5.6-1
 - Sort applications in interactive controler To fix the issue that [number]
   doesn't correspond to printed application (frostyx at email.cz)


More information about the scm-commits mailing list