Fixing fedora classifier on master branch.
diff --git a/build.gradle b/build.gradle
index 7bc3c22..297f443 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,7 +114,7 @@
         // Fedora variants use a different soname for OpenSSL than other linux distributions
         // (see http://netty.io/wiki/forked-tomcat-native.html).
         if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) {
-            tcnative_suffix += "_fedora";
+            tcnative_suffix += "-fedora";
         }
 
         def epoll_suffix = "";