From 7b9c3e0a7b3263d509b3dd6b005eb9181ff06a7c1324a766891bb6f93fd22ee0 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 6 Feb 2024 10:12:55 +0000 Subject: [PATCH] Accepting request 1144524 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/1144524 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=293 --- tomcat.changes | 5 +++++ tomcat.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/tomcat.changes b/tomcat.changes index c46aa72..e30749c 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 6 09:55:04 UTC 2024 - Michele Bussolotto + +- rpm 4.19 requires dependencies on tomcat user and group (bsc#1219530) + ------------------------------------------------------------------- Wed Jan 17 16:57:21 UTC 2024 - Michele Bussolotto diff --git a/tomcat.spec b/tomcat.spec index 559f067..fcc08f5 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -121,6 +121,8 @@ Requires(pre): shadow Recommends: libtcnative-1-0 >= 1.1.24 Recommends: logrotate BuildArch: noarch +Provides: group(tomcat) +Provides: user(tomcat) %description Tomcat is the servlet container that is used in the official Reference @@ -135,6 +137,8 @@ Summary: The host manager and manager web applications for Apache Tomcat Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version}-%{release} Requires(post): libxslt-tools +Provides: group(tomcat) +Provides: user(tomcat) %description admin-webapps The host manager and manager web-based applications for Apache Tomcat. @@ -240,6 +244,8 @@ Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version}-%{release} Requires: jakarta-taglibs-standard >= 1.1 Requires(post): libxslt-tools +Provides: group(tomcat) +Provides: user(tomcat) %description webapps The ROOT and examples web applications for Apache Tomcat