Bug 80299

Summary: SRPMS: install failed due to missing BUGS file
Product: [Retired] Red Hat Linux Reporter: Sysoltsev Slawa <vyatcheslav.sysoltsev>
Component: netatalkAssignee: Charlie Bennett <ccb>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-05 21:26:50 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:
Attachments:
Description Flags
Patch for .spec which removes BUGS from %doc list none

Description Sysoltsev Slawa 2002-12-24 08:59:46 UTC
Description of problem:
Trying to build & install netatalk from sources I've got the error:

Executing(%doc): /bin/sh -
e /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/rpm-tmp.69571
+ umask 022
+ cd /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/BUILD
+ cd netatalk-1.5.3.1
+ DOCDIR=/netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/netatalk-
root/usr/share/doc/netatalk-1.5.3.1
+ export DOCDIR
+ rm -rf /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/netatalk-
root/usr/share/doc/netatalk-1.5.3.1
+ /bin/mkdir -p /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/netatalk-
root/usr/share/doc/netatalk-1.5.3.1
+ cp -pr BUGS CHANGES COPYRIGHT ChangeLog README TODO VERSION 
NEWS /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/netatalk-roo
t/usr/share/doc/netatalk-1.5.3.1
cp: cannot stat `BUGS': No such file or directory
error: Bad exit status 
from /netbatch/TC11690/rh80_ia32_J/default/WORK_DIR/tmp/rpm-tmp.69571 (%doc)

I haven't found BUGS file in package - seems you've missed it during packaging.

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


How reproducible:
always

Steps to Reproduce:
1. rpm -bb netatalk.spec

    
Actual results:
Installation error

Expected results:
Succesfully built & installed package

Additional info:
I'll attach the patch for .spec which removes the need for BUGS file.

Comment 1 Sysoltsev Slawa 2002-12-24 09:00:40 UTC
Created attachment 88878 [details]
Patch for .spec which removes BUGS from %doc list

Comment 2 Charlie Bennett 2004-04-05 21:26:50 UTC
As of FC 1 this bug is no longer present