SHA256
1
0
forked from pool/tomcat10

Accepting request 1144522 from home:mbussolotto:branches:Java:packages

- rpm 4.19 requires dependencies on tomcat user and group (bsc#1219530)

OBS-URL: https://build.opensuse.org/request/show/1144522
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat10?expand=0&rev=26
This commit is contained in:
Fridrich Strba 2024-02-06 10:13:17 +00:00 committed by Git OBS Bridge
parent 30b2afc48b
commit b29988b530
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 6 10:04:21 UTC 2024 - Michele Bussolotto <michele.bussolotto@suse.com>
- rpm 4.19 requires dependencies on tomcat user and group (bsc#1219530)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 17 15:59:25 UTC 2024 - Michele Bussolotto <michele.bussolotto@suse.com> Wed Jan 17 15:59:25 UTC 2024 - Michele Bussolotto <michele.bussolotto@suse.com>

View File

@ -138,6 +138,8 @@ Requires: libtcnative-1-0 >= 1.2.38
Requires: logrotate Requires: logrotate
BuildArch: noarch BuildArch: noarch
Conflicts: %{app_name} Conflicts: %{app_name}
Provides: group(tomcat)
Provides: user(tomcat)
%description %description
Tomcat is the servlet container that is used in the official Reference Tomcat is the servlet container that is used in the official Reference
@ -153,6 +155,8 @@ Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires(post): libxslt-tools Requires(post): libxslt-tools
Conflicts: %{app_name}-admin-webapps Conflicts: %{app_name}-admin-webapps
Provides: group(tomcat)
Provides: user(tomcat)
%description admin-webapps %description admin-webapps
The host manager and manager web-based applications for Apache Tomcat. The host manager and manager web-based applications for Apache Tomcat.
@ -266,6 +270,8 @@ Requires: %{name} = %{version}-%{release}
Requires: jakarta-taglibs-standard >= 1.1 Requires: jakarta-taglibs-standard >= 1.1
Requires(post): libxslt-tools Requires(post): libxslt-tools
Conflicts: %{app_name}-webapps Conflicts: %{app_name}-webapps
Provides: group(tomcat)
Provides: user(tomcat)
%description webapps %description webapps
The ROOT and examples web applications for Apache Tomcat The ROOT and examples web applications for Apache Tomcat