Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 165839 - RFE: disable warning: no-dependency-on usermode-consoleonly
Summary: RFE: disable warning: no-dependency-on usermode-consoleonly
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rpmlint
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ville Skyttä
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-12 18:54 UTC by Jose Pedro Oliveira
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.71-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-17 21:13:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.