add tpm2-openssl

This commit is contained in:
Louis Abel 2024-04-29 09:12:15 -07:00
parent f94c32556b
commit 968ee8af4c
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 11 additions and 0 deletions

BIN
.hidden.cfg.swp Normal file

Binary file not shown.

View File

@ -33683,3 +33683,14 @@ package {
include_filter: "vm-dump-metrics.x86_64"
}
}
package {
name: "tpm2-openssl"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "AppStream"
include_filter: "tpm2-openssl.aarch64"
include_filter: "tpm2-openssl.ppc64le"
include_filter: "tpm2-openssl.s390x"
include_filter: "tpm2-openssl.x86_64"
}
}