File supportutils-plugin-susemanager-client.spec of Package supportutils-plugin-susemanager-client.24170
#
# spec file for package supportutils-plugin-susemanager-client
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: supportutils-plugin-susemanager-client
Version: 4.3.2
Release: 1
Source: supportutils-plugin-susemanager-client-git-0.588f398.tar.gz
Summary: Supportconfig Plugin for SUSE Manager Client
License: GPL-2.0-only
Group: Documentation/SuSE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: supportconfig-plugin-resource
Requires: supportconfig-plugin-tag
Supplements: packageand(spacewalk-check:supportutils)
Supplements: packageand(salt-minion:supportutils)
%description
Extends supportconfig functionality to include system information for
a SUSE Manager Client. The supportconfig saves the plugin output to
plugin-susemanagerclient.txt.
%prep
%setup -q -n supportutils-plugin-susemanager-client-git-0.588f398
%build
gzip -9f susemanagerclient-plugin.8
%install
pwd;ls -la
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
install -d $RPM_BUILD_ROOT/usr/share/man/man8
install -d $RPM_BUILD_ROOT/sbin
install -m 0544 susemanagerclient $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
install -m 0644 susemanagerclient-plugin.8.gz $RPM_BUILD_ROOT/usr/share/man/man8/susemanagerclient-plugin.8.gz
%files
%defattr(-,root,root)
%doc COPYING.GPLv2
/usr/lib/supportconfig
/usr/lib/supportconfig/plugins
/usr/lib/supportconfig/plugins/susemanagerclient
/usr/share/man/man8/susemanagerclient-plugin.8.gz
%clean
rm -rf $RPM_BUILD_ROOT
%changelog