xcat-core/xCAT-nbroot2/xCAT-genesis-builder.spec
jbjohnso f3cbfbcfef Remove aspirations of virtualizing with genesis for now, not enough time to test
Spruce up spec file to make it more likely to work

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11251 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-12-15 16:56:57 +00:00

45 lines
1.1 KiB
RPMSpec

%define version %(cat Version)
BuildArch: noarch
%define name xCAT-genesis-builder
Release: snap%(date +"%Y%m%d%H%M")
Epoch: 1
AutoReq: false
Requires: ipmitool screen btrfs-progs lldpad rpm-build
Prefix: /opt/xcat
AutoProv: false
Name: %{name}
Version: %{version}
Group: System/Utilities
License: EPL
Vendor: IBM Corp.
Summary: Tooling to create xCAT's discovery/maintenance/debugging environment
URL: http://xcat.org
Source1: xCAT-genesis-builder.tar.bz2
Buildroot: %{_localstatedir}/tmp/xCAT-genesis-builder
Packager: IBM Corp.
%Description
Genesis (Genesis Enhanced Netboot Environment for System Information and Servicing) is xCAT's netboot environment designed to perform hardware and firmware inventory, perform firmware updates/configuration, and perform troubleshooting.
%Prep
%Build
%Install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/genesis/builder
cd $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/genesis/builder
tar jxvf %{SOURCE1}
chmod +x $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/genesis/builder/buildrpm
cd -
%Files
%defattr(-,root,root)
%doc LICENSE.html
/