Update dnf-plugins-core to 0.1.15-1
This commit is contained in:
parent
41de70ae0e
commit
31c15817bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/dnf-plugins-core-0.1.12.tar.gz
|
||||
/dnf-plugins-core-0.1.13.tar.gz
|
||||
/dnf-plugins-core-0.1.14.tar.gz
|
||||
/dnf-plugins-core-0.1.15.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global hawkey_version 0.6.1
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.14
|
||||
Version: 0.1.15
|
||||
Release: 1%{?snapshot}%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -29,7 +29,7 @@ Provides: dnf-command(download)
|
||||
Provides: dnf-command(repoquery)
|
||||
Provides: dnf-command(reposync)
|
||||
%description
|
||||
Core Plugins for DNF. This package enhance DNF with builddep, config-manager,
|
||||
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
|
||||
copr, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache, noroot and
|
||||
protected_packages passive plugins.
|
||||
@ -46,8 +46,10 @@ Requires: python2-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python2-dnf < %{dnf_not_compatible}
|
||||
Requires: python-hawkey >= %{hawkey_version}
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
# let the both python plugin versions be updated simultaneously
|
||||
Conflicts: python3-dnf-plugins-core < %{version}-%{release}
|
||||
%description -n python-dnf-plugins-core
|
||||
Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr,
|
||||
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr,
|
||||
config-manager, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache, noroot and
|
||||
protected_packages passive plugins.
|
||||
@ -64,8 +66,10 @@ Requires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python3-dnf < %{dnf_not_compatible}
|
||||
Requires: python3-hawkey >= %{hawkey_version}
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
# let the both python plugin versions be updated simultaneously
|
||||
Conflicts: python-dnf-plugins-core < %{version}-%{release}
|
||||
%description -n python3-dnf-plugins-core
|
||||
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
|
||||
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, copr,
|
||||
config-manager, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache, noroot and
|
||||
protected_packages passive plugins.
|
||||
@ -119,6 +123,15 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2015 Michal Luscon <mluscon@redhat.com> 0.1.15-1
|
||||
- Make it possible to specify the source package name as parameter in stub
|
||||
constructor. (Alexander Todorov)
|
||||
- Add --debuginfo to download (Alexander Todorov)
|
||||
- resolve local RPMs when downloading. useful with --source (Alexander Todorov)
|
||||
- spec: ensure python*-dnf-plugins-core versions are the same (RhBug:1283448)
|
||||
(Jan Silhan)
|
||||
- reimplemented config file writing (RhBug:1253237) (Michael Mraka)
|
||||
|
||||
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 0.1.14-1
|
||||
- zanata update (Jan Silhan)
|
||||
- repoquery: do not require loading metadata when we want to query system only
|
||||
|
Loading…
Reference in New Issue
Block a user