Merge branch 'r9' into r9s

This commit is contained in:
Louis Abel 2024-02-26 13:04:46 -07:00
commit 9caaad82d3
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 9 additions and 9 deletions

View File

@ -37034,15 +37034,6 @@ package {
include_filter: "shared-mime-info.x86_64"
}
}
package {
name: "shim"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "BaseOS"
include_filter: "shim-aa64.aarch64"
include_filter: "shim-x64.x86_64"
}
}
package {
name: "smartmontools"
type: PACKAGE_TYPE_NORMAL_FORK

View File

@ -73,3 +73,12 @@ package {
include_filter: "shim-unsigned-aarch64.aarch64"
}
}
package {
name: "shim"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "BaseOS"
include_filter: "shim-aa64.aarch64"
include_filter: "shim-x64.x86_64"
}
}