Kaydet (Commit) a21546ea authored tarafından Michael Stahl's avatar Michael Stahl

installer: fix RPM requires:

The findrequires scripts are apparently ignored by current RPM.
Apparently an additional variable needs to be defined so they are used.

http://www.redhat.com/archives/rpm-list/2005-August/msg00034.html
üst 7a080d0f
......@@ -1424,7 +1424,7 @@ sub set_autoprovreq_in_specfile
if ( $findrequires )
{
$autoreqprovline = "AutoProv\: no\n%define __find_requires $bindir/$findrequires\n";
$autoreqprovline = "AutoProv\: no\n%define _use_internal_dependency_generator 0\n%define __find_requires $bindir/$findrequires\n";
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment