OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-471-gb03f3e6

Gerrit Code Review gerrit@openafs.org
Fri, 4 Oct 2019 11:00:52 -0400


The following commit has been merged in the master branch:
commit b03f3e6101ff21a6f148c555c213c47678482a7b
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Thu Oct 3 10:21:43 2019 -0600

    RedHat: Update makesrpm.pl to use @PACKAGE_VERSION@ instead of @VERSION@
    
    Commit 2f2c2ce62aa17ecac3651d64c1168af926f7458b
    'Remove automake autoconf vars' replaced the automake variable @VERSION@
    with the autoconf variable @PACKAGE_VERSION@. (Gerrit #13357)
    
    The RedHat openafs.spec.in is not processed using autoconf, but
    by 'makesrpm.pl', which was not updated to use @PACKAGE_VERSION@.
    
    Update makesprm.pl to use @PACKAGE_VERSION@ instead of @VERSION@
    
    Change-Id: I74d1d61e40e660459942ec68cfdedfe569a6abeb
    Reviewed-on: https://gerrit.openafs.org/13887
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/packaging/RedHat/makesrpm.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository