Update to 2.1.2
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
3545cfd5a1
commit
6198c11632
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 2.1.1
|
Version: 2.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -19,6 +19,8 @@ Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
# Documentation
|
||||||
|
BuildRequires: %{_bindir}/sphinx-build
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
Requires: python3-%{name} = %{version}-%{release}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
%else
|
%else
|
||||||
@ -66,11 +68,10 @@ BuildRequires: python-nose
|
|||||||
%else
|
%else
|
||||||
BuildRequires: python2-nose
|
BuildRequires: python2-nose
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-sphinx
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: python2-dnf >= %{dnf_lowest_compatible}
|
Requires: python2-dnf >= %{dnf_lowest_compatible}
|
||||||
Requires: python2-dnf < %{dnf_not_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-debug = %{version}-%{release}
|
||||||
Provides: python2-dnf-plugins-extras-repoclosure = %{version}-%{release}
|
Provides: python2-dnf-plugins-extras-repoclosure = %{version}-%{release}
|
||||||
Provides: python2-dnf-plugins-extras-repograph = %{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_lowest_compatible}
|
||||||
BuildRequires: python3-dnf < %{dnf_not_compatible}
|
BuildRequires: python3-dnf < %{dnf_not_compatible}
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-sphinx
|
|
||||||
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
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}
|
||||||
@ -494,6 +494,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1
|
||||||
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
|
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
|
||||||
- Enhance versionlock documentation (Jaroslav Mracek)
|
- Enhance versionlock documentation (Jaroslav Mracek)
|
||||||
|
Loading…
Reference in New Issue
Block a user