defect 3297: buildkit buildrepo on sles needs Group in spec file; also, fixed xCAT-buildkit spec file to install correctly on both SLES and RH (rpmbuild command is in different pkgs)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14947 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
61eb8c2907
commit
8fc0cd9202
@ -2,6 +2,7 @@ Summary: Kit <<<INSERT_kitbasename_HERE>>> Component <<<INSERT_kitcomponent_base
|
||||
Name: <<<INSERT_kitcomponent_basename_HERE>>>
|
||||
Version: <<<INSERT_kitcomponent_version_HERE>>>
|
||||
Release: <<<INSERT_kitcomponent_release_HERE>>>
|
||||
Group: Applications/System
|
||||
License: EPL
|
||||
BuildArch: noarch
|
||||
Requires: <<<INSERT_kitcomponent_ospkgdeps_HERE>>>,<<<INSERT_kitcomponent_kitpkgdeps_HERE>>>,<<<INSERT_kitcomponent_kitcompdeps_HERE>>>
|
||||
|
@ -25,7 +25,7 @@ BuildArch: noarch
|
||||
|
||||
# No dependencies on any other xCAT rpms
|
||||
# so that this rpm can be installed in a separate build server
|
||||
Requires: rpm-build createrepo
|
||||
Requires: /usr/bin/rpmbuild createrepo
|
||||
|
||||
Provides: xCAT-buildkit = %{epoch}:%{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user