Update to 2.1.2

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-07-01 14:29:03 +02:00
parent 3545cfd5a1
commit 6198c11632

View File

@ -10,7 +10,7 @@
%endif
Name: dnf-plugins-core
Version: 2.1.1
Version: 2.1.2
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
@ -19,6 +19,8 @@ Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: cmake
BuildRequires: gettext
# Documentation
BuildRequires: %{_bindir}/sphinx-build
%if %{with python3}
Requires: python3-%{name} = %{version}-%{release}
%else
@ -66,11 +68,10 @@ BuildRequires: python-nose
%else
BuildRequires: python2-nose
%endif
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: python2-dnf >= %{dnf_lowest_compatible}
Requires: python2-dnf < %{dnf_not_compatible}
Requires: python-hawkey >= %{hawkey_version}
Requires: python2-hawkey >= %{hawkey_version}
Provides: python2-dnf-plugins-extras-debug = %{version}-%{release}
Provides: python2-dnf-plugins-extras-repoclosure = %{version}-%{release}
Provides: python2-dnf-plugins-extras-repograph = %{version}-%{release}
@ -98,7 +99,6 @@ BuildRequires: python3-devel
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
BuildRequires: python3-dnf < %{dnf_not_compatible}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_compatible}
Requires: python3-hawkey >= %{hawkey_version}
@ -494,6 +494,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif
%changelog
* Sat Jul 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1.2-1
- debuginfo-install: install only requested packages
- Unify user confirmation in copr with dnf itself
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
- Enhance versionlock documentation (Jaroslav Mracek)