Kaydet (Commit) e98c13c3 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS native107_SRC680 (1.66.46); FILE MERGED

2007/08/14 13:55:11 is 1.66.46.1: #i80215# rpm patch dependencies
üst 6b863959
......@@ -4,9 +4,9 @@
#
# $RCSfile: epmfile.pm,v $
#
# $Revision: 1.66 $
# $Revision: 1.67 $
#
# last change: $Author: ihi $ $Date: 2007-07-12 11:15:36 $
# last change: $Author: ihi $ $Date: 2007-08-20 13:25:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -456,6 +456,13 @@ sub create_epm_header
$provides = "freebsdprovides"; # the name in the packagelist
$requires = "freebsdrequires"; # the name in the packagelist
}
elsif (( $installer::globals::islinuxrpmbuild ) &&
( $installer::globals::patch ) &&
( exists($onepackage->{'linuxpatchrequires'}) ))
{
$provides = "provides"; # the name in the packagelist
$requires = "linuxpatchrequires"; # the name in the packagelist
}
else
{
$provides = "provides"; # the name in the packagelist
......
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