[salt/f20] Update to version 2014.1.0

Erik Johnson terminalmage at fedoraproject.org
Fri Feb 21 00:49:00 UTC 2014


commit 315cd57c373f1f6ad46c885f973be8ad5a62763e
Author: Erik Johnson <erik at saltstack.com>
Date:   Thu Feb 20 13:09:12 2014 -0600

    Update to version 2014.1.0

 .gitignore    |    8 ++++++++
 README.fedora |    1 -
 salt-minion   |    2 +-
 salt.spec     |    7 ++++++-
 sources       |    9 ++++++++-
 5 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8643b0e..b4343b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,11 @@
 /salt-0.17.4.tar.gz
 /salt-0.17.5.tar.gz
 /SaltTesting-0.5.4.tar.gz
+/salt-2014.1.0.tar.gz
+/README.fedora
+/salt-master
+/salt-master.service
+/salt-minion
+/salt-minion.service
+/salt-syndic
+/salt-syndic.service
diff --git a/README.fedora b/README.fedora
index 210610f..68c9ef5 100644
--- a/README.fedora
+++ b/README.fedora
@@ -6,7 +6,6 @@ libvirt-python
 python-mako
 pymongo
 python-redis / redis
-GitPython
 
 A semi-canonical list of the optional salt modules can be found at 
 https://github.com/saltstack/salt/blob/develop/doc/conf.py#L30
diff --git a/salt-minion b/salt-minion
index e8cd25f..a91ab7b 100644
--- a/salt-minion
+++ b/salt-minion
@@ -64,7 +64,7 @@ start() {
             RETVAL=0
         fi
     else
-        if [ $(pidofproc $PROCESS) ]; then
+        if [[ ! -z "$(pidofproc -p /var/run/$SERVICE.pid $PROCESS)" ]]; then
             RETVAL=$?
             echo -n "already running"
         else
diff --git a/salt.spec b/salt.spec
index b56a319..b7df42a 100644
--- a/salt.spec
+++ b/salt.spec
@@ -15,7 +15,7 @@
 %define _salttesting_ver 0.5.4
 
 Name: salt
-Version: 0.17.5
+Version: 2014.1.0
 Release: 1%{?dist}
 Summary: A parallel remote execution system
 
@@ -199,6 +199,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n salt-master
 %defattr(-,root,root)
 %doc %{_mandir}/man1/salt.1.*
+%doc %{_mandir}/man1/salt-cloud.1.*
 %doc %{_mandir}/man1/salt-cp.1.*
 %doc %{_mandir}/man1/salt-key.1.*
 %doc %{_mandir}/man1/salt-master.1.*
@@ -206,6 +207,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_mandir}/man1/salt-ssh.1.*
 %doc %{_mandir}/man1/salt-syndic.1.*
 %{_bindir}/salt
+%{_bindir}/salt-cloud
 %{_bindir}/salt-cp
 %{_bindir}/salt-key
 %{_bindir}/salt-master
@@ -318,6 +320,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Feb 20 2014 Erik Johnson <erik at saltstack.com> - 2014.1.0-1
+- Update to feature release 2014.1.0
+
 * Mon Jan 27 2014 Erik Johnson <erik at saltstack.com> - 0.17.5-1
 - Update to bugfix release 0.17.5
 
diff --git a/sources b/sources
index 84d1d92..1f357f0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,9 @@
-1c9647b743c83b73572206e029f1a43f  salt-0.17.5.tar.gz
+0d29af68d2996ab22d86f43637775df4  salt-2014.1.0.tar.gz
 f6ea7c5cc6600035bee122dae8225f4b  SaltTesting-0.5.4.tar.gz
+c3b42a778ecbb6e91b5d4d9e752b0c63  README.fedora
+7ea2a1ce8fefec682cd89b619db39525  salt-master
+3be813f49bf5ab9580cfc23e915eea4b  salt-master.service
+353763201289d2fc57d53263c4dad524  salt-minion
+8ef6ab9bf9750f146d31bd8da9da963b  salt-minion.service
+9dd4f6cdd608f8bca63f9a5b7655073b  salt-syndic
+97e1daa0f7232f48d109b62890b68d0e  salt-syndic.service


More information about the scm-commits mailing list