mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
commit
b0d8635c9e
@ -9,8 +9,8 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: salt
|
||||
Version: 0.9.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A parallel remote execution system
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -28,6 +28,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: dmidecode
|
||||
|
||||
%if 0%{?with_python26}
|
||||
BuildRequires: python26-zmq
|
||||
BuildRequires: python26-crypto
|
||||
@ -254,6 +256,15 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 21 2012 Clint Savage <herlo1@gmail.com> - 0.9.8-1
|
||||
- Moved to upstream release 0.9.8
|
||||
|
||||
* Thu Mar 8 2012 Clint Savage <herlo1@gmail.com> - 0.9.7-2
|
||||
- Added dmidecode as a Requires
|
||||
|
||||
* Thu Feb 16 2012 Clint Savage <herlo1@gmail.com> - 0.9.7-1
|
||||
- Moved to upstream release 0.9.7
|
||||
|
||||
* Tue Jan 24 2012 Clint Savage <herlo1@gmail.com> - 0.9.6-2
|
||||
- Added README.fedora and removed deps for optional modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user