OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-375-g86d9e33

Gerrit Code Review gerrit@openafs.org
Wed, 26 Jun 2024 12:59:56 -0400


The following commit has been merged in the master branch:
commit 86d9e3368db553a47b93165621595229818ed3ab
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Apr 12 17:11:47 2023 -0400

    RedHat: Add RPM_RELNOTES, RPM_CHANGELOG, and RPM_CELLSERVDB
    
    Currently, when building the source RPM with make, the release notes and
    change log are empty, and the CellServDB file is downloaded from
    grand.central.org.
    
    Instead, by default, package the NEWS file for the release notes, the
    ChangeLog generated by the 'make-release' script, and a CellServDB file
    in the source tree.
    
    Add the RPM_RELNOTES and RPM_CHANGELOG makefile variables so we can
    override the defaults if builders want to provide their own release
    notes and change log files.  Builders can specify empty values on the
    make command line to fallback to empty files for the RELNOTES and
    ChangeLog (which was the old behavior before this change).
    
    Add the RPM_CELLSERVDB makefile variable to specify the local CellServDB
    file to be packaged. By default, package src/afsd/CellServDB from the
    working tree (which matches the one specified in the openafs.spec.in
    used to build the source rpm).  Builders can specify an empty
    RPM_CELLSERVDB on the make command line to have makesrpm.pl download the
    CellServDB file from grand.central.org (which was the old behavior
    before this change).
    
    Change-Id: Idf1afd1683d87d882d2c7e49058cbf18839e5c9e
    Reviewed-on: https://gerrit.openafs.org/15406
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 Makefile.in | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository