From e401e7577b032cb17745774f4e7d94e53fb07dac Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 9 Dec 2009 15:33:09 +0000 Subject: [PATCH] vhostmd didn't chdir (/) when daemonizing. Fixed in this 0.4 release. --- sources | 2 +- vhostmd.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 29cbdd2..d78177b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -139650528c154da52a65adedfb8e83cf vhostmd-0.4.tar.bz2 +83ae93a53002b09c21654566790261a6 vhostmd-0.4.tar.bz2 diff --git a/vhostmd.spec b/vhostmd.spec index 33583f4..4a92a81 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -8,7 +8,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 0.4 -Release: 0.9.gite9db007b%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -16,8 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://gitorious.org/vhostmd # Upstream tarball hosting is screwed at the moment. This release is -# a pre-release of 0.4, based on the git commit names in the Release -# tag above, with 'make dist' done by the packager. +# of the 0.4 branch, with 'make dist' done by the packager. Source0: vhostmd-%{version}.tar.bz2 Source1: vhostmd.init Source2: vhostmd.sysconfig @@ -184,6 +183,9 @@ exit 0 %changelog +* Wed Dec 9 2009 Richard W.M. Jones - 0.4-1 +- vhostmd didn't chdir ("/") when daemonizing. Fixed in this 0.4 release. + * Tue Nov 17 2009 Richard W.M. Jones - 0.4-0.9.gite9db007b - Add a timestamp to the metrics. - Fix a typo in MemoryAllocatedToVirtualServers metric