mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-25 14:41:29 +00:00
add vdo back to baseos
This commit is contained in:
parent
d5beeed382
commit
72ca3f9fd5
@ -33269,3 +33269,18 @@ package {
|
||||
include_filter: "valkey.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "vdo"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "BaseOS"
|
||||
include_filter: "vdo-support.aarch64"
|
||||
include_filter: "vdo.aarch64"
|
||||
include_filter: "vdo-support.ppc64le"
|
||||
include_filter: "vdo.ppc64le"
|
||||
include_filter: "vdo-support.s390x"
|
||||
include_filter: "vdo.s390x"
|
||||
include_filter: "vdo-support.x86_64"
|
||||
include_filter: "vdo.x86_64"
|
||||
}
|
||||
}
|
||||
|
15
hidden.cfg
15
hidden.cfg
@ -2482,21 +2482,6 @@ package {
|
||||
include_filter: "gi-docgen-fonts.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "vdo"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "hidden"
|
||||
include_filter: "vdo-support.aarch64"
|
||||
include_filter: "vdo.aarch64"
|
||||
include_filter: "vdo-support.ppc64le"
|
||||
include_filter: "vdo.ppc64le"
|
||||
include_filter: "vdo-support.s390x"
|
||||
include_filter: "vdo.s390x"
|
||||
include_filter: "vdo-support.x86_64"
|
||||
include_filter: "vdo.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "prefixdevname"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
Loading…
Reference in New Issue
Block a user