Bug 730959

Summary: zypper up is ignoring interactive option
Product: [openSUSE] openSUSE 11.4 Reporter: Forgotten User _lyEjnLCxo <forgotten__lyEjnLCxo>
Component: libzyppAssignee: E-mail List <zypp-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: forgotten__lyEjnLCxo, waxborg
Version: Factory   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.4   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User _lyEjnLCxo 2011-11-17 07:58:48 UTC
User-Agent:       Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0

While installing security updates using

zypper up -y --skip-interactive

the latest kernel 2.6.37.6-0.9-default was installed, not skipped
 

Reproducible: Didn't try

Steps to Reproduce:
1. zypper up -y --skip-interactive
2. uname -a
3. rpm -qa |grep kernel
Actual Results:  
uname -a
# uname -a
Linux 2.6.37.1-1.2-default #1 SMP 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux

# rpm -qa |grep kernel
kernel-default-2.6.37.6-0.9.1.x86_64


Expected Results:  
Kernel is interactive, should be skipped
Comment 1 Matti Vahalinna 2012-01-07 06:29:47 UTC
This happens in 11.4, too, glibc got installed with this line in cron:
/usr/bin/zypper up -y -t patch --skip-interactive --auto-agree-with-licenses

Result: Glibc got installed

Expected behavior:
Glibc requires reboot, so it should not get installed.
Comment 2 Michael Andres 2014-01-07 10:06:37 UTC
.

*** This bug has been marked as a duplicate of bug 857498 ***