The perl-xCAT component specs BuildRequire perl-Pod-Html and (in
xCAT-client) perl-generators, neither of which exists on openSUSE/SLES,
so rpmbuild aborts at dependency resolution before the build can start.
perl-generators is a RHEL/Fedora-only helper that emits perl dependency
metadata; SUSE's rpm generates those itself. Pod::Html ships inside the
core perl package on SUSE, with no separate perl-Pod-Html subpackage to
require. Guard both BuildRequires with %if !0%{?suse_version} so the SUSE
build resolves while EL/Fedora builds are unchanged.
Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
Fix warning in xCAT/xCAT.spec about macro inside comments
Fix missing build dependencies in .spec files
Enable passsing gitinfo as command line argument in perl-xCAT.spec
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
O/S are all using this file (RHEL7, SLES12) So that check is not correct
anymore. If the file exists, test that it contains Ubuntu
For pushinitrd, check that the IP address is set in the node definition
before we start executing the command as a pre-check.
and not available in python 2.6... switched to using docopt for
command line interface argument parsing. This python library is
pulled in by the SoftLayer python bindings so it's not an extra step.
Extended the utility to support mounting of --type=nas|consistent
The consistent performance file storage is the high available
storage type on SoftLayer. One we supported multiple types
the "nas" in the utility name no longer made sense.
Create a python library for xcat as a starting point for transition
to Python based in xCAT3. There are also plans to switch over to
using the SoftLayer Python API (over Perl)
xCAT-SoftLayer.spec file will ship lib/python/xcat directory. A new
bin file 'softlayer_nas.py" is created to help assist users with
mounting and unmount the SoftLayer NAS shared filesystem
DevOps Task #10959 unser xCAT_SoftLayer project