Skip to content

Commit

Permalink
Update minimum release Linux requirement to 6.6
Browse files Browse the repository at this point in the history
Motivation:

CentOS 6.6 has been released on Nov 15, 2014.

Modifications:

Update the minimum Linux requirement from 6.5 to 6.6

Result:

Can release on an updated RHEL/CentOS system
  • Loading branch information
trustin committed Dec 28, 2014
1 parent 050103d commit 0a2d3c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

<profiles>
<!--
netty-tcnative must be released from RHEL 6.5 x86_64 or compatible so that:
netty-tcnative must be released from RHEL 6.6 x86_64 or compatible so that:

1) we ship x86_64 version of epoll transport officially, and
2) we ensure the ABI compatibility with older GLIBC versions.
Expand Down Expand Up @@ -200,12 +200,12 @@
</requireProperty>
<requireFilesContent>
<message>
Release process must be performed on RHEL 6.5 or its derivatives.
Release process must be performed on RHEL 6.6 or its derivatives.
</message>
<files>
<file>/etc/redhat-release</file>
</files>
<content>release 6.5</content>
<content>release 6.6</content>
</requireFilesContent>
</rules>
</configuration>
Expand Down

0 comments on commit 0a2d3c9

Please sign in to comment.