Update dnf-plugins-core to 0.1.15-1

This commit is contained in:
Michal Luscon 2015-12-18 18:16:47 +01:00
parent 41de70ae0e
commit 31c15817bd
3 changed files with 19 additions and 5 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/dnf-plugins-core-0.1.12.tar.gz /dnf-plugins-core-0.1.12.tar.gz
/dnf-plugins-core-0.1.13.tar.gz /dnf-plugins-core-0.1.13.tar.gz
/dnf-plugins-core-0.1.14.tar.gz /dnf-plugins-core-0.1.14.tar.gz
/dnf-plugins-core-0.1.15.tar.gz

View File

@ -3,7 +3,7 @@
%global hawkey_version 0.6.1 %global hawkey_version 0.6.1
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 0.1.14 Version: 0.1.15
Release: 1%{?snapshot}%{?dist} Release: 1%{?snapshot}%{?dist}
Summary: Core Plugins for DNF Summary: Core Plugins for DNF
Group: System Environment/Base Group: System Environment/Base
@ -29,7 +29,7 @@ Provides: dnf-command(download)
Provides: dnf-command(repoquery) Provides: dnf-command(repoquery)
Provides: dnf-command(reposync) Provides: dnf-command(reposync)
%description %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 copr, debuginfo-install, download, needs-restarting, repoquery and
reposync commands. Additionally provides generate_completion_cache, noroot and reposync commands. Additionally provides generate_completion_cache, noroot and
protected_packages passive plugins. protected_packages passive plugins.
@ -46,8 +46,10 @@ Requires: python2-dnf >= %{dnf_lowest_compatible}
Requires: python2-dnf < %{dnf_not_compatible} Requires: python2-dnf < %{dnf_not_compatible}
Requires: python-hawkey >= %{hawkey_version} Requires: python-hawkey >= %{hawkey_version}
Conflicts: dnf-plugins-core <= 0.1.5 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 %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 config-manager, debuginfo-install, download, needs-restarting, repoquery and
reposync commands. Additionally provides generate_completion_cache, noroot and reposync commands. Additionally provides generate_completion_cache, noroot and
protected_packages passive plugins. protected_packages passive plugins.
@ -64,8 +66,10 @@ Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_compatible} Requires: python3-dnf < %{dnf_not_compatible}
Requires: python3-hawkey >= %{hawkey_version} Requires: python3-hawkey >= %{hawkey_version}
Conflicts: dnf-plugins-core <= 0.1.5 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 %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 config-manager, debuginfo-install, download, needs-restarting, repoquery and
reposync commands. Additionally provides generate_completion_cache, noroot and reposync commands. Additionally provides generate_completion_cache, noroot and
protected_packages passive plugins. protected_packages passive plugins.
@ -119,6 +123,15 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/ %{python3_sitelib}/dnfpluginscore/
%changelog %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 * Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 0.1.14-1
- zanata update (Jan Silhan) - zanata update (Jan Silhan)
- repoquery: do not require loading metadata when we want to query system only - repoquery: do not require loading metadata when we want to query system only

View File

@ -1 +1 @@
9c9fd25ff5959a15833f10f8858c7a0f dnf-plugins-core-0.1.14.tar.gz dda88a597ffd48de15346eef694cc013 dnf-plugins-core-0.1.15.tar.gz