forked from twitter/twemproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spec file to work for RHEL >= 6 and wrong changelog date
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ fi | |
|
||
%files | ||
%defattr(-,root,root,-) | ||
%if 0%{?rhel} == 6 | ||
%if 0%{?rhel} >= 6 | ||
/usr/sbin/nutcracker | ||
%else | ||
/usr/bin/nutcracker | ||
|
@@ -91,7 +91,7 @@ fi | |
- allow null key(empty key) (idning) | ||
- fix core on invalid mset like "mset a a a" (idning) | ||
|
||
* Tue Oct 18 2014 idning <[email protected]> | ||
* Tue Oct 14 2014 idning <[email protected]> | ||
- twemproxy: version 0.4.0 release | ||
- mget improve (idning) | ||
- many new commands supported: LEX, PFADD, PFMERGE, SORT, PING, QUIT, SCAN... (mattrobenolt, areina, idning) | ||
|