From b29988b53060ee32ec509090419598c60addaf0f8dcd5b7377bde86230e27a21 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 6 Feb 2024 10:13:17 +0000 Subject: [PATCH] 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 --- tomcat10.changes | 5 +++++ tomcat10.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/tomcat10.changes b/tomcat10.changes index cf0f5e8..cd5eb87 100644 --- a/tomcat10.changes +++ b/tomcat10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 6 10:04:21 UTC 2024 - Michele Bussolotto + +- rpm 4.19 requires dependencies on tomcat user and group (bsc#1219530) + ------------------------------------------------------------------- Wed Jan 17 15:59:25 UTC 2024 - Michele Bussolotto diff --git a/tomcat10.spec b/tomcat10.spec index bf0a2bf..aa653cb 100644 --- a/tomcat10.spec +++ b/tomcat10.spec @@ -138,6 +138,8 @@ Requires: libtcnative-1-0 >= 1.2.38 Requires: logrotate BuildArch: noarch Conflicts: %{app_name} +Provides: group(tomcat) +Provides: user(tomcat) %description 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(post): libxslt-tools Conflicts: %{app_name}-admin-webapps +Provides: group(tomcat) +Provides: user(tomcat) %description admin-webapps 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(post): libxslt-tools Conflicts: %{app_name}-webapps +Provides: group(tomcat) +Provides: user(tomcat) %description webapps The ROOT and examples web applications for Apache Tomcat