Skip to content

Commit

Permalink
Fix spec file to work for RHEL >= 6 and wrong changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
esindril committed Oct 13, 2015
1 parent 205323f commit 51c5228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nutcracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi

%files
%defattr(-,root,root,-)
%if 0%{?rhel} == 6
%if 0%{?rhel} >= 6
/usr/sbin/nutcracker
%else
/usr/bin/nutcracker
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 51c5228

Please sign in to comment.