New upstream version: 42c6794

This commit is contained in:
Ales Kozumplik 2014-02-06 18:04:01 +01:00
parent 86bc3a327c
commit dffacbe420
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/dnf-plugins-core-eb97d01.tar.xz /dnf-plugins-core-eb97d01.tar.xz
/dnf-plugins-core-42c6794.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev eb97d01 %global gitrev 42c6794
%global dnf_version 0.4.10-2 %global dnf_version 0.4.10-2
%global pluginspath /usr/share/dnf/plugins %global pluginspath /usr/share/dnf/plugins
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 0.0.2 Version: 0.0.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Core Plugins for DNF Summary: Core Plugins for DNF
Group: System Environment/Base Group: System Environment/Base
@ -42,10 +42,12 @@ Core Plugins for DNF, Python 3 version.
%global py3dir %{python3_sitelib}/dnf-plugins %global py3dir %{python3_sitelib}/dnf-plugins
mkdir -p %{buildroot}/%{py2dir} mkdir -p %{buildroot}/%{py2dir}
cp -a plugins/generate_completion_cache.py %{buildroot}/%{py2dir}
cp -a plugins/kickstart.py %{buildroot}/%{py2dir} cp -a plugins/kickstart.py %{buildroot}/%{py2dir}
cp -a plugins/noroot.py %{buildroot}/%{py2dir} cp -a plugins/noroot.py %{buildroot}/%{py2dir}
mkdir -p %{buildroot}/%{py3dir} mkdir -p %{buildroot}/%{py3dir}
cp -a plugins/generate_completion_cache.py %{buildroot}/%{py3dir}
cp -a plugins/noroot.py %{buildroot}/%{py3dir} cp -a plugins/noroot.py %{buildroot}/%{py3dir}
%check %check
@ -62,6 +64,13 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
%{py3dir}/* %{py3dir}/*
%changelog %changelog
* Thu Feb 6 2014 Aleš Kozumplík <ales@redhat.com> - 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 <ales@redhat.com> - 0.0.2-1 * Mon Jan 13 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.2-1
- First release. - First release.

View File

@ -1 +1 @@
16ef7074fb56b44a84e40c8cd589006f dnf-plugins-core-eb97d01.tar.xz 99f8f11b095aa341d0f06d981da082ee dnf-plugins-core-42c6794.tar.xz