Add libgcrypt to the chroot

This commit is contained in:
Emre Girgin 2020-08-19 12:10:50 -07:00
parent 9409d8ee9b
commit 1d97e9fcb6
3 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,7 @@ mariner-rpm-macros-1.0-3.cm1.noarch.rpm
mariner-check-macros-1.0-3.cm1.noarch.rpm
libassuan-2.5.1-3.cm1.aarch64.rpm
libgpg-error-1.32-4.cm1.aarch64.rpm
libgcrypt-1.8.3-4.cm1.aarch64.rpm
libksba-1.3.5-3.cm1.aarch64.rpm
npth-1.6-3.cm1.aarch64.rpm
pinentry-1.1.0-3.cm1.aarch64.rpm

View File

@ -149,6 +149,7 @@ mariner-rpm-macros-1.0-3.cm1.noarch.rpm
mariner-check-macros-1.0-3.cm1.noarch.rpm
libassuan-2.5.1-3.cm1.x86_64.rpm
libgpg-error-1.32-4.cm1.x86_64.rpm
libgcrypt-1.8.3-4.cm1.x86_64.rpm
libksba-1.3.5-3.cm1.x86_64.rpm
npth-1.6-3.cm1.x86_64.rpm
pinentry-1.1.0-3.cm1.x86_64.rpm

View File

@ -164,6 +164,7 @@ generate_pkggen_core () {
cat $TmpPkgGen | grep "^mariner-check-" >> $1
cat $TmpPkgGen | grep "^libassuan-" >> $1
cat $TmpPkgGen | grep "^libgpg-error-" >> $1
cat $TmpPkgGen | grep "^libgcrypt-" >> $1
cat $TmpPkgGen | grep "^libksba-" >> $1
cat $TmpPkgGen | grep "^npth-" >> $1
cat $TmpPkgGen | grep "^pinentry-" >> $1