Version-Release number of selected component (if applicable): 1.30
Created attachment 112632 [details] Update and specfile cleanup
*** Bug 140932 has been marked as a duplicate of this bug. ***
*** Bug 141101 has been marked as a duplicate of this bug. ***
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}
What is the difference between __find_requires and __perl_requires? Applying...
I think "%define __find_requires ..." is a noop unless one also does "%define _use_internal_dependency_generator 0".