2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/grub2-xcat.recompile/grub2-xcat.spec.template
immarvin 55e280a95e add homepage/url info and License file in grub2-xcat rpm package and deb package
Former-commit-id: 7fbb82797f18b1dc9cc8b2fe8a61bafe39507bad
2015-06-09 01:36:54 -04:00

29 lines
882 B
Plaintext

BuildArch: noarch
Name: grub2-xcat
Version: ###<<<GRUB2VERSION>>>###
Release: ###<<<GRUB2RELEASE>>>###.###<<<BUILD>>>###
Summary: grub2 resources generated by grub2-mknetdir
License: GPLv3+
Distribution: Slackware/tarball
Group: Applications/System
Packager: IBM Corp.
Vendor: IBM Corp.
URL:http://www.gnu.org/software/grub/
%define _rpmdir ../
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
%define _binaries_in_noarch_packages_terminate_build 0
%description
grub2-xcat provides some grub2 resources generated by grub2-mknetdir,including grub2 modules and grub2 image.
The grub2 resource is built based on ###<<<SRCRPM>>>### with grub2-xcat(git hash:###<<<GITHASH>>>###) in xcat-dep
%files
%post
ln -f /tftpboot/boot/grub2/powerpc-ieee1275/core.elf /tftpboot/boot/grub2/grub2.ppc
exit 0
%preun
[ "$1" = "0" ] && rm -f /tftpboot/boot/grub2/grub2.ppc
exit 0