mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
moved RPM to 0.10.2
This commit is contained in:
parent
75229d1463
commit
aca084a0ac
1 changed files with 7 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: salt
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A parallel remote execution system
|
||||
|
||||
|
@ -45,7 +45,6 @@ Requires: python26-zmq
|
|||
Requires: python26-jinja2
|
||||
Requires: python26-PyYAML
|
||||
Requires: python26-m2crypto
|
||||
Requires: python26-PyXML
|
||||
Requires: python26-msgpack
|
||||
|
||||
%else
|
||||
|
@ -62,7 +61,6 @@ Requires: python-zmq
|
|||
Requires: python-jinja2
|
||||
Requires: PyYAML
|
||||
Requires: m2crypto
|
||||
Requires: PyXML
|
||||
Requires: python-msgpack
|
||||
|
||||
%endif
|
||||
|
@ -261,8 +259,12 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jun 16 2012 Clint Savage <herlo1@gmail.com> - 0.10.0-1
|
||||
- Moved to upstream release 0.10.0
|
||||
* Sat Jul 31 2012 Clint Savage <herlo1@gmail.com> - 0.10.2-1
|
||||
- Moved to upstream release 0.10.2
|
||||
- Removed PyXML as a dependency
|
||||
|
||||
* Sat Jun 16 2012 Clint Savage <herlo1@gmail.com> - 0.10.1-1
|
||||
- Moved to upstream release 0.10.1
|
||||
|
||||
* Sat Apr 28 2012 Clint Savage <herlo1@gmail.com> - 0.9.9.1-1
|
||||
- Moved to upstream release 0.9.9.1
|
||||
|
|
Loading…
Add table
Reference in a new issue