mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-04 12:46:36 +08:00
Fix message "RPMDB altered outside of yum"
yum install supports a local filename on RHEL 6 or newer. Change-Id: I873ab3dfab56003ded45bc6c4099aae150f423dd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -44,6 +44,5 @@ targetFile="/tmp/$package"
|
||||
|
||||
DownloadURL "$primaryUrl" "$cacheUrl" "$sha1" "$targetFile"
|
||||
|
||||
sudo rpm -ivh "$targetFile"
|
||||
sudo yum -y install "$targetFile"
|
||||
rm "$targetFile"
|
||||
|
||||
|
||||
@@ -46,6 +46,5 @@ targetFile="/tmp/$package"
|
||||
|
||||
DownloadURL "$primaryUrl" "$cacheUrl" "$sha1" "$targetFile"
|
||||
|
||||
sudo rpm -ivh "$targetFile"
|
||||
sudo yum -y install "$targetFile"
|
||||
rm "$targetFile"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user