adding patch for LP#932994
This commit is contained in:
parent
b72ecd48b0
commit
a344169ddd
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: gearmand
|
Name: gearmand
|
||||||
Version: 0.28
|
Version: 0.28
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A distributed job system
|
Summary: A distributed job system
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -24,10 +24,6 @@ BuildRequires: google-perftools-devel
|
|||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires: procps
|
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)
|
# This is actually needed for the %triggerun script but Requires(triggerun)
|
||||||
# is not valid. We can use %post because this particular %triggerun script
|
# is not valid. We can use %post because this particular %triggerun script
|
||||||
# should fire just after this package is installed.
|
# should fire just after this package is installed.
|
||||||
@ -37,6 +33,7 @@ Requires(preun): systemd-units
|
|||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
|
||||||
#Patch0: gearmand-0.27-lp914495.patch
|
#Patch0: gearmand-0.27-lp914495.patch
|
||||||
|
Patch1: gearmand-0.28-lp932994.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gearman provides a generic framework to farm out work to other machines
|
Gearman provides a generic framework to farm out work to other machines
|
||||||
@ -83,6 +80,7 @@ Development headers for %{name} 1.0.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1 -b .lp932994
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc64 sparc64
|
%ifarch ppc64 sparc64
|
||||||
@ -192,6 +190,9 @@ fi
|
|||||||
%{_includedir}/libgearman-1.0/
|
%{_includedir}/libgearman-1.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 07 2012 BJ Dierkes <wdierkes@rackspace.com> - 0.28-2
|
||||||
|
- Added Patch1: gearmand-0.28-lp932994.patch. Resolves: LP#932994
|
||||||
|
|
||||||
* Fri Jan 27 2012 BJ Dierkes <wdierkes@rackspace.com> - 0.28-1
|
* Fri Jan 27 2012 BJ Dierkes <wdierkes@rackspace.com> - 0.28-1
|
||||||
- Latest sources from upstream. Release notes here:
|
- Latest sources from upstream. Release notes here:
|
||||||
https://launchpad.net/gearmand/trunk/0.28
|
https://launchpad.net/gearmand/trunk/0.28
|
||||||
|
Loading…
Reference in New Issue
Block a user