diff --git a/salt-2014.1.1.tar.gz b/salt-2014.1.1.tar.gz deleted file mode 100644 index d6bb6c9..0000000 --- a/salt-2014.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbe145c6e11db3697f2f13bca9cc341a4d6b459751e56142d34eec5a4187b743 -size 2811441 diff --git a/salt-2014.1.3.tar.gz b/salt-2014.1.3.tar.gz new file mode 100644 index 0000000..ebb5853 --- /dev/null +++ b/salt-2014.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ea80e459a64cf5bd4699f385253310e9db507bb5b6b5814e4bb22d836ba201 +size 2815036 diff --git a/salt.changes b/salt.changes index d9b318d..ba7a525 100644 --- a/salt.changes +++ b/salt.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Apr 17 18:06:56 UTC 2014 - aboe76@gmail.com + +- Updated to 2014.1.3 + - Fix username detection when su'ed to root on FreeBSD (issue 11628) + - Fix minionfs backend for file.recurse states + - Fix 32-bit packages of different arches than the CPU arch, on 32-bit RHEL/CentOS (issue 11822) + - Fix bug with specifying alternate home dir on user creation (FreeBSD) (issue 11790) + - Don’t reload site module on module refresh for MacOS + - Fix regression with running execution functions in Pillar SLS (issue 11453) + - Fix some modules missing from Windows installer + - Don’t log an error for yum commands that return nonzero exit status on non-failure (issue 11645) + - Fix bug in rabbitmq state (issue 8703) + - Fix missing ssh config options (issue 10604) + - Fix top.sls ordering (issue 10810 and issue 11691) + - Fix salt-key --list all (issue 10982) + - Fix win_servermanager install/remove function (issue 11038) + - Fix interaction with tokens when running commands as root (issue 11223) + - Fix overstate bug with find_job and **kwargs (issue 10503) + - Fix saltenv for aptpkg.mod_repo from pkgrepo state + - Fix environment issue causing file caching problems (issue 11189) + - Fix bug in __parse_key in registry state (issue 11408) + - Add minion auth retry on rejection (issue 10763) + - Fix publish_session updating the encryption key (issue 11493) + - Fix for bad AssertionError raised by GitPython (issue 11473) + - Fix debian_ip to allow disabling and enabling networking on Ubuntu (issue 11164) + - Fix potential memory leak caused by saved (and unused) events (issue 11582) + - Fix exception handling in the MySQL module (issue 11616) + - Fix environment-related error (issue 11534) + - Include psutil on Windows + - Add file.replace and file.search to Windows (issue 11471) + - Add additional file module helpers to Windows (issue 11235) + - Add pid to netstat output on Windows (issue 10782) + - Fix Windows not caching new versions of installers in winrepo (issue 10597) + - Fix hardcoded md5 hashing + - Fix kwargs in salt-ssh (issue 11609) + - Fix file backup timestamps (issue 11745) + - Fix stacktrace on sys.doc with invalid eauth (issue 11293) + - Fix git.latest with test=True (issue 11595) + - Fix file.check_perms hardcoded follow_symlinks (issue 11387) + - Fix certain pkg states for RHEL5/Cent5 machines (issue 11719) +- Packaging: + - python-psutil depencies (more functional modules out of the box) + - python-yaml depencies (more functional modules out of the box) + - python-requests depencies (salt-cloud) + + ------------------------------------------------------------------- Wed Mar 19 19:29:13 UTC 2014 - aboe76@gmail.com diff --git a/salt.spec b/salt.spec index 69269fa..3851bf7 100644 --- a/salt.spec +++ b/salt.spec @@ -17,7 +17,7 @@ Name: salt -Version: 2014.1.1 +Version: 2014.1.3 Release: 0 Summary: A parallel remote execution system License: Apache-2.0 @@ -31,10 +31,13 @@ BuildRequires: logrotate BuildRequires: python-Jinja2 BuildRequires: python-M2Crypto BuildRequires: python-PyYAML +BuildRequires: python-yaml BuildRequires: python-devel BuildRequires: python-msgpack-python BuildRequires: python-pycrypto BuildRequires: python-pyzmq +BuildRequires: python-psutil +BuildRequires: python-requests BuildRequires: python-apache-libcloud >= 0.14.0 %if 0%{?sles_version} @@ -62,9 +65,13 @@ BuildRequires: python-sphinx Requires: logrotate Requires: python-Jinja2 +Requires: python-yaml Requires: python-PyYAML +Requires: python-yaml Requires: python-apache-libcloud Requires: python-xml +Requires: python-psutil +Requires: python-requests Requires(pre): %fillup_prereq %if 0%{?suse_version} < 1210 Requires(pre): %insserv_prereq @@ -199,7 +206,6 @@ python setup.py build ## documentation cd doc && make html && rm _build/html/.buildinfo && rm _build/html/_images/proxy_minions.png && cd _build/html && chmod -R -x+X * - %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes %{buildroot}%{_prefix} @@ -256,8 +262,11 @@ install -Dpm 0644 pkg/salt-common.logrotate %{buildroot}%{_sysconfdir}/logrotat ## install SuSEfirewall2 rules install -Dpm 0644 pkg/suse/salt.SuSEfirewall2 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt -#%%check -#%%{__python} setup.py test --runtests-opts=-u +%check +# don't test on factory because of ssl2 method deprication +#%%if 0%{?suse_version} < 1310 +%{__python} setup.py test --runtests-opts=-u +#%%endif %preun syndic %if 0%{?_unitdir:1}