From 7473a2ee04211b2add50f47ee240d841d6538acb Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Mon, 16 Jul 2018 13:37:39 -0500 Subject: [PATCH] Update revision for integrity kernel module Before opensource the code, the integrity kernel module source code used to build was different from the available in upstream. In this change the revision is changed to a valid revision. Story: 2002964 Task: 22968 Depends-On: https://review.openstack.org/583019 Change-Id: Ifff3a78d80d3e5455f8bf48f56c56b4196c03e34 Signed-off-by: Erich Cordoba --- centos-mirror-tools/tarball-dl.lst | 2 +- centos-mirror-tools/tarball-dl.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/centos-mirror-tools/tarball-dl.lst b/centos-mirror-tools/tarball-dl.lst index 509519c6..caf0c57e 100644 --- a/centos-mirror-tools/tarball-dl.lst +++ b/centos-mirror-tools/tarball-dl.lst @@ -9,7 +9,7 @@ gnulib-ffc927e.tar.gz#gnulib-ffc927e#http://git.savannah.gnu.org/cgit/gnulib.git i40e-2.4.10.tar.gz#i40e-2.4.10#https://sourceforge.net/projects/e1000/files/i40e%20stable/2.4.10/i40e-2.4.10.tar.gz/download i40evf-3.5.13.tar.gz#i40evf-3.5.13#https://sourceforge.net/projects/e1000/files/i40evf%20stable/3.5.13/i40evf-3.5.13.tar.gz/download ibsh-0.3e.tar.gz#cgcs-users-1.0#https://sourceforge.net/projects/ibsh/files/ibsh/ibsh-0.3e/ibsh-0.3e.tar.gz/download -!integrity-kmod-668a8270.tar.gz#integrity#http://git.infradead.org/users/jjs/linux-tpmdd.git/snapshot/fd5c78694f3f1c875e293de7a641ba8a3d60d00d.tar.gz +!integrity-kmod-e6aef069.tar.gz#integrity#http://git.infradead.org/users/jjs/linux-tpmdd.git/snapshot/e6aef069b6e97790cb127d5eeb86ae9ff0b7b0e3.tar.gz ixgbe-5.3.7.tar.gz#ixgbe-5.3.7#https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.3.7/ixgbe-5.3.7.tar.gz/download ixgbevf-4.3.5.tar.gz#ixgbevf-4.3.5#https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.3.5/ixgbevf-4.3.5.tar.gz/download keycodemapdb-8370ba8.tar.gz#keycodemapdb#https://github.com/CendioOssman/keycodemapdb/tarball/8370ba868ef76f816842ba934a2e57d43c882a00 diff --git a/centos-mirror-tools/tarball-dl.sh b/centos-mirror-tools/tarball-dl.sh index ba439ab8..b52cf585 100755 --- a/centos-mirror-tools/tarball-dl.sh +++ b/centos-mirror-tools/tarball-dl.sh @@ -83,13 +83,13 @@ for line in $(cat $tarball_file); do tarball_name="${tarball_name//!/}" echo $tarball_name pushd $output_tarball - if [ "$tarball_name" = "integrity-kmod-668a8270.tar.gz" ]; then + if [ "$tarball_name" = "integrity-kmod-e6aef069.tar.gz" ]; then download_package $tarball_url - tar xf fd5c78694f3f1c875e293de7a641ba8a3d60d00d.tar.gz - mv linux-tpmdd-fd5c786/security/integrity/ $directory_name + tar xf e6aef069b6e97790cb127d5eeb86ae9ff0b7b0e3.tar.gz + mv linux-tpmdd-e6aef06/security/integrity/ $directory_name tar czvf $tarball_name $directory_name - rm -rf linux-tpmdd-fd5c786 - rm fd5c78694f3f1c875e293de7a641ba8a3d60d00d.tar.gz + rm -rf linux-tpmdd-e6aef06 + rm e6aef069b6e97790cb127d5eeb86ae9ff0b7b0e3.tar.gz elif [ "$tarball_name" = "mariadb-10.1.28.tar.gz" ]; then download_package $tarball_url mkdir $directory_name