forked from pool/python-zdaemon
Accepting request 148583 from devel:languages:python
Update to 3.0.5 (forwarded request 148447 from posophe) OBS-URL: https://build.opensuse.org/request/show/148583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zdaemon?expand=0&rev=10
This commit is contained in:
@@ -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
|
Thu Dec 8 12:29:11 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zdaemon
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
%define modname zdaemon
|
%define modname zdaemon
|
||||||
|
|
||||||
Name: python-zdaemon
|
Name: python-zdaemon
|
||||||
Version: 2.0.4
|
Version: 3.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon process control library and tools
|
Summary: Daemon process control library and tools
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
@@ -41,15 +41,11 @@ although it is not limited to running Python-based applications
|
|||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.txt CHANGES.txt
|
%doc README.txt CHANGES.txt
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f76ab5d59bd75ecdc67c2812e7035a5e5395c0918fa875cf0ee4b204df54c79
|
|
||||||
size 33780
|
|
||||||
3
zdaemon-3.0.5.tar.bz2
Normal file
3
zdaemon-3.0.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6048605fd59027b2b69a5e7e791219419ccbb8e57c2383e5370827cd48a76bb
|
||||||
|
size 40960
|
||||||
Reference in New Issue
Block a user