[OpenAFS] [FOR TESTING] OpenAFS 1.3.87 RPMs for RHEL4 (i386, x86_64)

Ben Poliakoff benp@reed.edu
Wed, 10 Aug 2005 13:31:38 -0700


* Christopher Allen Wing <wingc@engin.umich.edu> [20050810 12:08]:
> I updated the RHEL4 RPMs to the 1.3.87 release.

Thanks for working on these packages!

FWIW, the src rpm built (and seems to be running normally) on Fedora
Core 4 with the following *very* minor modifications to the spec:

  --- openafs.spec.orig	2005-08-10 13:21:41.000000000 -0700
  +++ openafs.spec	2005-08-10 13:29:37.000000000 -0700
  @@ -8,7 +8,7 @@
   #	For Linux 2.4:	24
   #	For Linux 2.6:	26
   #
  -%define osvers rhel4
  +%define osvers fc4
   %define kernvers 26
   
   # This is where to look for kernel-build includes files.
  @@ -54,16 +54,12 @@
   Name: openafs
   Version: %{afsvers}
   Release: %{osvers}.%{pkgrel}
  -Copyright: IPL
  +License: IPL
   BuildRoot: %{_tmppath}/%{name}-%{version}-root
   Packager: Chris Wing <wingc@engin.umich.edu>
   Group: Networking/Filesystems
   BuildRequires: kernel-devel kernel-smp-devel
   
  -%ifarch i386 i486 i586 i686 athlon
  -BuildRequires: kernel-hugemem-devel
  -%endif
  -
   %if %{krb5support}
   BuildRequires: krb5-devel
   %endif