SHA256
1
0
forked from pool/redis

Accepting request 88557 from home:vintozver:branches:server:database

Update to version 2.4.1
Please note that docs are not included in sources from this version :(

OBS-URL: https://build.opensuse.org/request/show/88557
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=22
This commit is contained in:
Andreas Schneider
2011-10-22 08:32:19 +00:00
committed by Git OBS Bridge
parent 971b366e02
commit a327cce110
4 changed files with 18 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
%define _log_dir %{_var}/log/%{name}
Name: redis
Version: 2.2.14
Version: 2.4.1
Release: 1
#
License: BSD License
@@ -67,7 +67,8 @@ HTML documentation for redis database.
# Failures: - Fixed AOF: Server should have been started: Expected '1' to equal or match '0'
%patch2 -p1
mv doc html
# Documents are not available in this build
#mv doc html
%build
make PROF="%{optflags}" %{?jobs:-j%jobs}
@@ -145,6 +146,6 @@ echo " sudo rcredis start; insserv redis"
%files doc
%defattr(-,root,root)
%doc html/
%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING Changelog README TODO
%changelog