New upstream version: 68a05e0
This commit is contained in:
parent
dee4f23511
commit
3e06afd65a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/dnf-plugins-core-641e5e1.tar.xz
|
/dnf-plugins-core-641e5e1.tar.xz
|
||||||
/dnf-plugins-core-20f1035.tar.xz
|
/dnf-plugins-core-20f1035.tar.xz
|
||||||
/dnf-plugins-core-bca8630.tar.xz
|
/dnf-plugins-core-bca8630.tar.xz
|
||||||
|
/dnf-plugins-core-68a05e0.tar.xz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global gitrev bca8630
|
%global gitrev 68a05e0
|
||||||
%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.5
|
Version: 0.0.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -47,6 +47,7 @@ cp -a plugins/debuginfo-install.py %{buildroot}/%{py2dir}
|
|||||||
cp -a plugins/generate_completion_cache.py %{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}
|
||||||
|
cp -a plugins/copr.py %{buildroot}/%{py2dir}
|
||||||
|
|
||||||
mkdir -p %{buildroot}/%{py3dir}
|
mkdir -p %{buildroot}/%{py3dir}
|
||||||
cp -a plugins/builddep.py %{buildroot}/%{py3dir}
|
cp -a plugins/builddep.py %{buildroot}/%{py3dir}
|
||||||
@ -68,10 +69,21 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
|
|||||||
%{py3dir}/*
|
%{py3dir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-2
|
* Mon Mar 17 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.6-1
|
||||||
|
- clenaup: remove commented out code (Miroslav Suchý)
|
||||||
|
- copr: list: print description (Igor Gnatenko)
|
||||||
|
- builddep: rpm error messages sink. (Ales Kozumplik)
|
||||||
|
- builddep: improve error handling on an command argument (RhBug:1074436) (Ales Kozumplik)
|
||||||
|
- copr: handling case when no argument is passed on cli (Miroslav Suchý)
|
||||||
|
- copr: delete excess argument (Igor Gnatenko)
|
||||||
|
- add copr plugin (Miroslav Suchý)
|
||||||
|
- debuginfo-install: check for root with dnf api (Igor Gnatenko)
|
||||||
|
- packaging: fix bogus dates. (Ales Kozumplik)
|
||||||
|
|
||||||
|
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-2
|
||||||
- packaging: add debuginfo-install.py (Ales Kozumplik)
|
- packaging: add debuginfo-install.py (Ales Kozumplik)
|
||||||
|
|
||||||
* Tue Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
|
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
|
||||||
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
|
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
|
||||||
|
|
||||||
* Tue Feb 25 2014 Radek Holý <rholy@redhat.com> - 0.0.4-1
|
* Tue Feb 25 2014 Radek Holý <rholy@redhat.com> - 0.0.4-1
|
||||||
|
Loading…
Reference in New Issue
Block a user