2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-23 10:01:46 +00:00

change ipmibld

This commit is contained in:
cxhong 2020-04-28 12:36:13 -04:00
parent 055a097f5a
commit a06203e08e
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ $cmd = "rm -rf $blddir/RPMS/$arch/ipmitool*";
&runcmd($cmd);
# copy the build files
$cmd = "cp -rf ./ipmitool-$version*.tar.gz $blddir/SOURCES/";
$cmd = "cp -rf ./ipmitool-$version.$ipmibld.tar.gz $blddir/SOURCES/";
&runcmd($cmd);
$cmd = "cp -rf ./*.patch $blddir/SOURCES/";

View File

@ -5,7 +5,7 @@ Release: 3
License: BSD
Group: Utilities
Packager: IBM Corp.
Source: ipmitool-%{version}.${ipmibld}.tar.gz
Source: ipmitool-%{version}.%{ipmibld}.tar.gz
Patch1: 0001-CVE-2011-4339-OpenIPMI.patch
# WARNING: THIS PATCH MUST BE USED FOR RAWHIDE (f26+) BRANCH