add vdo back to baseos

This commit is contained in:
Louis Abel 2024-07-10 17:43:57 -07:00
parent d5beeed382
commit 72ca3f9fd5
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 15 additions and 15 deletions

View File

@ -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"
}
}

View File

@ -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