Project

General

Profile

« Previous | Next » 

Revision 21fc4837

Added by Ewoud Kohl van Wijngaarden over 2 years ago

Annotate bump_rpm.sh dependencies

View differences:

bump_rpm.sh
#!/bin/bash -e
# Dependencies:
# curl
# jq
# python3-semver
# rpm-build
# rpmdevtools
# curl (if no new version is specified)
# jq (if no new version is specified)
# python3-semver (for update-requirements)
# rpm-build (provides rpmspec)
# rpmdevtools (provides spectool)
# rubygem-gem2rpm
if [[ -z $1 ]] ; then

Also available in: Unified diff