Resolves Bug #513202, upgrade to memcached 1.4.0, also adds new
memcached-devel rpm
This commit is contained in:
parent
f6f5f83312
commit
91094ee95a
@ -1 +1 @@
|
|||||||
memcached-1.2.8.tar.gz
|
memcached-1.4.0.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%define groupname memcached
|
%define groupname memcached
|
||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.2.8
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High Performance, Distributed Memory Object Cache
|
Summary: High Performance, Distributed Memory Object Cache
|
||||||
|
|
||||||
@ -54,9 +54,17 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires(post): policycoreutils
|
Requires(post): policycoreutils
|
||||||
Requires(postun): policycoreutils
|
Requires(postun): policycoreutils
|
||||||
|
|
||||||
|
|
||||||
%description selinux
|
%description selinux
|
||||||
SELinux policy module supporting memcached.
|
SELinux policy module supporting memcached.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Files needed for development using memcached protocol
|
||||||
|
Group: Development/Libraries
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Install memcached-devel if you are developing C/C++ applications that require access to the
|
||||||
|
memcached binary include files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -194,6 +202,9 @@ fi
|
|||||||
%doc SELinux/*.te SELinux/*.fc SELinux/*.if
|
%doc SELinux/*.te SELinux/*.fc SELinux/*.if
|
||||||
%{_datadir}/selinux/*/%{modulename}.pp
|
%{_datadir}/selinux/*/%{modulename}.pp
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,0755)
|
||||||
|
%{_includedir}/memcached/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 29 2009 Paul Lindner <lindner@inuus.com> - 1.2.8-1
|
* Wed Apr 29 2009 Paul Lindner <lindner@inuus.com> - 1.2.8-1
|
||||||
|
Loading…
Reference in New Issue
Block a user