mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-24 02:19:53 +00:00
Add a spec and patches from mailing list to make a yaboot rpm for servers managing power architecture systems
This commit is contained in:
parent
38859f04d4
commit
91cca0f1f8
3350
yaboot/yaboot-fixes.patch
Normal file
3350
yaboot/yaboot-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
38
yaboot/yaboot-xcat.spec
Normal file
38
yaboot/yaboot-xcat.spec
Normal file
@ -0,0 +1,38 @@
|
||||
%define pkg yaboot-xcat
|
||||
%define ver 1.3.14
|
||||
|
||||
Summary: yaboot binary for tftp server
|
||||
Name: %{pkg}
|
||||
Version: %{ver}
|
||||
Release: 1
|
||||
Group: System/Administration
|
||||
License: GPL2
|
||||
URL: http://yaboot.ozlabs.org/
|
||||
Source: http://yaboot.ozlabs.org/releases/yaboot-1.3.14.tar.gz
|
||||
Patch: yaboot-fixes.patch
|
||||
BuildRoot: %{_tmppath}/%{pkg}-buildroot
|
||||
Prefix: %{_prefix}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This is a version of yaboot to facilitate an xCAT management node to boot
|
||||
ppc nodes.
|
||||
|
||||
|
||||
%prep
|
||||
%{__rm} -rf %{buildroot}
|
||||
%setup -q -n yaboot-%{ver}
|
||||
%patch -p1
|
||||
|
||||
|
||||
%build
|
||||
make
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/tftpboot/
|
||||
cp second/yaboot %{buildroot}/tftpboot/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/tftpboot/yaboot
|
||||
|
Loading…
Reference in New Issue
Block a user