diff --git a/.gitignore b/.gitignore index 93663da..a0e5363 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ gearmand-0.13.tar.gz /gearmand-0.25.tar.gz /gearmand-0.26.tar.gz /gearmand-0.27.tar.gz +/gearmand-0.28.tar.gz diff --git a/gearmand.spec b/gearmand.spec index eb38be0..59739e2 100644 --- a/gearmand.spec +++ b/gearmand.spec @@ -1,6 +1,6 @@ Name: gearmand -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A distributed job system @@ -8,7 +8,7 @@ Group: System Environment/Daemons License: BSD URL: http://www.gearman.org Source0: http://launchpad.net/gearmand/trunk/%{version}/+download/gearmand-%{version}.tar.gz -Source1: gearmand.init +#Source1: gearmand.init Source2: gearmand.sysconfig Source3: gearmand.service BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,9 +22,11 @@ BuildRequires: systemd-units BuildRequires: google-perftools-devel %endif Requires(pre): shadow-utils +Requires: procps + +# FIX ME: Should be removed after 0.27-1 Requires(post): chkconfig Requires(preun): chkconfig, initscripts -Requires: procps # This is actually needed for the %triggerun script but Requires(triggerun) # is not valid. We can use %post because this particular %triggerun script @@ -100,7 +102,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -v %{buildroot}%{_libdir}/libgearman*.la -install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/gearmand +#install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/gearmand install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/gearmand mkdir -p %{buildroot}/var/run/gearmand \ %{buildroot}%{_unitdir} @@ -161,7 +163,7 @@ fi %{_sbindir}/gearmand %{_bindir}/gearman %{_bindir}/gearadmin -%{_initrddir}/gearmand +#%%{_initrddir}/gearmand %{_unitdir}/%{name}.service %{_mandir}/man1/gearman.1* %{_mandir}/man8/gearmand.8* @@ -191,6 +193,10 @@ fi %{_includedir}/libgearman-1.0/ %changelog +* Fri Jan 27 2012 BJ Dierkes - 0.28-1 +- Latest sources from upstream. Release notes here: + https://launchpad.net/gearmand/trunk/0.28 + * Thu Jan 12 2012 BJ Dierkes - 0.27-2 - Adding Patch0: gearmand-0.27-lp914495.patch Resolves LP#914495 diff --git a/gearmand.sysconfig b/gearmand.sysconfig index 2548190..bee2500 100644 --- a/gearmand.sysconfig +++ b/gearmand.sysconfig @@ -1,3 +1,3 @@ -## Settings for gearmand -#OPTIONS="" +### Settings for gearmand +# OPTIONS="" diff --git a/sources b/sources index 665705e..274d78c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -941724ae3f2fc0b0ff383fde0b9962f3 gearmand-0.27.tar.gz +43fc281297489a53d4ee081e33c728db gearmand-0.28.tar.gz