Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 835 Bytes

perfSONAR Yum Repository RPM

This repository contains the files needed to build an RPM that configures yum to use the perfSONAR yum repository at http://software.internet2.edu/rpms/.

Building the RPM

You may build the RPM by following the steps below (note these instructions assume you know the basics of building an RPM):

  1. Build the source tarball:

    make dist
  2. Copy the tarball and SPEC file to you RPM build directory:

    cp perfSONAR-repo.tar.gz ~/rpmbuild/SOURCES
    cp perfSONAR-repo.spec ~/rpmbuild/SPECS
  3. Build the RPM:

    rpmbuild -ba SPEC/perfSONAR-repo.spec

Note that to build the el5 version of this tool you need to build in an el5 environment. Likewise for el6. It is recommended you use a tool such as mock to accomplish this goal.