move shim to src managed

This commit is contained in:
Louis Abel 2024-02-26 13:04:40 -07:00
parent 25b4e419d1
commit 777e96ae4b
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"
}
}