51 lines
1.5 KiB
RPMSpec
51 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package supportutils-plugin-ha-sap
|
|
#
|
|
# Copyright (c) 2020-2025 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-ha-sap
|
|
Version: 0.0.7+git.1737125956.a7079fc
|
|
Release: 0
|
|
Source: supportutils-plugin-ha-sap-%{version}.tar.bz2
|
|
Summary: Supportconfig Plugin for SAP and HA
|
|
License: GPL-2.0-only
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
Requires: supportutils
|
|
|
|
%description
|
|
Extends supportconfig functionality to include system information for
|
|
SAP and HA cluster. The supportconfig saves the related logs.
|
|
|
|
%prep
|
|
%setup -q
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
|
|
install -d $RPM_BUILD_ROOT/sbin
|
|
install -m 0544 ha_sap $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/usr/lib/supportconfig
|
|
/usr/lib/supportconfig/plugins
|
|
/usr/lib/supportconfig/plugins/ha_sap
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|