Bug 165839

Summary: RFE: disable warning: no-dependency-on usermode-consoleonly
Product: [Fedora] Fedora Reporter: Jose Pedro Oliveira <jose.p.oliveira.oss>
Component: rpmlintAssignee: Ville Skyttä <scop>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.71-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-17 21:13:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jose Pedro Oliveira 2005-08-12 18:54:47 UTC
Description of problem:
rpmlint gives the following warning
   W: <package-name> no-dependency-on usermode-consoleonly
when linting the packages hddtemp and pure-ftpd

I believe this another Mandriva only warning (at least in FC4/rawhide
there is no usermode-consoly package)

Version-Release number of selected component (if applicable):
rpmlint 0.70 and 0.71 


TIA
jpo

Comment 1 Ville Skyttä 2005-08-13 05:54:02 UTC
Ack.  Partial fix is to add this to /etc/rpmlint/config:  
  
setOption("DanglingSymlinkExceptions", ( 
    ['consolehelper$', 'usermode'], 
    ['consolehelper-gtk$', 'usermode-gtk'], 
)) 
 
But that will not help with noise from dangling symlinks whose target is 
specified as a file-based dependency (eg. "Requires: 
%{_bindir}/consolehelper"), I'll look into it. 

Comment 2 Ville Skyttä 2006-01-17 21:13:27 UTC
Fixed in 0.71-3, soon in FE devel and later in FE-4.