From a344169dddb3998135ae80a4f9349379c8fd93d5 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Wed, 7 Mar 2012 11:32:17 -0600 Subject: [PATCH] adding patch for LP#932994 --- gearmand.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gearmand.spec b/gearmand.spec index be72743..66647a6 100644 --- a/gearmand.spec +++ b/gearmand.spec @@ -1,7 +1,7 @@ Name: gearmand Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A distributed job system Group: System Environment/Daemons @@ -24,10 +24,6 @@ BuildRequires: google-perftools-devel Requires(pre): shadow-utils Requires: procps -# FIX ME: Should be removed after 0.27-1 -Requires(post): chkconfig -Requires(preun): chkconfig, initscripts - # This is actually needed for the %triggerun script but Requires(triggerun) # is not valid. We can use %post because this particular %triggerun script # should fire just after this package is installed. @@ -37,6 +33,7 @@ Requires(preun): systemd-units Requires(postun): systemd-units #Patch0: gearmand-0.27-lp914495.patch +Patch1: gearmand-0.28-lp932994.patch %description Gearman provides a generic framework to farm out work to other machines @@ -83,6 +80,7 @@ Development headers for %{name} 1.0. %prep %setup -q +%patch1 -p1 -b .lp932994 %build %ifarch ppc64 sparc64 @@ -192,6 +190,9 @@ fi %{_includedir}/libgearman-1.0/ %changelog +* Wed Mar 07 2012 BJ Dierkes - 0.28-2 +- Added Patch1: gearmand-0.28-lp932994.patch. Resolves: LP#932994 + * Fri Jan 27 2012 BJ Dierkes - 0.28-1 - Latest sources from upstream. Release notes here: https://launchpad.net/gearmand/trunk/0.28