Bug ID | 1117235 |
---|---|
Summary | online_update patches instead of dup on tumbleweed rendering it useless |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | All |
OS | openSUSE Factory |
Status | NEW |
Severity | Minor |
Priority | P5 - None |
Component | Maintenance |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | mstelios@cytech.gr |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
package: yast2-online-update-configuration-4.0.1-1.1.noarch
file: /usr/lib/YaST2/bin/online_update
it tries to patch the system. and of course nothing happens. the user
configures it via yast trusting the system to apply the updates but the system
does nothing!
shouldn't it try to dup on tumbleweed instead of patch?
also patch specific params have no value in case of dup.
i suggest something like:
diff online_update.org online_update
12c12
< zcmd="${zyppercmd} --non-interactive --quiet patch"
---
> zcmd="${zyppercmd} --non-interactive --quiet dup"
33,37d32
< if [ "${AOU_SKIP_INTERACTIVE_PATCHES}" = "true" ] ; then
< zcmd="$zcmd --skip-interactive"
< else
< zcmd="$zcmd --with-interactive"
< fi