Update to redis 2.0.4
This commit is contained in:
parent
8ddfa61371
commit
118e4917bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/redis-2.0.3.tar.gz
|
/redis-2.0.3.tar.gz
|
||||||
|
/redis-2.0.4.tar.gz
|
||||||
|
12
redis.spec
12
redis.spec
@ -2,7 +2,7 @@
|
|||||||
# http://code.google.com/p/redis/issues/detail?id=202
|
# http://code.google.com/p/redis/issues/detail?id=202
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
|
|
||||||
@ -14,7 +14,6 @@ Source1: %{name}.logrotate
|
|||||||
Source2: %{name}.init
|
Source2: %{name}.init
|
||||||
# Update configuration for Fedora
|
# Update configuration for Fedora
|
||||||
Patch0: %{name}-2.0.0-redis.conf.patch
|
Patch0: %{name}-2.0.0-redis.conf.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%if !0%{?el5}
|
%if !0%{?el5}
|
||||||
BuildRequires: tcl >= 8.5
|
BuildRequires: tcl >= 8.5
|
||||||
@ -51,7 +50,6 @@ tclsh tests/test_helper.tcl
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
|
||||||
# Install binaries
|
# Install binaries
|
||||||
install -p -D -m 755 %{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark
|
install -p -D -m 755 %{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark
|
||||||
install -p -D -m 755 %{name}-cli %{buildroot}%{_bindir}/%{name}-cli
|
install -p -D -m 755 %{name}-cli %{buildroot}%{_bindir}/%{name}-cli
|
||||||
@ -66,9 +64,6 @@ install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
|
|||||||
install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
|
install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
|
||||||
install -d -m 755 %{buildroot}%{_localstatedir}/run/%{name}
|
install -d -m 755 %{buildroot}%{_localstatedir}/run/%{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -fr %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/chkconfig --add redis
|
/sbin/chkconfig --add redis
|
||||||
|
|
||||||
@ -87,7 +82,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc 00-RELEASENOTES BUGS COPYING Changelog README TODO doc/
|
%doc 00-RELEASENOTES BUGS COPYING Changelog README doc/
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||||
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
|
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
|
||||||
@ -98,6 +93,9 @@ fi
|
|||||||
%{_initrddir}/%{name}
|
%{_initrddir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 19 2010 Silas Sewell <silas@sewell.ch> - 2.0.4-1
|
||||||
|
- Update to redis 2.0.4
|
||||||
|
|
||||||
* Tue Oct 19 2010 Silas Sewell <silas@sewell.ch> - 2.0.3-1
|
* Tue Oct 19 2010 Silas Sewell <silas@sewell.ch> - 2.0.3-1
|
||||||
- Update to redis 2.0.3
|
- Update to redis 2.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user