2013-05-16 11:38:22 +02:00
|
|
|
#
|
|
|
|
# spec file for package salt
|
|
|
|
#
|
2017-11-27 18:18:19 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-05-16 11:38:22 +02:00
|
|
|
#
|
|
|
|
# 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 http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
# SLE15
|
|
|
|
%global build_py3 1
|
|
|
|
%global build_py2 1
|
|
|
|
%global default_py3 1
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version} == 1315
|
|
|
|
# SLE12
|
|
|
|
%global build_py3 1
|
|
|
|
%global build_py2 1
|
|
|
|
%else
|
|
|
|
# RES7
|
|
|
|
%global build_py2 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%define pythonX %{?default_py3: python3}%{!?default_py3: python2}
|
2015-08-05 06:50:25 +02:00
|
|
|
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version} > 1210 || 0%{?rhel} >= 7 || 0%{?fedora}
|
2015-10-19 22:52:40 +02:00
|
|
|
%bcond_without systemd
|
|
|
|
%else
|
|
|
|
%bcond_with systemd
|
|
|
|
%endif
|
2017-11-10 08:17:55 +01:00
|
|
|
%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
%bcond_without bash_completion
|
|
|
|
%bcond_without fish_completion
|
|
|
|
%bcond_without zsh_completion
|
|
|
|
%else
|
|
|
|
%bcond_with bash_completion
|
|
|
|
%bcond_with fish_completion
|
|
|
|
%bcond_with zsh_completion
|
|
|
|
%endif
|
|
|
|
%bcond_with test
|
|
|
|
%bcond_without docs
|
2016-09-28 09:49:13 +02:00
|
|
|
%bcond_with builddocs
|
2015-10-19 22:52:40 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
Name: salt
|
2018-04-11 18:47:08 +02:00
|
|
|
Version: 2018.3.0
|
2013-06-05 19:34:59 +02:00
|
|
|
Release: 0
|
2013-05-16 11:38:22 +02:00
|
|
|
Summary: A parallel remote execution system
|
2013-05-28 14:42:56 +02:00
|
|
|
License: Apache-2.0
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2013-05-28 14:42:56 +02:00
|
|
|
Url: http://saltstack.org/
|
2018-04-11 18:47:08 +02:00
|
|
|
Source: https://github.com/saltstack/salt/archive/v%{version}.tar.gz
|
2015-10-19 22:52:40 +02:00
|
|
|
Source1: README.SUSE
|
|
|
|
Source2: salt-tmpfiles.d
|
2016-09-28 09:49:13 +02:00
|
|
|
Source3: html.tar.bz2
|
2016-09-28 15:09:18 +02:00
|
|
|
Source4: update-documentation.sh
|
2016-11-06 12:48:16 +01:00
|
|
|
Source5: travis.yml
|
2016-02-24 18:43:06 +01:00
|
|
|
|
2018-02-28 16:27:22 +01:00
|
|
|
Patch1: run-salt-master-as-dedicated-salt-user.patch
|
|
|
|
Patch2: run-salt-api-as-user-salt-bsc-1064520.patch
|
|
|
|
Patch3: activate-all-beacons-sources-config-pillar-grains.patch
|
|
|
|
Patch4: avoid-excessive-syslogging-by-watchdog-cronjob-58.patch
|
|
|
|
Patch5: feat-add-grain-for-all-fqdns.patch
|
|
|
|
Patch6: fix-bsc-1065792.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46006
|
|
|
|
Patch7: remove-obsolete-unicode-handling-in-pkg.info_install.patch
|
2018-03-19 09:54:13 +01:00
|
|
|
Patch8: fix-openscap-push.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/45972
|
|
|
|
Patch9: move-log_file-option-to-changeable-defaults.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46416
|
|
|
|
Patch10: fix-cp.push-empty-file.patch
|
2018-04-11 18:47:08 +02:00
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46575
|
|
|
|
Patch11: fix-decrease-loglevel-when-unable-to-resolve-addr.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46643
|
|
|
|
Patch12: make-it-possible-to-use-login-pull-and-push-from-mod.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46413
|
|
|
|
Patch13: explore-module.run-response-to-catch-the-result-in-d.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46684
|
|
|
|
Patch14: add-saltssh-multi-version-support-across-python-inte.patch
|
2018-04-30 14:06:44 +02:00
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46635
|
|
|
|
Patch15: fix-for-errno-0-resolver-error-0-no-error-bsc-108758.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/46890
|
|
|
|
Patch16: fall-back-to-pymysql.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/47149
|
|
|
|
Patch17: strip-trailing-commas-on-linux-user-gecos-fields.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/47155
|
|
|
|
Patch18: provide-kwargs-to-pkg_resource.parse_targets-require.patch
|
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/47270
|
|
|
|
Patch19: initialize-__context__-retcode-for-functions-handled.patch
|
2018-05-09 11:09:28 +02:00
|
|
|
# PATCH-FIX_UPSTREAM https://github.com/saltstack/salt/pull/47232
|
|
|
|
Patch20: fixed-usage-of-ipaddress.patch
|
2018-04-30 14:06:44 +02:00
|
|
|
|
2018-02-28 16:27:22 +01:00
|
|
|
|
|
|
|
# BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2018-04-11 18:47:08 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-05-28 14:42:56 +02:00
|
|
|
BuildRequires: logrotate
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?suse_version} > 1020
|
|
|
|
BuildRequires: fdupes
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: %{pythonX}-%{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires(pre): %{_sbindir}/groupadd
|
|
|
|
Requires(pre): %{_sbindir}/useradd
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
Requires(pre): %fillup_prereq
|
|
|
|
Requires(pre): pwdutils
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
Requires(pre): dbus-1
|
|
|
|
%else
|
|
|
|
Requires(pre): dbus
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: logrotate
|
|
|
|
Requires: procps
|
|
|
|
|
2018-04-11 18:47:08 +02:00
|
|
|
%if 0%{?suse_version} >= 1500
|
|
|
|
Requires: iproute2
|
|
|
|
%else
|
2018-04-30 14:06:44 +02:00
|
|
|
%if 0%{?suse_version}
|
2018-04-11 18:47:08 +02:00
|
|
|
Requires: net-tools
|
2018-04-30 14:06:44 +02:00
|
|
|
%else
|
2018-04-11 18:47:08 +02:00
|
|
|
Requires: iproute
|
|
|
|
%endif
|
2018-04-30 14:06:44 +02:00
|
|
|
%endif
|
2018-04-11 18:47:08 +02:00
|
|
|
|
2018-01-26 14:46:21 +01:00
|
|
|
%if %{with systemd}
|
|
|
|
BuildRequires: systemd
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
Requires(pre): %insserv_prereq
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with fish_completion}
|
|
|
|
%define fish_dir %{_datadir}/fish/
|
|
|
|
%define fish_completions_dir %{_datadir}/fish/completions/
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with bash_completion}
|
|
|
|
%if 0%{?suse_version} >= 1140
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
%else
|
|
|
|
BuildRequires: bash
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with zsh_completion}
|
|
|
|
BuildRequires: zsh
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
BuildRequires: yum
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
Salt is a distributed remote execution system used to execute commands and
|
|
|
|
query data. It was developed in order to bring the best solutions found in
|
|
|
|
the world of remote execution together and make them better, faster and more
|
|
|
|
malleable. Salt accomplishes this via its ability to handle larger loads of
|
|
|
|
information, and not just dozens, but hundreds or even thousands of individual
|
|
|
|
servers, handle them quickly and through a simple and manageable interface.
|
|
|
|
|
|
|
|
%if 0%{?build_py2}
|
|
|
|
%package -n python2-salt
|
|
|
|
Summary: python2 library for salt
|
|
|
|
Group: System/Management
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildRequires: python >= 2.7
|
|
|
|
BuildRequires: python-devel >= 2.7
|
|
|
|
# requirements/base.txt
|
|
|
|
%if 0%{?rhel}
|
|
|
|
BuildRequires: python-jinja2
|
|
|
|
BuildRequires: python-yaml
|
|
|
|
BuildRequires: python-markupsafe
|
|
|
|
%else
|
|
|
|
BuildRequires: python-Jinja2
|
|
|
|
BuildRequires: python-PyYAML
|
|
|
|
BuildRequires: python-MarkupSafe
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: python-futures >= 2.0
|
|
|
|
BuildRequires: python-msgpack-python > 0.3
|
|
|
|
BuildRequires: python-psutil
|
|
|
|
BuildRequires: python-requests >= 1.0.0
|
|
|
|
BuildRequires: python-tornado >= 4.2.1
|
|
|
|
|
|
|
|
# requirements/zeromq.txt
|
|
|
|
BuildRequires: python-pycrypto >= 2.6.1
|
|
|
|
BuildRequires: python-pyzmq >= 2.2.0
|
|
|
|
%if %{with test}
|
|
|
|
# requirements/dev_python27.txt
|
|
|
|
BuildRequires: python-boto >= 2.32.1
|
|
|
|
BuildRequires: python-mock
|
|
|
|
BuildRequires: python-moto >= 0.3.6
|
|
|
|
BuildRequires: python-pip
|
|
|
|
BuildRequires: python-salt-testing >= 2015.2.16
|
|
|
|
BuildRequires: python-unittest2
|
|
|
|
BuildRequires: python-xml
|
|
|
|
%endif
|
|
|
|
%if %{with builddocs}
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
%endif
|
|
|
|
Requires: python >= 2.7
|
|
|
|
#
|
|
|
|
%if ! 0%{?suse_version} > 1110
|
|
|
|
Requires: python-certifi
|
|
|
|
%endif
|
|
|
|
# requirements/base.txt
|
|
|
|
%if 0%{?rhel}
|
|
|
|
Requires: python-jinja2
|
|
|
|
Requires: python-yaml
|
|
|
|
Requires: python-markupsafe
|
|
|
|
Requires: yum
|
|
|
|
%if 0%{?rhel} == 6
|
|
|
|
Requires: yum-plugin-security
|
|
|
|
%endif
|
|
|
|
%else
|
|
|
|
Requires: python-Jinja2
|
|
|
|
Requires: python-PyYAML
|
|
|
|
Requires: python-MarkupSafe
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: python-futures >= 2.0
|
|
|
|
Requires: python-msgpack-python > 0.3
|
|
|
|
Requires: python-psutil
|
|
|
|
Requires: python-requests >= 1.0.0
|
|
|
|
Requires: python-tornado >= 4.2.1
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
# required for zypper.py
|
|
|
|
Requires: rpm-python
|
|
|
|
Requires(pre): libzypp(plugin:system) >= 0
|
|
|
|
Requires: zypp-plugin-python
|
|
|
|
# requirements/opt.txt (not all)
|
|
|
|
# Suggests: python-MySQL-python ## Disabled for now, originally Recommended
|
|
|
|
Suggests: python-timelib
|
|
|
|
Suggests: python-gnupg
|
|
|
|
# requirements/zeromq.txt
|
|
|
|
%endif
|
|
|
|
Requires: python-pycrypto >= 2.6.1
|
|
|
|
Requires: python-pyzmq >= 2.2.0
|
|
|
|
#
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
# python-xml is part of python-base in all rhel versions
|
|
|
|
Requires: python-xml
|
|
|
|
Suggests: python-Mako
|
|
|
|
Recommends: python-netaddr
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description -n python2-salt
|
|
|
|
Python2 specific files for salt
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?build_py3}
|
|
|
|
%package -n python3-salt
|
|
|
|
Summary: python3 library for salt
|
|
|
|
Group: System/Management
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2017-11-27 18:18:19 +01:00
|
|
|
BuildRequires: python-rpm-macros
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: python3-devel
|
2015-10-19 22:52:40 +02:00
|
|
|
# requirements/base.txt
|
2017-02-16 16:09:53 +01:00
|
|
|
%if 0%{?rhel}
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-jinja2
|
2017-02-16 16:09:53 +01:00
|
|
|
%else
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-Jinja2
|
2017-02-16 16:09:53 +01:00
|
|
|
%endif
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-MarkupSafe
|
2017-11-27 18:18:19 +01:00
|
|
|
BuildRequires: python3-PyYAML
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-msgpack-python > 0.3
|
|
|
|
BuildRequires: python3-psutil
|
|
|
|
BuildRequires: python3-requests >= 1.0.0
|
|
|
|
BuildRequires: python3-tornado >= 4.2.1
|
2017-08-04 14:51:31 +02:00
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
# requirements/zeromq.txt
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-pycrypto >= 2.6.1
|
|
|
|
BuildRequires: python3-pyzmq >= 2.2.0
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with test}
|
|
|
|
# requirements/dev_python27.txt
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-boto >= 2.32.1
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
BuildRequires: python3-moto >= 0.3.6
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
BuildRequires: python3-salt-testing >= 2015.2.16
|
|
|
|
BuildRequires: python3-unittest2
|
|
|
|
BuildRequires: python3-xml
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2016-09-28 09:49:13 +02:00
|
|
|
%if %{with builddocs}
|
2017-11-10 08:17:55 +01:00
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
%endif
|
|
|
|
Requires: python3
|
2015-10-19 22:52:40 +02:00
|
|
|
#
|
|
|
|
%if ! 0%{?suse_version} > 1110
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-certifi
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
# requirements/base.txt
|
2017-02-16 16:09:53 +01:00
|
|
|
%if 0%{?rhel}
|
2017-11-27 18:18:19 +01:00
|
|
|
Requires: python3-jinja2
|
|
|
|
Requires: yum
|
2017-08-04 12:29:26 +02:00
|
|
|
%if 0%{?rhel} == 6
|
2017-11-27 18:18:19 +01:00
|
|
|
Requires: yum-plugin-security
|
2017-08-04 12:29:26 +02:00
|
|
|
%endif
|
2017-02-16 16:09:53 +01:00
|
|
|
%else
|
2017-11-27 18:18:19 +01:00
|
|
|
Requires: python3-Jinja2
|
2017-02-16 16:09:53 +01:00
|
|
|
%endif
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-MarkupSafe
|
2017-11-27 18:18:19 +01:00
|
|
|
Requires: python3-PyYAML
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-msgpack-python > 0.3
|
|
|
|
Requires: python3-psutil
|
|
|
|
Requires: python3-requests >= 1.0.0
|
|
|
|
Requires: python3-tornado >= 4.2.1
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2016-02-24 18:43:06 +01:00
|
|
|
# required for zypper.py
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-rpm
|
2016-05-12 08:02:59 +02:00
|
|
|
Requires(pre): libzypp(plugin:system) >= 0
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-zypp-plugin
|
2015-10-19 22:52:40 +02:00
|
|
|
# requirements/opt.txt (not all)
|
2017-08-04 14:51:31 +02:00
|
|
|
# Suggests: python-MySQL-python ## Disabled for now, originally Recommended
|
2017-11-10 08:17:55 +01:00
|
|
|
Suggests: python3-timelib
|
|
|
|
Suggests: python3-gnupg
|
2015-10-19 22:52:40 +02:00
|
|
|
# requirements/zeromq.txt
|
|
|
|
%endif
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-pycrypto >= 2.6.1
|
|
|
|
Requires: python3-pyzmq >= 2.2.0
|
2015-10-19 22:52:40 +02:00
|
|
|
#
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
# python-xml is part of python-base in all rhel versions
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-xml
|
|
|
|
Suggests: python3-Mako
|
|
|
|
Recommends: python3-netaddr
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2013-10-18 11:35:12 +02:00
|
|
|
|
2018-01-26 14:46:21 +01:00
|
|
|
%description -n python3-salt
|
|
|
|
Python3 specific files for salt
|
2014-06-16 21:33:44 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2014-11-24 11:13:31 +01:00
|
|
|
%package api
|
|
|
|
Summary: The api for Salt a parallel remote execution system
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-master = %{version}-%{release}
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?default_py3}
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-CherryPy >= 3.2.2
|
2018-01-26 14:46:21 +01:00
|
|
|
%else
|
|
|
|
Requires: python-CherryPy >= 3.2.2
|
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
|
|
|
%description api
|
|
|
|
salt-api is a modular interface on top of Salt that can provide a variety of entry points into a running Salt system.
|
|
|
|
|
2014-02-22 18:17:25 +01:00
|
|
|
%package cloud
|
2015-10-19 22:52:40 +02:00
|
|
|
Summary: Generic cloud provisioning tool for Saltstack
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-master = %{version}-%{release}
|
2017-11-10 08:17:55 +01:00
|
|
|
Requires: python3-apache-libcloud
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2017-11-10 08:17:55 +01:00
|
|
|
Recommends: python3-botocore
|
|
|
|
Recommends: python3-netaddr
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-02-22 18:17:25 +01:00
|
|
|
|
|
|
|
%description cloud
|
|
|
|
public cloud VM management system
|
|
|
|
provision virtual machines on various public clouds via a cleanly
|
|
|
|
controlled profile and mapping system.
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with docs}
|
2013-11-18 10:54:21 +01:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation for salt, a parallel remote execution system
|
|
|
|
Group: Documentation/HTML
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description doc
|
2015-10-19 22:52:40 +02:00
|
|
|
This contains the documentation of salt, it is an offline version of http://docs.saltstack.com.
|
|
|
|
%endif
|
2013-11-18 10:54:21 +01:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%package master
|
2017-08-04 12:29:26 +02:00
|
|
|
Summary: The management component of Saltstack with zmq protocol supported
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2017-11-10 08:17:55 +01:00
|
|
|
Recommends: python3-pygit2 >= 0.20.3
|
2014-08-20 17:51:44 +02:00
|
|
|
%endif
|
2013-10-01 08:35:03 +02:00
|
|
|
%ifarch %{ix86} x86_64
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2015-12-09 19:53:52 +01:00
|
|
|
%if 0%{?suse_version} > 1110
|
2013-10-01 08:35:03 +02:00
|
|
|
Requires: dmidecode
|
2015-12-09 19:53:52 +01:00
|
|
|
%else
|
|
|
|
Requires: pmtools
|
|
|
|
%endif
|
2013-10-01 08:35:03 +02:00
|
|
|
%endif
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
Requires(pre): %insserv_prereq
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
Requires(pre): %fillup_prereq
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-10-18 19:23:33 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%description master
|
|
|
|
The Salt master is the central server to which all minions connect.
|
|
|
|
Enabled commands to remote systems to be called in parallel rather
|
|
|
|
than serially.
|
|
|
|
|
|
|
|
%package minion
|
2015-10-19 22:52:40 +02:00
|
|
|
Summary: The client component for Saltstack
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
|
|
|
Requires(pre): %{name} = %{version}-%{release}
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
Requires(pre): %insserv_prereq
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
Requires(pre): %fillup_prereq
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
|
|
|
%description minion
|
|
|
|
Salt minion is queried and controlled from the master.
|
|
|
|
Listens to the salt master and execute the commands.
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%package proxy
|
|
|
|
Summary: Component for salt that enables controlling arbitrary devices
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
Requires(pre): %insserv_prereq
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
Requires(pre): %fillup_prereq
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description proxy
|
|
|
|
Proxy minions are a developing Salt feature that enables controlling devices that,
|
|
|
|
for whatever reason, cannot run a standard salt-minion.
|
|
|
|
Examples include network gear that has an API but runs a proprietary OS,
|
|
|
|
devices with limited CPU or memory, or devices that could run a minion, but for
|
|
|
|
security reasons, will not.
|
|
|
|
|
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%package syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
Summary: The syndic component for saltstack
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-master = %{version}-%{release}
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
Requires(pre): %insserv_prereq
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
Requires(pre): %fillup_prereq
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
|
|
|
%description syndic
|
|
|
|
Salt syndic is the master-of-masters for salt
|
|
|
|
The master of masters for salt-- it enables
|
|
|
|
the management of multiple masters at a time..
|
|
|
|
|
2013-09-27 18:20:38 +02:00
|
|
|
%package ssh
|
2015-10-19 22:52:40 +02:00
|
|
|
Summary: Management component for Saltstack with ssh protocol
|
2017-02-16 16:09:53 +01:00
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-master = %{version}-%{release}
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
Recommends: sshpass
|
|
|
|
%endif
|
|
|
|
%if %{with systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
%if 0%{?suse_version}
|
2013-09-27 18:20:38 +02:00
|
|
|
Requires(pre): %insserv_prereq
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
Requires(pre): %fillup_prereq
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-09-27 18:20:38 +02:00
|
|
|
|
|
|
|
%description ssh
|
|
|
|
Salt ssh is a master running without zmq.
|
|
|
|
it enables the management of minions over a ssh connection.
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with bash_completion}
|
2014-06-16 21:33:44 +02:00
|
|
|
%package bash-completion
|
|
|
|
Summary: Bash Completion for %{name}
|
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-06-16 21:33:44 +02:00
|
|
|
Requires: bash-completion
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version} > 1110
|
2014-06-16 21:33:44 +02:00
|
|
|
BuildArch: noarch
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-06-16 21:33:44 +02:00
|
|
|
|
|
|
|
%description bash-completion
|
|
|
|
Bash command line completion support for %{name}.
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with fish_completion}
|
|
|
|
%package fish-completion
|
|
|
|
Summary: Fish Completion for %{name}
|
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-10-19 22:52:40 +02:00
|
|
|
|
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description fish-completion
|
|
|
|
Fish command line completion support for %{name}.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with zsh_completion}
|
2014-11-24 11:13:31 +01:00
|
|
|
%package zsh-completion
|
|
|
|
Summary: Zsh Completion for %{name}
|
|
|
|
Group: System/Management
|
2016-02-24 18:43:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-11-24 11:13:31 +01:00
|
|
|
Requires: zsh
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version} > 1110
|
2014-11-24 11:13:31 +01:00
|
|
|
BuildArch: noarch
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
|
|
|
%description zsh-completion
|
|
|
|
Zsh command line completion support for %{name}.
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-06-16 21:33:44 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%prep
|
2018-02-28 16:27:22 +01:00
|
|
|
# %setup -q -n salt-%{version}
|
2018-04-11 18:47:08 +02:00
|
|
|
%setup -q -n salt-%{version}
|
2015-08-31 22:59:05 +02:00
|
|
|
cp %{S:1} .
|
2016-11-06 12:48:16 +01:00
|
|
|
cp %{S:5} ./.travis.yml
|
2017-10-13 15:57:09 +02:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2017-11-27 18:18:19 +01:00
|
|
|
%patch7 -p1
|
2018-03-01 12:10:51 +01:00
|
|
|
%patch8 -p1
|
2018-03-19 09:54:13 +01:00
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
2018-04-11 18:47:08 +02:00
|
|
|
%patch11 -p1
|
|
|
|
%patch12 -p1
|
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
2018-04-30 14:06:44 +02:00
|
|
|
%patch15 -p1
|
|
|
|
%patch16 -p1
|
|
|
|
%patch17 -p1
|
|
|
|
%patch18 -p1
|
|
|
|
%patch19 -p1
|
2018-05-09 11:09:28 +02:00
|
|
|
%patch20 -p1
|
2017-10-13 15:57:09 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%build
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?build_py2}
|
|
|
|
%{__python} setup.py --with-salt-version=%{version} --salt-transport=both build
|
|
|
|
cp ./build/lib/salt/_version.py ./salt
|
|
|
|
mv build _build.python2
|
|
|
|
%endif
|
|
|
|
%if 0%{?build_py3}
|
2017-12-02 13:25:02 +01:00
|
|
|
%{__python3} setup.py --with-salt-version=%{version} --salt-transport=both build
|
|
|
|
cp ./build/lib/salt/_version.py ./salt
|
2018-01-26 14:46:21 +01:00
|
|
|
mv build _build.python3
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2016-09-28 09:49:13 +02:00
|
|
|
%if %{with docs} && %{without builddocs}
|
|
|
|
# extract docs from the tarball
|
|
|
|
mkdir -p doc/_build
|
|
|
|
pushd doc/_build/
|
2017-11-10 08:17:55 +01:00
|
|
|
tar xfv %{S:3}
|
2016-09-28 09:49:13 +02:00
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with docs} && %{with builddocs}
|
2013-11-18 10:54:21 +01:00
|
|
|
## documentation
|
2014-02-22 18:17:25 +01:00
|
|
|
cd doc && make html && rm _build/html/.buildinfo && rm _build/html/_images/proxy_minions.png && cd _build/html && chmod -R -x+X *
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-02-22 18:17:25 +01:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%install
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?build_py2}
|
|
|
|
mv _build.python2 build
|
|
|
|
%{__python} setup.py --salt-transport=both install --prefix=%{_prefix} --root=%{buildroot}
|
|
|
|
mv build _build.python2
|
|
|
|
%endif
|
|
|
|
%if 0%{?build_py3}
|
|
|
|
mv _build.python3 build
|
2017-11-10 08:17:55 +01:00
|
|
|
%{__python3} setup.py --salt-transport=both install --prefix=%{_prefix} --root=%{buildroot}
|
2018-01-26 14:46:21 +01:00
|
|
|
mv build _build.python3
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?default_py3}
|
|
|
|
DEF_PYPATH=_build.python3/scripts-*/
|
|
|
|
%else
|
|
|
|
DEF_PYPATH=_build.python2/scripts-*/
|
|
|
|
%endif
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/*
|
|
|
|
for script in $DEF_PYPATH/*; do
|
|
|
|
install -m 0755 $script %{buildroot}%{_bindir}
|
|
|
|
done
|
|
|
|
|
2013-10-18 11:35:12 +02:00
|
|
|
## create missing directories
|
2015-10-19 22:52:40 +02:00
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/master.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/minion.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.maps.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.profiles.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.providers.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/log/salt
|
|
|
|
install -Dd -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d/
|
|
|
|
install -Dd -m 0755 %{buildroot}%{_sbindir}
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/log/salt
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/minion/extmod
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/jobs
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/proc
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/queues
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/roots
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/syndics
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/master/tokens
|
2017-08-04 12:29:26 +02:00
|
|
|
install -Dd -m 0750 %{buildroot}%{_localstatedir}/cache/salt/cloud
|
2017-02-16 16:09:53 +01:00
|
|
|
install -Dd -m 0750 %{buildroot}/var/lib/salt
|
2015-10-19 22:52:40 +02:00
|
|
|
install -Dd -m 0750 %{buildroot}/srv/salt
|
|
|
|
install -Dd -m 0750 %{buildroot}/srv/pillar
|
|
|
|
install -Dd -m 0750 %{buildroot}/srv/spm
|
|
|
|
install -Dd -m 0755 %{buildroot}%{_docdir}/salt
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.maps.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.profiles.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/cloud.providers.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/master.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/minion.d
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master/minions
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master/minions_autosign
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master/minions_denied
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master/minions_pre
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/master/minions_rejected
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_sysconfdir}/salt/pki/minion
|
2014-07-21 21:40:37 +02:00
|
|
|
|
2016-05-12 08:02:59 +02:00
|
|
|
## Install Zypper plugins only on SUSE machines
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
install -Dd -m 0750 %{buildroot}%{_prefix}/lib/zypp/plugins/commit
|
2018-01-26 14:46:21 +01:00
|
|
|
%{__install} scripts/suse/zypper/plugins/commit/zyppnotify %{buildroot}%{_prefix}/lib/zypp/plugins/commit/zyppnotify
|
2018-02-28 16:27:22 +01:00
|
|
|
%if 0%{?default_py3}
|
|
|
|
sed -i '1s=^#!/usr/bin/\(python\|env python\)[0-9.]*=#!/usr/bin/python3=' %{buildroot}%{_prefix}/lib/zypp/plugins/commit/zyppnotify
|
|
|
|
%endif
|
2016-05-12 08:02:59 +02:00
|
|
|
%endif
|
|
|
|
|
2017-02-16 16:09:53 +01:00
|
|
|
# Install Yum plugins only on RH machines
|
|
|
|
%if 0%{?fedora} || 0%{?rhel}
|
|
|
|
install -Dd %{buildroot}%{_prefix}/share/yum-plugins
|
|
|
|
install -Dd %{buildroot}/etc/yum/pluginconf.d
|
2018-01-26 14:46:21 +01:00
|
|
|
%{__install} scripts/suse/yum/plugins/yumnotify.py %{buildroot}%{_prefix}/share/yum-plugins
|
|
|
|
%{__install} scripts/suse/yum/plugins/yumnotify.conf %{buildroot}/etc/yum/pluginconf.d
|
2017-02-16 16:09:53 +01:00
|
|
|
%endif
|
|
|
|
|
2014-02-22 18:17:25 +01:00
|
|
|
## install init and systemd scripts
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2018-01-26 14:46:21 +01:00
|
|
|
install -Dpm 0644 pkg/suse/salt-master.service %{buildroot}%{_unitdir}/salt-master.service
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2017-02-16 16:09:53 +01:00
|
|
|
install -Dpm 0644 pkg/suse/salt-minion.service %{buildroot}%{_unitdir}/salt-minion.service
|
2017-08-04 14:51:31 +02:00
|
|
|
%else
|
2018-01-26 14:46:21 +01:00
|
|
|
install -Dpm 0644 pkg/suse/salt-minion.service.rhel7 %{buildroot}%{_unitdir}/salt-minion.service
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
install -Dpm 0644 pkg/salt-syndic.service %{buildroot}%{_unitdir}/salt-syndic.service
|
2017-08-04 14:51:31 +02:00
|
|
|
install -Dpm 0644 pkg/suse/salt-api.service %{buildroot}%{_unitdir}/salt-api.service
|
2017-02-16 16:09:53 +01:00
|
|
|
install -Dpm 0644 pkg/salt-proxy@.service %{buildroot}%{_unitdir}/salt-proxy@.service
|
2014-02-22 18:17:25 +01:00
|
|
|
ln -s service %{buildroot}%{_sbindir}/rcsalt-master
|
|
|
|
ln -s service %{buildroot}%{_sbindir}/rcsalt-syndic
|
|
|
|
ln -s service %{buildroot}%{_sbindir}/rcsalt-minion
|
2014-11-24 11:13:31 +01:00
|
|
|
ln -s service %{buildroot}%{_sbindir}/rcsalt-api
|
2015-10-19 22:52:40 +02:00
|
|
|
install -Dpm 644 %{S:2} %{buildroot}/usr/lib/tmpfiles.d/salt.conf
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
mkdir -p %{buildroot}%{_initddir}
|
2014-02-22 18:17:25 +01:00
|
|
|
## install init scripts
|
|
|
|
install -Dpm 0755 pkg/suse/salt-master %{buildroot}%{_initddir}/salt-master
|
|
|
|
install -Dpm 0755 pkg/suse/salt-syndic %{buildroot}%{_initddir}/salt-syndic
|
|
|
|
install -Dpm 0755 pkg/suse/salt-minion %{buildroot}%{_initddir}/salt-minion
|
2014-11-24 11:13:31 +01:00
|
|
|
install -Dpm 0755 pkg/suse/salt-api %{buildroot}%{_initddir}/salt-api
|
2013-05-16 11:38:22 +02:00
|
|
|
ln -sf %{_initddir}/salt-master %{buildroot}%{_sbindir}/rcsalt-master
|
|
|
|
ln -sf %{_initddir}/salt-syndic %{buildroot}%{_sbindir}/rcsalt-syndic
|
|
|
|
ln -sf %{_initddir}/salt-minion %{buildroot}%{_sbindir}/rcsalt-minion
|
2014-11-24 11:13:31 +01:00
|
|
|
ln -sf %{_initddir}/salt-api %{buildroot}%{_sbindir}/rcsalt-api
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
2013-10-18 19:23:33 +02:00
|
|
|
|
2017-08-04 14:51:31 +02:00
|
|
|
## Install sysV salt-minion watchdog for SLES11 and RHEL6
|
|
|
|
%if 0%{?rhel} == 6 || 0%{?suse_version} == 1110
|
2018-01-26 14:46:21 +01:00
|
|
|
install -Dpm 0755 scripts/suse/watchdog/salt-daemon-watcher %{buildroot}%{_bindir}/salt-daemon-watcher
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
#
|
2013-10-18 11:35:12 +02:00
|
|
|
## install config files
|
2015-10-19 22:52:40 +02:00
|
|
|
install -Dpm 0640 conf/minion %{buildroot}%{_sysconfdir}/salt/minion
|
|
|
|
install -Dpm 0640 /dev/null %{buildroot}%{_sysconfdir}/salt/minion_id
|
|
|
|
install -Dpm 0640 conf/master %{buildroot}%{_sysconfdir}/salt/master
|
|
|
|
install -Dpm 0640 conf/roster %{buildroot}%{_sysconfdir}/salt/roster
|
|
|
|
install -Dpm 0640 conf/cloud %{buildroot}%{_sysconfdir}/salt/cloud
|
|
|
|
install -Dpm 0640 conf/cloud.profiles %{buildroot}%{_sysconfdir}/salt/cloud.profiles
|
|
|
|
install -Dpm 0640 conf/cloud.providers %{buildroot}%{_sysconfdir}/salt/cloud.providers
|
2013-05-16 11:38:22 +02:00
|
|
|
#
|
2018-01-26 14:46:21 +01:00
|
|
|
## install logrotate file (for RHEL6 we use without sudo)
|
|
|
|
%if 0%{?rhel} > 6 || 0%{?suse_version}
|
|
|
|
install -Dpm 0644 pkg/suse/salt-common.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/salt
|
|
|
|
%else
|
2014-02-22 18:17:25 +01:00
|
|
|
install -Dpm 0644 pkg/salt-common.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/salt
|
2018-01-26 14:46:21 +01:00
|
|
|
%endif
|
2013-09-08 15:29:30 +02:00
|
|
|
#
|
2013-10-18 11:35:12 +02:00
|
|
|
## install SuSEfirewall2 rules
|
2014-02-22 18:17:25 +01:00
|
|
|
install -Dpm 0644 pkg/suse/salt.SuSEfirewall2 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
|
2014-06-16 21:33:44 +02:00
|
|
|
#
|
|
|
|
## install completion scripts
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with bash_completion}
|
|
|
|
install -Dpm 0644 pkg/salt.bash %{buildroot}%{_sysconfdir}/bash_completion.d/salt
|
|
|
|
%endif
|
|
|
|
%if %{with zsh_completion}
|
|
|
|
install -Dpm 0644 pkg/zsh_completion.zsh %{buildroot}%{_sysconfdir}/zsh_completion.d/salt
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with fish_completion}
|
|
|
|
mkdir -p %{buildroot}%{fish_completions_dir}
|
|
|
|
install -Dpm 0644 pkg/fish-completions/* %{buildroot}%{fish_completions_dir}
|
|
|
|
%endif
|
|
|
|
|
2016-09-28 09:49:13 +02:00
|
|
|
%if 0%{?suse_version} > 1020
|
2017-11-10 08:17:55 +01:00
|
|
|
%fdupes %{buildroot}%{_docdir}
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?build_py2}
|
|
|
|
%fdupes %{buildroot}%{python_sitelib}
|
|
|
|
%endif
|
|
|
|
%if 0%{?build_py3}
|
2017-11-10 08:17:55 +01:00
|
|
|
%fdupes %{buildroot}%{python3_sitelib}
|
2016-09-28 09:49:13 +02:00
|
|
|
%endif
|
2018-01-26 14:46:21 +01:00
|
|
|
%endif
|
2016-09-28 09:49:13 +02:00
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%check
|
|
|
|
%if %{with test}
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?default_py3}
|
|
|
|
%{__python3} setup.py test --runtests-opts=-u
|
|
|
|
%else
|
|
|
|
%{__python} setup.py test --runtests-opts=-u
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%pre
|
2017-08-04 12:29:26 +02:00
|
|
|
S_HOME="/var/lib/salt"
|
|
|
|
S_PHOME="/srv/salt"
|
2017-11-10 08:17:55 +01:00
|
|
|
getent passwd salt | grep $S_PHOME >/dev/null && usermod -d $S_HOME salt
|
2015-10-19 22:52:40 +02:00
|
|
|
getent group salt >/dev/null || %{_sbindir}/groupadd -r salt
|
2017-08-04 12:29:26 +02:00
|
|
|
getent passwd salt >/dev/null || %{_sbindir}/useradd -r -g salt -d $S_HOME -s /bin/false -c "salt-master daemon" salt
|
2017-11-10 08:17:55 +01:00
|
|
|
if [[ -d "$S_PHOME/.ssh" ]]; then
|
2017-08-04 12:29:26 +02:00
|
|
|
mv $S_PHOME/.ssh $S_HOME
|
|
|
|
fi
|
2015-10-19 22:52:40 +02:00
|
|
|
|
|
|
|
%post
|
2016-09-28 09:49:13 +02:00
|
|
|
%if %{with systemd}
|
2015-10-19 22:52:40 +02:00
|
|
|
systemd-tmpfiles --create /usr/lib/tmpfiles.d/salt.conf || true
|
2016-09-28 09:49:13 +02:00
|
|
|
%else
|
|
|
|
dbus-uuidgen --ensure
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%preun proxy
|
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2016-09-28 09:49:13 +02:00
|
|
|
%service_del_preun salt-proxy@.service
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_preun salt-proxy@.service
|
|
|
|
%endif
|
|
|
|
%else
|
2016-09-28 09:49:13 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%stop_on_removal salt-proxy
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%pre proxy
|
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2016-09-28 09:49:13 +02:00
|
|
|
%service_add_pre salt-proxy@.service
|
|
|
|
%endif
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2016-09-28 09:49:13 +02:00
|
|
|
|
|
|
|
%post proxy
|
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2016-09-28 09:49:13 +02:00
|
|
|
%service_add_post salt-proxy@.service
|
|
|
|
%fillup_only
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_post salt-proxy@.service
|
|
|
|
%endif
|
|
|
|
%else
|
2016-09-28 09:49:13 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%fillup_and_insserv
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%postun proxy
|
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2016-09-28 09:49:13 +02:00
|
|
|
%service_del_postun salt-proxy@.service
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_postun_with_restart salt-proxy@.service
|
|
|
|
%endif
|
|
|
|
%else
|
2016-09-28 09:49:13 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%insserv_cleanup
|
|
|
|
%restart_on_update salt-proxy
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%preun syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_preun salt-syndic.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_preun salt-syndic.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%stop_on_removal salt-syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/sbin/service salt-syndic stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del salt-syndic
|
|
|
|
fi
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2014-08-05 10:24:27 +02:00
|
|
|
%pre syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-08-05 10:24:27 +02:00
|
|
|
%service_add_pre salt-syndic.service
|
|
|
|
%endif
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2014-08-05 10:24:27 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%post syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_add_post salt-syndic.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_only
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_post salt-syndic.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_and_insserv
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%postun syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_postun salt-syndic.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_postun_with_restart salt-syndic.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%insserv_cleanup
|
2013-10-18 19:23:33 +02:00
|
|
|
%restart_on_update salt-syndic
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%preun master
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_preun salt-master.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_preun salt-master.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%stop_on_removal salt-master
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/sbin/service salt-master stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del salt-master
|
|
|
|
fi
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2014-08-05 10:24:27 +02:00
|
|
|
%pre master
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-08-05 10:24:27 +02:00
|
|
|
%service_add_pre salt-master.service
|
|
|
|
%endif
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2014-08-05 10:24:27 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%post master
|
2016-06-06 12:54:59 +02:00
|
|
|
if [ $1 -eq 2 ] ; then
|
|
|
|
# Upgrading from an earlier version. If this is from 2014, where daemons
|
|
|
|
# ran as root, we need to chown some stuff to salt in order for the new
|
|
|
|
# version to actually work. It seems a manual restart of salt-master may
|
|
|
|
# still be required, but at least this will actually work given the file
|
|
|
|
# ownership is correct.
|
|
|
|
for file in master.{pem,pub} ; do
|
|
|
|
[ -f /etc/salt/pki/master/$file ] && chown salt /etc/salt/pki/master/$file
|
|
|
|
done
|
2017-08-04 14:51:31 +02:00
|
|
|
MASTER_CACHE_DIR="/var/cache/salt/master"
|
|
|
|
[ -d $MASTER_CACHE_DIR ] && chown -R salt:salt $MASTER_CACHE_DIR
|
|
|
|
[ -f $MASTER_CACHE_DIR/.root_key ] && chown root:root $MASTER_CACHE_DIR/.root_key
|
2016-06-06 12:54:59 +02:00
|
|
|
true
|
|
|
|
fi
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2018-02-08 12:05:40 +01:00
|
|
|
if [ `rpm -q systemd --queryformat="%%{VERSION}"` -lt 228 ]; then
|
2017-10-13 15:57:09 +02:00
|
|
|
# On systemd < 228 the 'TasksTask' attribute is not available.
|
|
|
|
# Removing TasksMax from salt-master.service on SLE12SP1 LTSS (bsc#985112)
|
|
|
|
sed -i '/TasksMax=infinity/d' %{_unitdir}/salt-master.service
|
|
|
|
fi
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_add_post salt-master.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_only
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_post salt-master.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_and_insserv
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add salt-master
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%postun master
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_postun salt-master.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_postun_with_restart salt-master.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%restart_on_update salt-master
|
2013-05-16 11:38:22 +02:00
|
|
|
%insserv_cleanup
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
|
|
|
/sbin/service salt-master condrestart >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
%endif
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%preun minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_preun salt-minion.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_preun salt-minion.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%stop_on_removal salt-minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/sbin/service salt-minion stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del salt-minion
|
|
|
|
fi
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2014-08-05 10:24:27 +02:00
|
|
|
%pre minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-08-05 10:24:27 +02:00
|
|
|
%service_add_pre salt-minion.service
|
|
|
|
%endif
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2014-08-05 10:24:27 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%post minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_add_post salt-minion.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_only
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_post salt-minion.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-10-18 19:23:33 +02:00
|
|
|
%fillup_and_insserv
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add salt-minion
|
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%postun minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%service_del_postun salt-minion.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_postun_with_restart salt-minion.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-05-16 11:38:22 +02:00
|
|
|
%insserv_cleanup
|
2013-10-18 19:23:33 +02:00
|
|
|
%restart_on_update salt-minion
|
2015-10-19 22:52:40 +02:00
|
|
|
%else
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
|
|
|
/sbin/service salt-minion condrestart >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
%endif
|
2013-10-18 19:23:33 +02:00
|
|
|
%endif
|
2013-05-16 11:38:22 +02:00
|
|
|
|
2014-11-24 11:13:31 +01:00
|
|
|
%preun api
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%service_del_preun salt-api.service
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_preun salt-api.service
|
|
|
|
%endif
|
|
|
|
%else
|
2014-11-24 11:13:31 +01:00
|
|
|
%stop_on_removal
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%pre api
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%service_add_pre salt-api.service
|
|
|
|
%endif
|
2017-08-04 14:51:31 +02:00
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
|
|
|
%post api
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%service_add_post salt-api.service
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_post salt-api.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%fillup_and_insserv
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
|
|
|
%postun api
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
2017-08-04 14:51:31 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%service_del_postun salt-api.service
|
|
|
|
%else
|
2017-08-04 14:51:31 +02:00
|
|
|
%systemd_postun_with_restart salt-api.service
|
|
|
|
%endif
|
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%if 0%{?suse_version}
|
2014-11-24 11:13:31 +01:00
|
|
|
%insserv_cleanup
|
|
|
|
%restart_on_update
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
2018-03-19 09:54:13 +01:00
|
|
|
%posttrans -n python2-salt
|
|
|
|
# force re-generate a new thin.tgz
|
|
|
|
rm -f %{_localstatedir}/cache/salt/master/thin/version
|
|
|
|
|
|
|
|
%if 0%{?build_py3}
|
|
|
|
%posttrans -n python3-salt
|
|
|
|
# force re-generate a new thin.tgz
|
|
|
|
rm -f %{_localstatedir}/cache/salt/master/thin/version
|
|
|
|
%endif
|
|
|
|
|
2014-11-24 11:13:31 +01:00
|
|
|
%files api
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-api
|
|
|
|
%{_sbindir}/rcsalt-api
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{_unitdir}/salt-api.service
|
2014-11-24 11:13:31 +01:00
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%{_initddir}/salt-api
|
2014-11-24 11:13:31 +01:00
|
|
|
%endif
|
|
|
|
%{_mandir}/man1/salt-api.1.*
|
|
|
|
|
2014-02-22 18:17:25 +01:00
|
|
|
%files cloud
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-cloud
|
2015-10-19 22:52:40 +02:00
|
|
|
%dir %attr(0750, root, salt) %{_sysconfdir}/salt/cloud.maps.d
|
|
|
|
%dir %attr(0750, root, salt) %{_sysconfdir}/salt/cloud.profiles.d
|
|
|
|
%dir %attr(0750, root, salt) %{_sysconfdir}/salt/cloud.providers.d
|
|
|
|
%config(noreplace) %attr(0640, root, salt) %{_sysconfdir}/salt/cloud
|
|
|
|
%config(noreplace) %attr(0640, root, salt) %{_sysconfdir}/salt/cloud.profiles
|
|
|
|
%config(noreplace) %attr(0640, root, salt) %{_sysconfdir}/salt/cloud.providers
|
2017-08-04 12:29:26 +02:00
|
|
|
%dir %attr(0750, root, salt) %{_localstatedir}/cache/salt/cloud
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?default_py3}
|
2017-11-10 08:17:55 +01:00
|
|
|
%{python3_sitelib}/salt/cloud/deploy/bootstrap-salt.sh
|
|
|
|
%attr(755,root,root)%{python3_sitelib}/salt/cloud/deploy/bootstrap-salt.sh
|
2018-01-26 14:46:21 +01:00
|
|
|
%else
|
|
|
|
%{python_sitelib}/salt/cloud/deploy/bootstrap-salt.sh
|
|
|
|
%attr(755,root,root)%{python_sitelib}/salt/cloud/deploy/bootstrap-salt.sh
|
|
|
|
%endif
|
2014-02-22 18:17:25 +01:00
|
|
|
%{_mandir}/man1/salt-cloud.1.*
|
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%files ssh
|
2013-09-27 18:20:38 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-ssh
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_mandir}/man1/salt-ssh.1.gz
|
2013-09-27 18:20:38 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%files syndic
|
2013-05-16 11:38:22 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-syndic
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_mandir}/man1/salt-syndic.1.gz
|
2014-02-22 18:17:25 +01:00
|
|
|
%{_sbindir}/rcsalt-syndic
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{_unitdir}/salt-syndic.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%{_initddir}/salt-syndic
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%files minion
|
2013-05-16 11:38:22 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-minion
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_mandir}/man1/salt-minion.1.gz
|
2015-10-19 22:52:40 +02:00
|
|
|
%config(noreplace) %attr(0640, root, root) %{_sysconfdir}/salt/minion
|
|
|
|
%config(noreplace) %attr(0640, root, root) %ghost %{_sysconfdir}/salt/minion_id
|
|
|
|
%dir %attr(0750, root, root) %{_sysconfdir}/salt/minion.d/
|
|
|
|
%dir %attr(0750, root, root) %{_sysconfdir}/salt/pki/minion/
|
|
|
|
%dir %attr(0750, root, root) %{_localstatedir}/cache/salt/minion/
|
2016-09-28 09:49:13 +02:00
|
|
|
#%dir %ghost %attr(0750, root, salt) %{_localstatedir}/run/salt/minion
|
2014-02-22 18:17:25 +01:00
|
|
|
%{_sbindir}/rcsalt-minion
|
2016-05-12 08:02:59 +02:00
|
|
|
|
2016-09-28 15:09:18 +02:00
|
|
|
# Install plugin only on SUSE machines
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
%{_prefix}/lib/zypp/plugins/commit/zyppnotify
|
|
|
|
%endif
|
|
|
|
|
2017-02-16 16:09:53 +01:00
|
|
|
# Install Yum plugins only on RH machines
|
|
|
|
%if 0%{?fedora} || 0%{?rhel}
|
|
|
|
%{_prefix}/share/yum-plugins/
|
|
|
|
/etc/yum/pluginconf.d/yumnotify.conf
|
|
|
|
%endif
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{_unitdir}/salt-minion.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%config(noreplace) %{_initddir}/salt-minion
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
|
|
|
|
2017-08-04 14:51:31 +02:00
|
|
|
## Install sysV salt-minion watchdog for SLES11 and RHEL6
|
|
|
|
%if 0%{?rhel} == 6 || 0%{?suse_version} == 1110
|
|
|
|
%{_bindir}/salt-daemon-watcher
|
|
|
|
%endif
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%files proxy
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt-proxy
|
|
|
|
%{_mandir}/man1/salt-proxy.1.gz
|
2016-06-06 12:54:59 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{_unitdir}/salt-proxy@.service
|
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
|
2013-11-18 10:54:21 +01:00
|
|
|
%files master
|
2013-05-16 11:38:22 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/salt
|
|
|
|
%{_bindir}/salt-master
|
|
|
|
%{_bindir}/salt-cp
|
|
|
|
%{_bindir}/salt-key
|
|
|
|
%{_bindir}/salt-run
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_mandir}/man1/salt-master.1.gz
|
|
|
|
%{_mandir}/man1/salt-cp.1.gz
|
|
|
|
%{_mandir}/man1/salt-key.1.gz
|
|
|
|
%{_mandir}/man1/salt-run.1.gz
|
2015-01-24 22:20:58 +01:00
|
|
|
%{_mandir}/man7/salt.7.gz
|
2013-09-08 15:29:30 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
|
2014-02-22 18:17:25 +01:00
|
|
|
%{_sbindir}/rcsalt-master
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
%{_unitdir}/salt-master.service
|
2013-10-18 19:23:33 +02:00
|
|
|
%else
|
2015-10-19 22:52:40 +02:00
|
|
|
%config(noreplace) %{_initddir}/salt-master
|
2013-05-16 11:38:22 +02:00
|
|
|
%endif
|
2015-10-19 22:52:40 +02:00
|
|
|
#
|
|
|
|
%config(noreplace) %attr(0640, root, salt) %{_sysconfdir}/salt/master
|
|
|
|
%config(noreplace) %attr(0640, root, salt) %{_sysconfdir}/salt/roster
|
|
|
|
%dir %attr(0755, root, salt) %{_sysconfdir}/salt/master.d/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/minions/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/minions_autosign/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/minions_denied/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/minions_pre/
|
|
|
|
%dir %attr(0750, salt, salt) %{_sysconfdir}/salt/pki/master/minions_rejected/
|
2017-02-16 16:09:53 +01:00
|
|
|
%dir %attr(0755, salt, salt) /var/lib/salt
|
2015-10-19 22:52:40 +02:00
|
|
|
%dir %attr(0755, root, salt) /srv/salt
|
|
|
|
%dir %attr(0755, root, salt) /srv/pillar
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/jobs/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/proc/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/queues/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/roots/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/syndics/
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/cache/salt/master/tokens/
|
2016-09-28 09:49:13 +02:00
|
|
|
#%dir %ghost %attr(0750, salt, salt) %{_localstatedir}/run/salt/master/
|
2015-10-19 22:52:40 +02:00
|
|
|
|
2013-05-16 11:38:22 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2015-10-19 22:52:40 +02:00
|
|
|
%{_bindir}/spm
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_bindir}/salt-call
|
2014-11-24 11:13:31 +01:00
|
|
|
%{_bindir}/salt-unity
|
|
|
|
%{_mandir}/man1/salt-unity.1.gz
|
2013-10-01 08:35:03 +02:00
|
|
|
%{_mandir}/man1/salt-call.1.gz
|
2016-09-28 09:49:13 +02:00
|
|
|
%{_mandir}/man1/spm.1.gz
|
2013-05-16 11:38:22 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/salt
|
2015-08-31 22:59:05 +02:00
|
|
|
%doc LICENSE AUTHORS README.rst HACKING.rst README.SUSE
|
2015-10-19 22:52:40 +02:00
|
|
|
#
|
2016-09-28 09:49:13 +02:00
|
|
|
%dir %attr(0750, root, salt) %{_sysconfdir}/salt
|
|
|
|
%dir %attr(0750, root, salt) %{_sysconfdir}/salt/pki
|
|
|
|
%dir %attr(0750, salt, salt) %{_localstatedir}/log/salt
|
|
|
|
%dir %attr(0750, root, salt) %{_localstatedir}/cache/salt
|
|
|
|
#%dir %ghost %attr(0750, root, salt) %{_localstatedir}/run/salt
|
|
|
|
%dir %attr(0750, root, salt) /srv/spm
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with systemd}
|
|
|
|
/usr/lib/tmpfiles.d/salt.conf
|
|
|
|
%endif
|
2017-02-16 16:09:53 +01:00
|
|
|
%{_mandir}/man1/salt.1.*
|
2014-06-16 21:33:44 +02:00
|
|
|
|
2018-01-26 14:46:21 +01:00
|
|
|
%if 0%{?build_py2}
|
|
|
|
%files -n python2-salt
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{python_sitelib}/*
|
|
|
|
%exclude %{python_sitelib}/salt/cloud/deploy/*.sh
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?build_py3}
|
|
|
|
%files -n python3-salt
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
%exclude %{python3_sitelib}/salt/cloud/deploy/*.sh
|
|
|
|
%endif
|
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with docs}
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc doc/_build/html
|
|
|
|
%endif
|
2014-06-16 21:33:44 +02:00
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with bash_completion}
|
2014-06-16 21:33:44 +02:00
|
|
|
%files bash-completion
|
|
|
|
%defattr(-,root,root)
|
2015-10-19 22:52:40 +02:00
|
|
|
%dir %{_sysconfdir}/bash_completion.d/
|
2014-06-16 21:33:44 +02:00
|
|
|
%config %{_sysconfdir}/bash_completion.d/%{name}
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-06-16 21:33:44 +02:00
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with zsh_completion}
|
2014-11-24 11:13:31 +01:00
|
|
|
%files zsh-completion
|
|
|
|
%defattr(-,root,root)
|
2015-10-19 22:52:40 +02:00
|
|
|
%dir %{_sysconfdir}/zsh_completion.d/
|
2014-11-24 11:13:31 +01:00
|
|
|
%config %{_sysconfdir}/zsh_completion.d/%{name}
|
2015-10-19 22:52:40 +02:00
|
|
|
%endif
|
2014-11-24 11:13:31 +01:00
|
|
|
|
2015-10-19 22:52:40 +02:00
|
|
|
%if %{with fish_completion}
|
|
|
|
%files fish-completion
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{fish_completions_dir}/salt*
|
|
|
|
%dir %{fish_completions_dir}
|
|
|
|
%dir %{fish_dir}
|
|
|
|
%endif
|
2013-11-18 10:54:21 +01:00
|
|
|
|
2015-08-05 06:50:25 +02:00
|
|
|
%changelog
|
2018-01-26 14:46:21 +01:00
|
|
|
|
|
|
|
|