Andreas Stieger changed bug 1226664
What Removed Added
CC   Andreas.Stieger@gmx.de
Component Basesystem Network
Assignee screening-team-bugs@suse.de wicked-maintainers@suse.de

Comment # 1 on bug 1226664 from Andreas Stieger
(In reply to Georg Jansing from comment #0)
> Since a `zypper patch` this week 

Which one and when? Identify the update this relates to?
Are you reporting this against openSUSE-SLE-15.6-2024-1852 which updated to
0.6.75-150600.11.3.4?

Can you attempt to isolate it by downgrading wicked and related packages to
0.6.74-150600.9.2? 

zypper in --oldpackage ` \
zypper info -t patch --conflicts openSUSE-SLE-15.6-2024-1852 | \
grep " < " | while read NAME C VERSION; do \
rpm --quiet -q --queryformat "%{name}\n" $NAME && echo "${NAME}<${VERSION}"; \
done`


You are receiving this mail because: