diff --git a/.gitignore b/.gitignore index 838dd8b..3bfd1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dnf-plugins-core-eb97d01.tar.xz +/dnf-plugins-core-42c6794.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index ea0c226..50370b5 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,9 +1,9 @@ -%global gitrev eb97d01 +%global gitrev 42c6794 %global dnf_version 0.4.10-2 %global pluginspath /usr/share/dnf/plugins Name: dnf-plugins-core -Version: 0.0.2 +Version: 0.0.3 Release: 1%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -42,10 +42,12 @@ Core Plugins for DNF, Python 3 version. %global py3dir %{python3_sitelib}/dnf-plugins mkdir -p %{buildroot}/%{py2dir} +cp -a plugins/generate_completion_cache.py %{buildroot}/%{py2dir} cp -a plugins/kickstart.py %{buildroot}/%{py2dir} cp -a plugins/noroot.py %{buildroot}/%{py2dir} mkdir -p %{buildroot}/%{py3dir} +cp -a plugins/generate_completion_cache.py %{buildroot}/%{py3dir} cp -a plugins/noroot.py %{buildroot}/%{py3dir} %check @@ -62,6 +64,13 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/ %{py3dir}/* %changelog +* Thu Feb 6 2014 Aleš Kozumplík - 0.0.3-1 +- tests: import mock through support so its simpler for the test cases. (Ales Kozumplik) +- packaging: fix typos in the spec. (Ales Kozumplik) +- [completion_cache] Cache installed packages, update the cache less frequently (Elad Alfassa) +- Add bash completion to dnf (Elad Alfassa) +- packaging: missing buildrequire (Ales Kozumplik) + * Mon Jan 13 2014 Aleš Kozumplík - 0.0.2-1 - First release. diff --git a/sources b/sources index d13e34f..5238f10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16ef7074fb56b44a84e40c8cd589006f dnf-plugins-core-eb97d01.tar.xz +99f8f11b095aa341d0f06d981da082ee dnf-plugins-core-42c6794.tar.xz