diff --git a/python-zdaemon.changes b/python-zdaemon.changes index 79743d8..02e7b7a 100644 --- a/python-zdaemon.changes +++ b/python-zdaemon.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jan 14 14:39:30 UTC 2013 - p.drouand@gmail.com + +-Update to 3.0.5 version: + * Fixed: the status command didn't return a non-zero exit status when + the program wasn't running. This made it impossible for other software + (e.g. Puppet) to tell if a process was running. +- Update to 3.0.0 version: + * Added an option, start-test-program to supply a test command to test + whether the program managed by zdaemon is up and operational, rather + than just running. When starting a program, the start command doesn't + return until the test passes. You could, for example, use this to wait + until a web server is actually accepting connections. + * Added a start-timeout option to error if a program takes too long to start. + This is especially useful in combination with the start-test-program option. + * Added an option, stop-timeout, to control how long to wait for a graceful shutdown. + * Previously, this was controlled by backoff-limit, which didn't make much sense. + * Several undocumented, untested, and presumably unused features were removed. + ------------------------------------------------------------------- Thu Dec 8 12:29:11 UTC 2011 - cfarrell@suse.com diff --git a/python-zdaemon.spec b/python-zdaemon.spec index c7fa882..2057652 100644 --- a/python-zdaemon.spec +++ b/python-zdaemon.spec @@ -1,7 +1,7 @@ # # spec file for package python-zdaemon # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define modname zdaemon Name: python-zdaemon -Version: 2.0.4 +Version: 3.0.5 Release: 0 Summary: Daemon process control library and tools License: ZPL-2.1 @@ -41,15 +41,11 @@ although it is not limited to running Python-based applications %setup -q -n %{modname}-%{version} %build -export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES -%clean -rm -rf %{buildroot} - %files -f INSTALLED_FILES %defattr(-,root,root) %doc README.txt CHANGES.txt diff --git a/zdaemon-2.0.4.tar.bz2 b/zdaemon-2.0.4.tar.bz2 deleted file mode 100644 index 6ca981e..0000000 --- a/zdaemon-2.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f76ab5d59bd75ecdc67c2812e7035a5e5395c0918fa875cf0ee4b204df54c79 -size 33780 diff --git a/zdaemon-3.0.5.tar.bz2 b/zdaemon-3.0.5.tar.bz2 new file mode 100644 index 0000000..4e408d0 --- /dev/null +++ b/zdaemon-3.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6048605fd59027b2b69a5e7e791219419ccbb8e57c2383e5370827cd48a76bb +size 40960