Bug ID 1219530
Summary [Build 20240202] openQA test fails in tomcat
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
URL https://openqa.opensuse.org/tests/3913723/modules/tomcat/steps/14
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Java
Assignee java-maintainers@suse.de
Reporter dimstar@opensuse.org
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By openQA
Blocker Yes

## Observation

The introduction of rpm 4.19 resulted in this error

Any package that declares special owner on files get an automatic dependency on
the respective user/group.

If said user/group are generated by means of Stausees.d, the provides are
automatically added by rpm.

In case the user is manually created using add user/add group in a pre script,
the capability needs to be manually advertised using
provides: user(username)
Provides: group(group name)

Preferably the packages are converted to sysusers to generate the user, but
manually adding the provides is a valid stop-measure.


openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-tomcat@64bit fails in
[tomcat](https://openqa.opensuse.org/tests/3913723/modules/tomcat/steps/14)

## Test suite description
Maintainer: zluo@suse.de
Install and test tomcat on Tumbleweed.


## Reproducible

Fails since (at least) Build
[20240202](https://openqa.opensuse.org/tests/3913723) (current job)


## Expected result

Last good: [20240201](https://openqa.opensuse.org/tests/3910782) (or more
recent)


## Further details

Always latest result in this scenario:
[latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=tomcat&version=Tumbleweed)


You are receiving this mail because: