-
Notifications
You must be signed in to change notification settings - Fork 11
/
salt-shaptools.spec
77 lines (65 loc) · 2.44 KB
/
salt-shaptools.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# spec file for package salt-shaptools
#
# Copyright (c) 2020 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/
#
# See also https://en.opensuse.org/openSUSE:Specfile_guidelines
Name: salt-shaptools
Version: 0
Release: 0
Summary: Salt modules and states for SAP Applications and SLE-HA components management
License: Apache-2.0
URL: https://github.com/SUSE/%{name}
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%if 0%{?suse_version} >= 1500
Requires: python3-six
%else
Requires: python-six
%endif
%description
Salt modules and states for SAP Applications and SLE-HA components management
%prep
%setup -q
%build
%install
pwd
mkdir -p %{buildroot}/srv/salt/_modules
mkdir -p %{buildroot}/srv/salt/_states
cp -R salt/modules/hanamod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/hanamod.py %{buildroot}/srv/salt/_states
cp -R salt/modules/crmshmod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/crmshmod.py %{buildroot}/srv/salt/_states
cp -R salt/modules/drbdmod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/drbdmod.py %{buildroot}/srv/salt/_states
cp -R salt/modules/netweavermod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/netweavermod.py %{buildroot}/srv/salt/_states
cp -R salt/modules/saptunemod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/saptunemod.py %{buildroot}/srv/salt/_states
cp -R salt/modules/sapcarmod.py %{buildroot}/srv/salt/_modules
cp -R salt/states/sapcarmod.py %{buildroot}/srv/salt/_states
%files
%defattr(-,root,root,-)
%if 0%{?sle_version:1} && 0%{?sle_version} < 120300
%doc README.md LICENSE
%else
%doc README.md
%license LICENSE
%endif
/srv/salt/_modules
/srv/salt/_states
%dir %attr(0755, root, salt) /srv/salt
%dir %attr(0755, root, salt) /srv/salt/_modules
%dir %attr(0755, root, salt) /srv/salt/_states
%changelog