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