Metadata-Version: 2.1
Name: rpmautospec-koji
Version: 0.4.0
Summary: Koji plugin for rpmautospec
Home-page: https://github.com/fedora-infra/rpmautospec-koji
License: MIT
Author: Nils Philippsen
Author-email: nils@redhat.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: koji (>=1.33.0,<2.0.0)
Requires-Dist: rpmautospec @ git+https://github.com/fedora-infra/rpmautospec.git@main
Requires-Dist: rpmautospec_core (>=0.1.0,<0.2.0)
Project-URL: Repository, https://github.com/fedora-infra/rpmautospec-koji
Description-Content-Type: text/markdown

# rpmautospec-koji

This package contains the Koji builder plugin for rpmautospec.

It processes submitted spec file which use the %autorelease and/or %autochangelog before building
the SRPM which is used to build the installable RPM package.

## Installation

The Koji plugin `rpmautospec_builder` is meant to be installed on all Koji builder nodes running the
`buildSRPMFromSCM` task in `/usr/lib/koji-builder-plugins/`. You can either directly place the file
there or install the `rpmautospec_koji` Python package and symlink the module from its location in
the Python `site-packages` directory.

The plugin can be enabled by adding `rpmautospec_builder` to the `plugins` line in the
`/etc/kojid/kojid.conf` configuration file for the Koji builders.

