From 6faec96701e21fd8532ce16cb8136f3bb8a1922a Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Mar 22 2016 10:27:09 +0000 Subject: Update dnf-plugins-core to 0.1.19-1 --- diff --git a/.gitignore b/.gitignore index c1912e6..5f2c7f6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /dnf-plugins-core-0.1.16.tar.gz /dnf-plugins-core-0.1.17.tar.gz /dnf-plugins-core-0.1.18.tar.gz +/dnf-plugins-core-0.1.19.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 1252210..ef49ddc 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,7 +3,7 @@ %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.18 +Version: 0.1.19 Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -37,13 +37,24 @@ protected_packages passive plugins. %package -n python-dnf-plugins-core Summary: Core Plugins for DNF Group: System Environment/Base +%if 0%{?fedora} < 23 +BuildRequires: python-dnf >= %{dnf_lowest_compatible} +BuildRequires: python-dnf < %{dnf_not_compatible} +%else BuildRequires: python2-dnf >= %{dnf_lowest_compatible} BuildRequires: python2-dnf < %{dnf_not_compatible} +%endif BuildRequires: python-nose BuildRequires: python-sphinx BuildRequires: python2-devel +# F22 + RHELs +%if 0%{?fedora} < 23 +Requires: python-dnf >= %{dnf_lowest_compatible} +Requires: python-dnf < %{dnf_not_compatible} +%else Requires: python2-dnf >= %{dnf_lowest_compatible} Requires: python2-dnf < %{dnf_not_compatible} +%endif Requires: python-hawkey >= %{hawkey_version} Conflicts: dnf-plugins-core <= 0.1.5 # let the both python plugin versions be updated simultaneously @@ -125,6 +136,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Tue Mar 22 2016 Miroslav Suchý 0.1.19-1 +- spec: correct requires on F22 + EPEL (Miroslav Suchý) + * Tue Mar 22 2016 Miroslav Suchý 0.1.18-1 - Add myself as contributor in AUTHORS (Neal Gompa (ニール・ゴンパ)) - copr: copr.fedoraproject.org -> copr.fedorainfracloud.org (Neal Gompa diff --git a/sources b/sources index dd3d9a9..8cab158 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b39a025c071bae8074b78ad82b91eec4 dnf-plugins-core-0.1.18.tar.gz +72ba5d62345a40ecccd671746c755591 dnf-plugins-core-0.1.19.tar.gz