What were you trying to do that didn't work?
bootc (rhel image mode) linter reports missing systemd tmpfiles.d entries for haproxy owned /var/lib/haproxy directory:
$ bootc container lint --no-truncate
Lint warning: var-tmpfiles: Found content in /var missing systemd tmpfiles.d entries:
...
d /var/lib/haproxy 0755 root root - -
...
Please provide the package NVR for which the bug is seen:
haproxy-2.8.14-1.el9.x86_64
How reproducible is this bug?:
always
Steps to reproduce
build a rhel bootc image with the haproxy package included
run `bootc container lint --no-truncate`
Expected results
no issue reported for content belonging to the haproxy package
Actual results
missing tmpfiles.d entry reported for /var/lib/haproxy