Daniel Wagner changed bug 1091680
What Removed Added
CC   daniel.wagner@suse.com

Comment # 1 on bug 1091680 from Daniel Wagner
FWIW, I am running into the same issue:

> nvme-cli.x86_64: E: systemd-service-without-service_del_preun nvmefc-boot-connections.service
> nvme-cli.x86_64: E: systemd-service-without-service_del_preun nvmf-autoconnect.service
> nvme-cli.x86_64: E: systemd-service-without-service_del_preun nvmf-connect-nbft.service
> nvme-cli.x86_64: E: systemd-service-without-service_del_preun nvmf-connect.target

But the spec file contains the necessary systemd hooks:

> %define services nvmefc-boot-connections.service nvmf-autoconnect.service nvmf-connect.target nvmf-connect-nbft.service
> %pre
> %service_add_pre %{services} nvmf-connect@.service
> %post
> %service_add_post %{services} nvmf-connect@.service
> %preun
> %service_del_preun %{services}
> %postun
> %service_del_postun %{services}

The workaround to add a rpmlint filter is also problematic, because
depending for which code stream the package is built, it's either an 
error or a warning. Adding all combinations is triggering warnings for 
any non matching filter. Basically, that means there is no clean build
possible with rpmlint enabled.


You are receiving this mail because: