New upstream version: d8e8044
This commit is contained in:
parent
680f1c8dbe
commit
a889498dd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/dnf-plugins-core-c897eac.tar.xz
|
||||
/dnf-plugins-core-bc10258.tar.xz
|
||||
/dnf-plugins-core-87e557d.tar.xz
|
||||
/dnf-plugins-core-d8e8044.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global gitrev 87e557d
|
||||
%global gitrev d8e8044
|
||||
%global dnf_version 0.5.3
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.2
|
||||
Version: 0.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -25,7 +25,10 @@ Requires: pykickstart
|
||||
Requires: python-requests
|
||||
|
||||
%description
|
||||
Core Plugins for DNF.
|
||||
Core Plugins for DNF. This package enhance DNF with builddep, copr,
|
||||
debuginfo-install, download, kickstart and repoquery commands. Additionally
|
||||
provides generate_completion_cache, noroot and protected_packages passive
|
||||
plugins.
|
||||
|
||||
%package -n python3-dnf-plugins-core
|
||||
Summary: Core Plugins for DNF
|
||||
@ -84,6 +87,23 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Sep 4 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.3-1
|
||||
- repoquery: output times in UTC. (Ales Kozumplik)
|
||||
- repoquery: missing help messages. (Ales Kozumplik)
|
||||
- repoquery: add --info. (RhBug:1135984) (Ales Kozumplik)
|
||||
- add Jan to AUTHORS. (Ales Kozumplik)
|
||||
- spec: extended package description with plugin names and commands (Related:RhBug:1132335) (Jan Silhan)
|
||||
- copr: check for 'ok' in 'output' for json data (RhBug:1134378) (Igor Gnatenko)
|
||||
- README: changed references to new repo location (Jan Silhan)
|
||||
- transifex update (Jan Silhan)
|
||||
- copr: convert key to unicode before guessing lenght (Miroslav Suchý)
|
||||
- Add pnemade to AUTHORS (Ales Kozumplik)
|
||||
- debuginfo-install: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
|
||||
- copr: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
|
||||
- copr: implement help command (Igor Gnatenko)
|
||||
- debuginfo-install: fix indenting (Igor Gnatenko)
|
||||
- debuginfo-install: use srpm basename for debuginfo (Igor Gnatenko)
|
||||
|
||||
* Mon Jul 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.2-1
|
||||
- BashCompletionCache: error strings are unicoded (RhBug:1118809) (Jan Silhan)
|
||||
- transifex update (Jan Silhan)
|
||||
@ -225,3 +245,4 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
|
||||
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
|
||||
- The initial package version.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user