http://bugzilla.opensuse.org/show_bug.cgi?id=984778 http://bugzilla.opensuse.org/show_bug.cgi?id=984778#c19 --- Comment #19 from Tony Mechelynck <antoine.mechelynck@gmail.com> --- (In reply to Michael Andres from comment #18)
zypper patch --with-update
Additionally try to update all packages not covered by patches. The option is ignored, if the patch command must update the update stack first. Can not be combined with --updatestack-only.
Ah, thanks for drawing my attention to this nice option. Previously I would cancel the update if "zypper up -t package -t patch" showed that one patch required reloading zypper, then run "zypper patch --updatestack-only" followed by "zypper up -t package -t patch". "zypper patch --with-update" is more streamlined (and more foolproof) in that it will do, in effect, either "up -t patch -t package" or "patch --updatestack-only" depending on whether or not a zypper reload is required. -- You are receiving this mail because: You are on the CC list for the bug.