Bug 153205

Summary: perl-URI: update and specfile cleanup
Product: [Fedora] Fedora Reporter: Jose Pedro Oliveira <jose.p.oliveira.oss>
Component: perl-URIAssignee: Chip Turner <cturner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: altblue, redhat-bugzilla, scop, wtogami
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: 2005-04-03 05:35:39 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
Update and specfile cleanup none

Description Jose Pedro Oliveira 2005-04-02 21:10:53 UTC
Version-Release number of selected component (if applicable):
1.30

Comment 1 Jose Pedro Oliveira 2005-04-02 21:10:54 UTC
Created attachment 112632 [details]
Update and specfile cleanup

Comment 2 Warren Togami 2005-04-02 22:31:53 UTC
*** Bug 140932 has been marked as a duplicate of this bug. ***

Comment 3 Warren Togami 2005-04-02 22:32:47 UTC
*** Bug 141101 has been marked as a duplicate of this bug. ***

Comment 4 Jose Pedro Oliveira 2005-04-03 03:09:56 UTC
Warren,

Didn't test the filter correctly: perl(Business::ISBN) shouldn't appear
in the requirements (rpm -qpR ...).

Please apply the followin patch to the specfile:

-%define __find_requires %{SOURCE1}
+%define __perl_requires %{SOURCE1}

Comment 5 Warren Togami 2005-04-03 05:35:39 UTC
What is the difference between __find_requires and __perl_requires? Applying...

Comment 6 Ville Skyttä 2005-04-03 11:31:54 UTC
I think "%define __find_requires ..." is a noop unless one also does "%define
_use_internal_dependency_generator 0".