diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 6f35be8..7db5af9 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -19,7 +19,7 @@ Name: %{project} Version: 0.7.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -28,12 +28,12 @@ URL: https://github.com/%{owner}/%{project} Source0: https://github.com/%{owner}/%{project}/archive/%{commit}/%{project}-%{commit}.tar.gz BuildArch: noarch -BuildRequires: python +BuildRequires: python2 BuildRequires: python2-devel %if 0%{with python3} BuildRequires: python3-devel %endif -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %description Koji support for building layered container images @@ -57,8 +57,8 @@ Group: Applications/System Requires: koji-builder Requires: koji-containerbuild Requires: osbs-client -Requires: python-urlgrabber -Requires: python-dockerfile-parse +Requires: python2-urlgrabber +Requires: python2-dockerfile-parse %description builder Builder plugin that extend Koji to communicate with OpenShift build system and @@ -133,6 +133,9 @@ build layered container images. %changelog +* Mon Aug 13 2018 Clement Verna - 0.7.9.1-2 +- Make sure we use Python 2 dependency name + * Tue Jul 31 2018 Clement Verna - 0.7.9.1-1 - Update to latest upstream - conditional install for py3