Ancor Gonzalez Sosa changed bug 1129422
What Removed Added
Status NEW CONFIRMED

Comment # 3 on bug 1129422 from
YaST should be executing this command

/bin/rpm -q --qf '%{NAME}' -p
/tmp/mozilla_adamm0/google-chrome-stable_current_x86_64.rpm

But it looks like, instead of that, YaST is executing some broken command like
this:

/bin/rpm -q --qf '%%{NAME}' -p
/tmp/mozilla_adamm0/google-chrome-stable_current_x86_64.rpm

Note the double %%.

The error was for sure introduced in this recent change 

https://github.com/yast/yast-packager/commit/f26cea3f43fd0d69454e4eaafa67e78437462c03#diff-83b901d9f6ec2c74708f3b3276b598ebL223


You are receiving this mail because: