From: Michael Meffie Date: Sat, 7 Mar 2020 23:02:35 +0000 (-0500) Subject: Trim intro X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=225782287cf04dd1d24bfcd8af30b8ab50e1df07;hp=cc5a2ffd4d403c5bf6ebeb90f0f030a862741bfb Trim intro --- diff --git a/devel/HowToBuildOpenAfsRpmPackages.mdwn b/devel/HowToBuildOpenAfsRpmPackages.mdwn index 85fe574..188f17f 100644 --- a/devel/HowToBuildOpenAfsRpmPackages.mdwn +++ b/devel/HowToBuildOpenAfsRpmPackages.mdwn @@ -5,26 +5,6 @@ and CentOS using the contributed RPM spec file available in the OpenAFS source tree. Packages may be built from the OpenAFS release tar files or from a clone of the OpenAFS git repository. -The general process is: - -* Set up the RPM build directories -* Download or extract the RPM sources - - Release Notes - - CellServDB file - - Source code tar file - - Documentation tar file -* Extract the openafs.spec file from the openafs code tree - - Set the OpenAFS version and package release versions -* Run rpmbuild -bs to create a source RPM -* Run rpmbuild with options to create RPM package files - -Available resources for building RPM packages: - -* The OpenAFS makefile has targets to build the source RPM -* The OpenAFS src/packaging/RedHat/makesrpm.pl script may be used to build the source RPM (This script is used by the makefile) -* The OpenAFS-contrib [afsutil package][1] script will build RPMs in a local git repo, and has options to support building packages with `mock`. - - ## How to build release packages from an OpenAFS source distribution The OpenAFS project provides a source code distributions of [releases][3]. A