From 84e700b3dc10d781ce4d7b80b4fdda3cea7ab360 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 3 Apr 2020 18:13:24 +0200 Subject: [PATCH] fix typo Signed-off-by: Nils Philippsen --- python-rpmautospec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 8819719..a36153e 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -111,7 +111,7 @@ A Koji plugin for tagging successful builds in their dist-git repository. %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 +sed -i /koji/d requirements.txt %build %py3_build