#77 rpmautospec drags rpm-build on the builders
Closed: Fixed by nphilipp. Opened by pingou.

In 0.0.11 rpmautobuild drags rpm-build on the koji builders.

We need to break that :s


The dependency chain is:

 %package -n koji-builder-plugin-rpmautospec                    
 Summary: Koji plugin for generating RPM releases and changelogs
 Requires: python3-%{srcname} = %{version}-%{release}           

Then

%package -n python3-%{srcname}
Summary:        %{summary}
...
Requires: koji
Requires: git-core
Requires: rpm-build

both git-core and rpm-build are valid requirement, the former it used in multiple places including retrieving the git tags, the later is used when generating the changelog, but we do not want rpm-build on the builders.

Fixed in PR#78.

Metadata Update from @nphilipp:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests