Lock version at branchpoint

This should help make it clear as from which point this was branched
from Fedora's redhat-rpm-config.
This commit is contained in:
Yaakov Selkowitz 2024-02-13 12:10:30 -05:00
parent b7cdf93185
commit 0181246574

View File

@ -1,14 +1,13 @@
# TO WHOM IT MAY CONCERN
#
# 1) Don't add patches, dist-git is the upstream repository for this package.
# 2) When making changes, increment the version (in baserelease) by 1.
# rpmdev-bumpspec and other tools update the macro below, which is used
# in Version: to get the desired effect.
%global baserelease 282
# 2) When making changes, use rpmdev-bumpspec to bump Release. Version should
# not be changed, so as to make it clear from which point it branched from
# Fedora redhat-rpm-config.
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: %{baserelease}
Version: 282
Release: 1%{?dist}
# config.guess, config.sub are GPL-3.0-or-later WITH Autoconf-exception-generic
License: GPL-1.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic AND Boehm-GC