Accepting request 184882 from devel:languages:python
removed obsolete pre requirements (forwarded request 184881 from aboe76) OBS-URL: https://build.opensuse.org/request/show/184882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=8
This commit is contained in:
parent
61becab246
commit
a650e88922
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f79012838a5e674f5cd2126326606bffc3b3cb24c33d8667a11158241b656fc
|
||||
size 3523789
|
3
salt-0.16.1.tar.gz
Normal file
3
salt-0.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:397a3d90c97e5a0be9e70064f896dd0d594dfe42eebfcee0873df765a8f00cd6
|
||||
size 3539872
|
20
salt.changes
20
salt.changes
@ -1,5 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 21:25:21 UTC 2013 - aboe76@gmail.com
|
||||
Mon Jul 29 20:11:14 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
- removed not needed requirements:
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
Requires(pre): /usr/sbin/userdel
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 18:06:03 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
- Updated to salt 0.16.1
|
||||
- Bugfix release
|
||||
- postgresql module Fixes #6352.
|
||||
- returner fixes Fixes issue #5518
|
||||
- http authentication issues fixed #6356
|
||||
- warning of deprecation runas in favor of user
|
||||
- more information at https://github.com/saltstack/salt/commits/v0.16.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 21:24:21 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
- Updated init files, rc_status instead of rc status.
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: salt
|
||||
Version: 0.16.0
|
||||
Version: 0.16.1
|
||||
Release: 0
|
||||
Summary: A parallel remote execution system
|
||||
License: Apache-2.0
|
||||
@ -52,9 +52,6 @@ Requires: python-pycrypto
|
||||
Requires: python-pyzmq >= 2.1.9
|
||||
Requires(pre): %fillup_prereq
|
||||
Requires(pre): %insserv_prereq
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
Requires(pre): /usr/sbin/userdel
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user