This project hosts the rpmautospec
python package and script, which has these functions:
Dependencies:
The script run-rpmautospec.py
allows testing the various algorithms for automatic release and
changelog generation. It accepts normal CLI options, run python run-rpmautospec.py --help
for
more information.
This is how you can use it:
fedpkg clone -a guake
python run-rpmautospec.py generate-changelog guake
Calculate the value for the RPM release field by running the script this way:
python run-rpmautospec.py calculate-release <pkgname>
E.g.:
python run-rpmautospec.py calculate-release bash
You need to be legally allowed to submit any contribution to this project. What this
means in detail is laid out in the file DCO.txt
next to this file. The mechanism by which you
certify this is adding a Signed-off-by
trailer to git commit log messages, you can do this by
using the --signoff/-s
option to git commit
.
---
License: MIT