Bug 168163

Summary: man pages in /usr/kerberos/man not marked as documentation
Product: [Fedora] Fedora Reporter: Albert Strasheim <13640887>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4.2-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-13 20:26:18 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 Albert Strasheim 2005-09-13 02:24:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4

Description of problem:
The man pages in /usr/kerberos/man are not marked as documentation. As a result, they are not excluded when installing with --excludedocs.



Version-Release number of selected component (if applicable):
krb5-1.4.1-5

How reproducible:
Always

Steps to Reproduce:
1. Install any Kerberos package with --excludedocs
2.
3.
  

Actual Results:  Man pages are installed

Expected Results:  Man pages should not be installed

Additional info:

I used the following Perl script to check the package:

#!/usr/bin/perl -w
use strict;
while(<STDIN>) {
  chomp;
  my ($path,$size,$mtime,$md5sum,$mode,$owner,$group,$isconfig,$isdoc,$rdev,$sym
link) = split(/\s+/);
  if ( ! $isdoc ) {
    if ( $path =~ /\/man\// ) {
      print $path, "\n";
    }
  }
}

Usage:

rpm -qp --dump krb5-*.rpm | perl ~/checkdoc.pl

Comment 1 Nalin Dahyabhai 2005-09-13 20:26:18 UTC
Fixing in 1.4.2-4.