Remove koji from the requirements.txt file

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
epel9
Pierre-Yves Chibon 5 years ago
parent 8e5b65f98b
commit 92836a9eba

@ -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 <pingou@pingoured.fr> - 0.0.8-2
- Remove koji from the requirements.txt file
* Fri Apr 03 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.0.8-1
- Update to 0.0.8

Loading…
Cancel
Save