fixes for crash on x86_64 and startup script problems, patch properly
This commit is contained in:
parent
888f13ffa1
commit
97b23d0441
@ -1,6 +1,6 @@
|
||||
Name: memcached
|
||||
Version: 1.2.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: High Performance, Distributed Memory Object Cache
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -11,6 +11,9 @@ Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
|
||||
# custom init script
|
||||
Source1: memcached.sysv
|
||||
|
||||
# Fixes
|
||||
Patch1: memcached-1.2.3-save_pid_fix.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libevent-devel
|
||||
@ -27,6 +30,8 @@ web applications by alleviating database load.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user