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