mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated suse spec to 2015.5.1
This commit is contained in:
parent
1504c76d3a
commit
0ad617df21
2 changed files with 24 additions and 8 deletions
|
@ -1,3 +1,18 @@
|
|||
-------------------------------------------------------------------
|
||||
Sat May 23 18:31:44 UTC 2015 - aboe76@gmail.com
|
||||
|
||||
- New Bugfix release 2015.5.1
|
||||
salt.runners.cloud.action() has changed the fun keyword argument to func.
|
||||
Please update any calls to this function in the cloud runner.
|
||||
|
||||
for more details:
|
||||
http://docs.saltstack.com/en/latest/topics/releases/2015.5.1.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 21:04:44 UTC 2015 - aboe76@gmail.com
|
||||
|
||||
- Removed python-pssh depency not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 20:33:53 UTC 2015 - aboe76@gmail.com
|
||||
|
||||
|
@ -200,6 +215,11 @@ Mon Nov 3 21:35:31 UTC 2014 - aboe76@gmail.com
|
|||
- added python-zipp as depency
|
||||
- added recommend python-pygit2, this is the preferred gitfs backend of saltstack
|
||||
- added zsh-completion package
|
||||
- Removed Patch fix-service-py-version-parsing-sles.patch already fixed in this package
|
||||
- Removed Patch pass-all-systemd-list-units.patch already fixed in this package
|
||||
- Removed Patch disable-service-py-for-suse-family.patch already fixed in this package
|
||||
- Removed Patch allow-systemd-units-no-unit-files.patch already fixed in this package
|
||||
- Removed Patch allow-systemd-parameterized-services.patch already fixed in this package
|
||||
- More information at: http://docs.saltstack.com/en/latest/topics/releases/2014.7.0.html
|
||||
- SALT SSH ENHANCEMENTS:
|
||||
+ Support for Fileserver Backends
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
|
||||
Name: salt
|
||||
Version: 2015.5.0
|
||||
Version: 2015.5.1
|
||||
Release: 0
|
||||
Summary: A parallel remote execution system
|
||||
License: Apache-2.0
|
||||
|
@ -58,10 +58,6 @@ BuildRequires: python-pip
|
|||
BuildRequires: python-salt-testing
|
||||
BuildRequires: python-unittest2
|
||||
BuildRequires: python-xml
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: python-pssh
|
||||
%{?systemd_requires}
|
||||
%endif
|
||||
|
||||
#for docs
|
||||
BuildRequires: python-sphinx
|
||||
|
@ -253,6 +249,7 @@ cd doc && make html && rm _build/html/.buildinfo && rm _build/html/_images/proxy
|
|||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
%fdupes $RPM_BUILD_ROOT%{python_sitelib}
|
||||
|
||||
## create missing directories
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d
|
||||
|
@ -491,10 +488,10 @@ install -Dpm 0644 pkg/zsh_completion.zsh %{buildroot}/etc/zsh_completion.d/%{nam
|
|||
%{_bindir}/salt-key
|
||||
%{_bindir}/salt-run
|
||||
%{_mandir}/man1/salt-master.1.gz
|
||||
%{_mandir}/man1/salt.1.gz
|
||||
%{_mandir}/man1/salt-cp.1.gz
|
||||
%{_mandir}/man1/salt-key.1.gz
|
||||
%{_mandir}/man1/salt-run.1.gz
|
||||
%{_mandir}/man7/salt.7.gz
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
|
||||
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/master
|
||||
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/roster
|
||||
|
@ -520,7 +517,6 @@ install -Dpm 0644 pkg/zsh_completion.zsh %{buildroot}/etc/zsh_completion.d/%{nam
|
|||
%{_bindir}/salt-unity
|
||||
%{_mandir}/man1/salt-unity.1.gz
|
||||
%{_mandir}/man1/salt-call.1.gz
|
||||
%{_mandir}/man7/salt.7.gz
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/salt
|
||||
%attr(755,root,root)%{python_sitelib}/salt/cloud/deploy/*.sh
|
||||
%{python_sitelib}/*
|
||||
|
@ -538,4 +534,4 @@ install -Dpm 0644 pkg/zsh_completion.zsh %{buildroot}/etc/zsh_completion.d/%{nam
|
|||
|
||||
%endif #with_bashcomp
|
||||
|
||||
%changelog
|
||||
%changelog
|
Loading…
Add table
Reference in a new issue