|
Bugzilla – Full Text Bug Listing |
| Summary: | avahi-autoipd install scriptlet is failing due to missing dependency on avahi | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP4 | Reporter: | Jozef Pupava <jpupava> |
| Component: | Other | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar |
| Version: | SLES15SP4-MaintUpd | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/12725974/modules/update_install/steps/205 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | No | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | install.log | ||
|
Description
Jozef Pupava
2023-10-31 08:39:26 UTC
avahi-autopid probably needs a Requires(pre): avahi The command that returns this failure is:
find /var/lib/avahi-autoipd -user avahi -exec chown avahi-autoipd:avahi-autoipd {} +
i.e it's upgrade code changing from user avahi to avahi-autoipd
I don't think requiring avahi is the right fix here - we should rather make find quiet if it could not find any file on that non-exissting user, as this also means, nothing needs to change ownership
maybe something like getent passed avahi && find …
Fix for Factory: created request id 1125434 This is an autogenerated message for OBS integration: This bug (1216730) was mentioned in https://build.opensuse.org/request/show/1126603 Factory / avahi Last avahi update passed. |