OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4085-gcddc732

Gerrit Code Review gerrit@openafs.org
Sat, 11 Jan 2014 10:03:25 -0800 (PST)


The following commit has been merged in the master branch:
commit cddc732ec5fd40c94126e5f0b7103136592a2efe
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Dec 23 13:32:28 2013 -0500

    RedHat: Munge future kernel versions
    
    We currently look for "fc1?" (that is, fc10 through fc19) when trying
    to munge the kernel version in some ways. This broke on Fedora 20,
    since 20 obviously does not match "fc1?". Similarly, we look
    specifically for "el6" for RHEL6 versioning quirks, but these will
    break on RHEL7 and beyond.
    
    Change the version checks so that this will work all the way through
    Fedora 99 and RHEL 9. That won't work forever, but it will keep us
    working for a few versions if the versioning quirks do not change.
    
    Change-Id: I64dfd483eb2cfa57d67c97ae6db09be5bb020195
    Reviewed-on: http://gerrit.openafs.org/10618
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>

 src/packaging/RedHat/openafs-kmodtool |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository