Update dnf-plugins-core to 0.1.7-1

This commit is contained in:
Michal Luscon 2015-04-30 12:11:23 +02:00
parent 1c45a01d15
commit 46063427f1
3 changed files with 64 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/dnf-plugins-core-351e094.tar.xz
/dnf-plugins-core-f0f0cef.tar.xz
/dnf-plugins-core-0.1.6.tar.gz
/dnf-plugins-core-0.1.7.tar.gz

View File

@ -1,8 +1,9 @@
%{?!dnf_version: %global dnf_version 0.6.5}
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 0.6.5}
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
Name: dnf-plugins-core
Version: 0.1.6
Release: 3%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
@ -14,9 +15,19 @@ BuildRequires: cmake
BuildRequires: gettext
%if 0%{?fedora} >= 23
Requires: python3-dnf-plugins-core = %{version}-%{release}
Conflicts: python-dnf-plugins-core <= 0.1.6-2
%else
Requires: python-dnf-plugins-core = %{version}-%{release}
Conflicts: python3-dnf-plugins-core <= 0.1.6-2
Provides: dnf-command(kickstart)
%endif
Provides: dnf-command(builddep)
Provides: dnf-command(config-manager)
Provides: dnf-command(copr)
Provides: dnf-command(debuginfo-install)
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,
copr, debuginfo-install, download, needs-restarting, repoquery and
@ -26,7 +37,8 @@ protected_packages passive plugins.
%package -n python-dnf-plugins-core
Summary: Core Plugins for DNF
Group: System Environment/Base
BuildRequires: python-dnf >= %{dnf_version}
BuildRequires: python-dnf >= %{dnf_lowest_compatible}
BuildRequires: python-dnf < %{dnf_not_compatible}
%if 0%{?fedora} >= 23
BuildRequires: python-kickstart
%else
@ -35,7 +47,8 @@ BuildRequires: pykickstart
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: python-dnf >= %{dnf_version}
Requires: python-dnf >= %{dnf_lowest_compatible}
Requires: python-dnf < %{dnf_not_compatible}
%if 0%{?fedora} >= 23
Requires: python-kickstart
%else
@ -53,11 +66,13 @@ protected_packages passive plugins.
Summary: Core Plugins for DNF
Group: System Environment/Base
BuildRequires: python3-devel
BuildRequires: python3-dnf >= %{dnf_version}
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
BuildRequires: python3-dnf < %{dnf_not_compatible}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-requests
Requires: python3-dnf >= %{dnf_version}
Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_compatible}
Obsoletes: dnf-plugins-core <= 0.1.5
%description -n python3-dnf-plugins-core
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
@ -114,6 +129,46 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/
%changelog
* Thu Apr 30 2015 Michal Luscon <mluscon@redhat.com> 0.1.7-1
- doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon)
- spec: fix Conflicts of the new plugins (Radek Holy)
- spec: allow DNF 1.x.x (Radek Holy)
- AUTHORS: filled in missing email address (Jan Silhan)
- download: enabling source repos when desired only (Jan Silhan)
- download: using enable_source_repos from lib (Jan Silhan)
- lib: inform user when enabling disabled repo (Jan Silhan)
- AUTHORS: made 2 categories (Jan Silhan)
- fixed typos and missing demand (Michael Mraka)
- changed warning paragraph (Michael Mraka)
- AUTHORS: updated (Jan Silhan)
- debuginfo-install: don't consider src packages as candidates for installation
(RhBug:1215154) (Lubomir Rintel)
- documentation warning about build deps in srpm (Michael Mraka)
- fixed builddep tests (Michael Mraka)
- builddep: enable source repos only when needed (Michael Mraka)
- fixed builldep documentation (Michael Mraka)
- mark appropriate dnfpluginscore.lib as API (Michael Mraka)
- fixed builddep configure test (Michael Mraka)
- moved enable_{source|debug}_repos() to dnfpluginscore.lib (Michael Mraka)
- builddep: add feature to get builddeps from remote packages (RhBug:1074585)
(Igor Gnatenko)
- doc: repoquery: doesn't print 'No match for argument:...' garbage (Jan
Silhan)
- updated repoquery documentation (Michael Mraka)
- implemented repoquery --latest-limit (Michael Mraka)
- implemented repoquery --unsatisfied (Michael Mraka)
- builddep: Support defining macros for parsing spec files (David Michael)
- removed redundant argument (Michael Mraka)
- doc: update repoquery docs with --resolve (Tim Lauridsen)
- repoquery: add --resolve option (RhBug:1156487) (Tim Lauridsen)
- spec: dnf version upper boundaries (Jan Silhan)
- spec: added plugin command provides (Related:RhBug:1208773) (Jan Silhan)
- make --repo cumulative (Michael Mraka)
- rename --repoid to --repo (Michael Mraka)
- don't delete local repo packages after download (RhBug:1186948) (Michael
Mraka)
- doc: replaced last references pointing to akozumpl (Jan Silhan)
* Wed Apr 08 2015 Michal Luscon <mluscon@redhat.com> 0.1.6-3
- doc: release notes 0.1.6 (Michal Luscon)
- initialize to use tito (Michal Luscon)

View File

@ -1 +1 @@
769a4b0e6deaaedc900525e1c00a458a dnf-plugins-core-0.1.6.tar.gz
e2b4079663e7ead2b4c28db63b8f7148 dnf-plugins-core-0.1.7.tar.gz