Author: jjneely
Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5436
Modified Files:
afs.conf openafs.spec
Log Message:
* Thu Nov 04 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-5
- RHEL 6 doesn't have a "redhat-release" package and the afs.conf
script that generates the sysnames needed correcting as it references
that package
Index: afs.conf
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/afs.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afs.conf 10 Jun 2010 21:14:05 -0000 1.1
+++ afs.conf 4 Nov 2010 21:29:09 -0000 1.2
@@ -23,7 +23,7 @@
_KERN=`uname -r | sed 's/\([0-9]\+\)\.\([0-9]\+\)\..*/\1\2/'`
_DIST=""
-for d in fedora redhat centos ; do
+for d in fedora centos redhat ; do
if [ -f "/etc/$d-release" ] ; then
_DIST=$d
break
@@ -32,7 +32,7 @@
# What version of the distribution are we? Cut off the Client|Server
# mess from RHEL
-_REL=`/bin/rpm -q --qf '%{version}\n' ${_DIST}-release | sed
's/\([0-9]\+\)[a-zA-Z]\+/\1/'`
+_REL=`/bin/rpm -qf --qf '%{version}\n' /etc/${_DIST}-release | sed
's/\([0-9]\+\)[a-zA-Z]\+/\1/'`
# Sysname list. The order here is from specific to general. This
# will be used as the sysname search path.
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openafs.spec 15 Jul 2010 17:06:52 -0000 1.3
+++ openafs.spec 4 Nov 2010 21:29:09 -0000 1.4
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.4.12.1
-Release: 4%{?dist}
+Release: 5%{?dist}
License: IBM
Group: System Environment/Daemons
URL:
http://www.openafs.org
@@ -298,6 +298,11 @@
%changelog
+* Thu Nov 04 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-5
+- RHEL 6 doesn't have a "redhat-release" package and the afs.conf
+ script that generates the sysnames needed correcting as it references
+ that package
+
* Thu Jul 15 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-4
- RPMFusion Bug #1333