mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 12:51:23 +00:00
make shim unsigned packages src
This commit is contained in:
parent
4c5926e8a0
commit
ac9aa43475
@ -28793,14 +28793,6 @@ package {
|
||||
multilib: "x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "shim-unsigned-aarch64"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "shim-unsigned-aarch64.aarch64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "sid"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
@ -40829,14 +40821,6 @@ package {
|
||||
include_filter: "owasp-java-encoder.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "shim-unsigned-x64"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "CRB"
|
||||
include_filter: "shim-unsigned-x64.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "booth"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
17
rocky.cfg
17
rocky.cfg
@ -48,3 +48,20 @@ package {
|
||||
include_filter: "lorax-templates-rocky.noarch"
|
||||
}
|
||||
}
|
||||
# secureboot
|
||||
package {
|
||||
name: "shim-unsigned-x64"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
repository {
|
||||
name: "CRB"
|
||||
include_filter: "shim-unsigned-x64.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "shim-unsigned-aarch64"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "shim-unsigned-aarch64.aarch64"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user