From e41c14c3a030c97127e65565c707664f5191c31a Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 30 Aug 2022 14:50:47 +0800 Subject: [PATCH] add conflicts limit --- glassfish-jsp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glassfish-jsp.spec b/glassfish-jsp.spec index 2d56eef..5f61b48 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 -- Gitee