Skip to content

Commit

Permalink
Merge pull request #32 from ignatenkobrain/remove_dnf_plugin
Browse files Browse the repository at this point in the history
drop dnf plugins (moved to dnf-plugins-extras)
  • Loading branch information
FrostyX committed Jan 26, 2015
2 parents cfc015d + 845cfcd commit 9249f41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 100 deletions.
84 changes: 0 additions & 84 deletions integration/dnf/plugins/tracer.py

This file was deleted.

16 changes: 0 additions & 16 deletions tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -68,9 +55,6 @@ 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
* Thu Jan 01 2015 Jakub Kadlčík <frostyx@email.cz> 0.5.6-1
- Sort applications in interactive controler To fix the issue that [number]
Expand Down

0 comments on commit 9249f41

Please sign in to comment.