diff --git a/glassfish-jsp.spec b/glassfish-jsp.spec index 2d56eef6b8092a3254707d5104a0a3ab655c3073..5f61b486a9f4356a1eb7160f64c2c61bfa7c0eeb 100644 --- a/glassfish-jsp.spec +++ b/glassfish-jsp.spec @@ -3,7 +3,7 @@ %global reltag b02 Name: glassfish-jsp Version: 2.3.3 -Release: 1 +Release: 2 Summary: Glassfish J2EE JSP API implementation License: (CDDL-1.1 or GPLv2 with exceptions) and ASL 2.0 URL: http://glassfish.org @@ -23,6 +23,7 @@ Provides: jsp = %{jspspec} Provides: jsp%{jspspec} Provides: javax.servlet.jsp Requires: glassfish-jsp-api +Conflicts: glassfish-jsp >= 2.3.6 %description This project provides a container independent implementation of JSP 2.3. The main goals are: @@ -70,5 +71,8 @@ popd %license LICENSE-ASL-2.0.txt LICENSE-CDDL+GPLv2.html %changelog +* Tue Aug 30 2022 Ge Wang 2.3.3-2 +- Add conflicts limits + * Sat Aug 1 2020 shaoqiang kang - 2.3.3-1 - Package init