Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
gearman
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
gearmand.changes
@@ -2,6 +2,7 @@ Sat Jul 2 06:52:35 UTC 2011 - cs@linux-administrator.com - update to release 0.23 +- more cross-distribution build fixes ------------------------------------------------------------------- Sun May 15 17:13:07 UTC 2011 - cs@linux-administrator.com
[-]
[+]
Changed
gearmand.spec
^
@@ -30,7 +30,10 @@ BuildRequires: pkg-config %endif BuildRequires: boost-devel >= 1.37 -PreReq: %insserv_prereq %fillup_prereq /usr/sbin/groupadd /usr/sbin/useradd +%if 0%{?suse_version} +PreReq: %insserv_prereq %fillup_prereq +%endif +PreReq: /usr/sbin/groupadd /usr/sbin/useradd Source0: %{name}-%{version}.tar.bz2 Source1: gearmand.init Source2: gearmand.sysconfig @@ -81,16 +84,22 @@ /usr/sbin/useradd -o -g gearman -s /bin/false -r -c "user for gearmand" -d /var/lib/gearman/ gearman &>/dev/null || : %post -ldconfig +/sbin/ldconfig +%if 0%{?suse_version} %{fillup_and_insserv -y gearmand} +%endif %preun +%if 0%{?suse_version} %stop_on_removal gearmand +%endif %postun -ldconfig +/sbin/ldconfig +%if 0%{?suse_version} %restart_on_update gearmand %{insserv_cleanup} +%endif %files %defattr(-,root,root) @@ -99,8 +108,8 @@ %{_bindir}/gearman %{_bindir}/gearadmin %{_sbindir}/gearmand -%{_libdir}/libgearman.so.4 -%{_libdir}/libgearman.so.4.1.1 +%{_libdir}/libgearman.so.6 +%{_libdir}/libgearman.so.6.0.0 %{_sbindir}/rcgearmand %{_sysconfdir}/init.d/gearmand /var/adm/fillup-templates/sysconfig.gearmand