File supportutils-plugin-susemanager-client.spec of Package supportutils-plugin-susemanager-client

#
# spec file for package supportutils-plugin-susemanager-client
#
# Copyright (c) 2024 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:        5.1.0
Release:        0
Summary:        Supportconfig Plugin for SUSE Manager Client
License:        GPL-2.0-only
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Group:          Documentation/SuSE
Source: supportutils-plugin-susemanager-client-git-1124.22579a6.tar.gz
URL:            https://github.com/uyuni-project/uyuni
BuildRequires:  supportutils
Requires:       supportconfig-plugin-resource
Requires:       supportconfig-plugin-tag
Supplements:    packageand(salt-minion:supportutils)
Supplements:    packageand(spacewalk-check:supportutils)
BuildArch:      noarch

%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-1124.22579a6

%build
gzip -9f susemanagerclient-plugin.8

%install
pwd;ls -la
install -d %{buildroot}%{_prefix}/lib/supportconfig/plugins
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/sbin

# if the new style rc file is available install the new version, otherwise the old one
# Only SLE15 and newer support the new style rc file.
# SLE12 and older only the old variant
if [ -e %{_prefix}/lib/supportconfig/resources/supportconfig.rc ]; then
    install -m 0544 susemanagerclient %{buildroot}%{_prefix}/lib/supportconfig/plugins/susemanagerclient
else
    install -m 0544 susemanagerclient-scplugin %{buildroot}%{_prefix}/lib/supportconfig/plugins/susemanagerclient
fi
install -m 0644 susemanagerclient-plugin.8.gz %{buildroot}%{_mandir}/man8/susemanagerclient-plugin.8.gz

%files
%defattr(-,root,root)
%license COPYING.GPLv2
%{_prefix}/lib/supportconfig
%{_prefix}/lib/supportconfig/plugins
%{_prefix}/lib/supportconfig/plugins/susemanagerclient
%{_mandir}/man8/susemanagerclient-plugin.8%{?ext_man}

%changelog
openSUSE Build Service is sponsored by