diff --git a/.gitignore b/.gitignore index 372bb5a..a9a7449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /salt-0.9.4.tar.gz /salt-0.9.6.tar.gz +/salt-0.9.7.tar.gz diff --git a/salt.spec b/salt.spec index 71a6477..07acfff 100644 --- a/salt.spec +++ b/salt.spec @@ -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.9.6 +Version: 0.9.7 Release: 2%{?dist} Summary: A parallel remote execution system @@ -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 @@ -255,6 +257,12 @@ fi %endif %changelog +* Thu Mar 8 2012 Clint Savage - 0.9.7-2 +- Added dmidecode as a Requires + +* Thu Feb 16 2012 Clint Savage - 0.9.7-1 +- Moved to upstream release 0.9.7 + * Tue Jan 24 2012 Clint Savage - 0.9.6-2 - Added README.fedora and removed deps for optional modules diff --git a/sources b/sources index 8e99461..aca4a48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c1fe119e6f1fd96bc06614473509bf1 salt-0.9.6.tar.gz +b9d00b92fbaca3a2a356054650e29cf9 salt-0.9.7.tar.gz