OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4086-g837ec9d
Gerrit Code Review
gerrit@openafs.org
Sat, 11 Jan 2014 10:08:29 -0800 (PST)
The following commit has been merged in the master branch:
commit 837ec9dd41c4b1e10ad9d32a52b0f34dd665026a
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Dec 26 12:56:37 2013 -0500
Fedora: Handle new kernel variant paths
With Fedora 20, Fedora now separates the variant from the rest of the
kernel version with a plus (+) instead of a period (.) . This results
in directories called e.g. 3.12.5-302.fc20.i686+PAE, where right now
we look for 3.12.5-302.fc20.i686.PAE.
Use this new directory scheme for Fedora 20 builds, so we can build
against non-default kernel variants on Fedora 20 and beyond.
Change-Id: I309272f4f4f740058c48e92530e40a1c64d63668
Reviewed-on: http://gerrit.openafs.org/10620
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
src/packaging/RedHat/openafs-kmodtool | 4 +++-
src/packaging/RedHat/openafs.spec.in | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository