From de94191a70adf1bb0695dfbfe1c413ad4eaf7bcc Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Mon, 9 Nov 2020 18:58:25 +0800 Subject: [PATCH] fix build error --- grizzly-npn.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/grizzly-npn.spec b/grizzly-npn.spec index 0f87eed..ba6b4f1 100644 --- a/grizzly-npn.spec +++ b/grizzly-npn.spec @@ -1,6 +1,6 @@ Name: grizzly-npn Version: 1.2 -Release: 1 +Release: 2 Summary: Grizzly Next Protocol Negotiation API License: CDDL or GPLv2 with exceptions URL: https://grizzly.java.net/spdy.html @@ -57,7 +57,10 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \ bootstrap/src/main/java/sun/security/ssl/HandshakeMessage.java \ bootstrap/src/main/java/sun/security/ssl/HelloExtensions.java \ bootstrap/src/main/java/sun/security/ssl/ServerHandshaker.java \ - bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java + bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java \ + bootstrap/src/main/java/sun/security/ssl/AlpnExtension.java \ + bootstrap/src/main/java/sun/security/ssl/NextProtocolNegotiationExtension.java + %pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions/pom:Export-Package" bootstrap %pom_xpath_inject "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions" " @@ -88,5 +91,8 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \ %license LICENSE.html %changelog +* Mon Nov 9 2020 wutao - 1.2-2 +- fix build error + * Sat Aug 15 2020 Ge Wang - 1.2-1 - Package init