OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_13_2-84-gd65bec9

Gerrit Code Review gerrit@openafs.org
Thu, 24 Jul 2025 12:16:54 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit d65bec9cbe1093f0749a0af2c84e848f5dee769e
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Mar 20 17:53:22 2020 -0400

    redhat: fix rpmbuild warnings
    
    Fix warnings issued by recent versions of rpmbuild:
    
        warning: Macro expanded in comment on line 110: %{afsvers}/...
        warning: extra tokens at the end of %endif directive in line 1469:
                 %endif  # build_userspace
        warning: line 331: It's not recommended to have unversioned Obsoletes:
                 Obsoletes: openafs-client-compat
    
    The first two warnings are just issues with comments, which apparently
    are not completely ignored by rpmbuild.  The third issue is a warning
    about an unversioned "Obsoletes" directive. Remove the old Obsoletes for
    openafs-client-compat, which was obsoleted no later than the 1.4.x
    series (more than 10 years ago).
    
    While here clean up the spec by removing the old cvs $Revsion$ keyword
    from the comments at the top of the file, and removing an old commented
    out setup directive.
    
    Reviewed-on: https://gerrit.openafs.org/14118
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 30a47c3282cb405459a6fced1fe5b4c77f4afd64)
    
    Change-Id: Ia331c087bc2ff83086f5da845d02a852f955ae65
    Reviewed-on: https://gerrit.openafs.org/16416
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/packaging/RedHat/openafs.spec.in | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository