Bug 159595

Summary: error in the %files section
Product: [Fedora] Fedora Reporter: David Juran <djuran>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: openssl-0.9.7f-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-23 15:34:06 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 openssl.spec none

Description David Juran 2005-06-05 15:12:02 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4

Description of problem:
It seems like rpm recently has become more picky about the %files section of the spec-file. In openssl-0.9.7f, libcrypto.so.5 and libssl.so.5 are installed into $RPM_BUILD_ROOT although they aren't packaged. Also the ca-bundle.crt is listed twice. 
I'll attach a small patch wich fixes these problems.

Version-Release number of selected component (if applicable):
openssl-0.9.7f-7

How reproducible:
Always

Steps to Reproduce:
1. rpmbuild --rebuild openssl-0.9.7f-7.src.rpm using rpm-4.4.1-21

  

Additional info:

Comment 1 David Juran 2005-06-05 15:14:21 UTC
Created attachment 115152 [details]
patch for openssl.spec