Fridrich Strba 2024-03-06 07:22:45 +00:00 committed by Git OBS Bridge
parent f5307ca6b0
commit aa35c00e2e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 6 07:21:23 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Require(post) util-linux for packages that run "runuser" in %%post
scripts
-------------------------------------------------------------------
Mon Mar 4 16:49:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -117,13 +117,14 @@ Requires: apache-commons-pool2
Requires: java >= 1.8
Requires(post): %fillup_prereq
Requires(post): libxslt-tools
Requires(post): util-linux
Requires(pre): shadow
%systemd_ordering
Recommends: libtcnative-1-0 >= 1.1.24
Recommends: logrotate
BuildArch: noarch
Provides: group(tomcat)
Provides: user(tomcat)
BuildArch: noarch
%description
Tomcat is the servlet container that is used in the official Reference
@ -138,6 +139,7 @@ Summary: The host manager and manager web applications for Apache Tomcat
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}-%{release}
Requires(post): libxslt-tools
Requires(post): util-linux
%description admin-webapps
The host manager and manager web-based applications for Apache Tomcat.
@ -244,6 +246,7 @@ Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}-%{release}
Requires: jakarta-taglibs-standard >= 1.1
Requires(post): libxslt-tools
Requires(post): util-linux
%description webapps
The ROOT and examples web applications for Apache Tomcat