Bug 998294

Summary: rpm packages installed from local folder in /home/username partition fail integrity check
Product: [openSUSE] openSUSE Tumbleweed Reporter: Roman Bysh <rb03884>
Component: YaST2Assignee: E-mail List <yast2-maintainers>
Status: RESOLVED INVALID QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: rb03884
Version: Current   
Target Milestone: Current   
Hardware: x86-64   
OS: SUSE Other   
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Roman Bysh 2016-09-10 21:26:44 UTC
I save rpms in a folder in my /home partition. When I install each rpm using Yast, I always get a message that they are broken and they fail the integrity check. The two pop ups appear for each rpm that is installed.

I am using Tumbleweed and Leap.

This happens with any rpm that is downloaded and saved locally. Can you add a setting to exclude this check for rpms stored locally to disable the two pop up messages?

I never had this message with openSUSE 13.2 or earlier releases.
Comment 1 Steffen Winterfeldt 2016-09-12 11:37:09 UTC
You can turn off signature checks for individual repositories by adding 'gpgcheck=off' to the repo configs stored in /etc/zypp/repos.d/.
Comment 2 Roman Bysh 2016-09-13 22:29:20 UTC
Steffen

Thank you.