From 92836a9eba892c2d2d30988ec6eee95803f893ff Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 3 Apr 2020 17:52:33 +0200 Subject: [PATCH] Remove koji from the requirements.txt file Signed-off-by: Pierre-Yves Chibon --- python-rpmautospec.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 79c4442..54d5f4c 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -13,7 +13,7 @@ Name: python-rpmautospec Version: 0.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package and CLI tool to generate release fields and changelogs License: MIT @@ -109,6 +109,9 @@ A Koji plugin for tagging successful builds in their dist-git repository. %prep %autosetup -n %{srcname}-%{version} +# The python3-koji package doesn't declare itself properly, so we may not depend on it when +# installed as an RPM. +sed -i d/koji/ requirements.txt %build %py3_build @@ -152,6 +155,9 @@ install -m 0644 koji_plugins/rpmautospec_hub.conf %{buildroot}%{_sysconfdir}/koj %endif %changelog +* Fri Apr 03 2020 Pierre-Yves Chibon - 0.0.8-2 +- Remove koji from the requirements.txt file + * Fri Apr 03 2020 Pierre-Yves Chibon - 0.0.8-1 - Update to 0.0.8