mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-28 04:50:55 +00:00
add new pkg
This commit is contained in:
parent
52da180a34
commit
6d6651d25d
1 changed files with 20 additions and 0 deletions
|
@ -33694,3 +33694,23 @@ package {
|
||||||
include_filter: "tpm2-openssl.x86_64"
|
include_filter: "tpm2-openssl.x86_64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
package {
|
||||||
|
name: "libdisplay-info"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_FORK
|
||||||
|
repository {
|
||||||
|
name: "AppStream"
|
||||||
|
include_filter: "libdisplay-info.aarch64"
|
||||||
|
include_filter: "libdisplay-info-devel.aarch64"
|
||||||
|
include_filter: "libdisplay-info-tools.aarch64"
|
||||||
|
include_filter: "libdisplay-info.ppc64le"
|
||||||
|
include_filter: "libdisplay-info-devel.ppc64le"
|
||||||
|
include_filter: "libdisplay-info-tools.ppc64le"
|
||||||
|
include_filter: "libdisplay-info.s390x"
|
||||||
|
include_filter: "libdisplay-info-devel.s390x"
|
||||||
|
include_filter: "libdisplay-info-tools.s390x"
|
||||||
|
include_filter: "libdisplay-info.x86_64"
|
||||||
|
include_filter: "libdisplay-info-devel.x86_64"
|
||||||
|
include_filter: "libdisplay-info-tools.x86_64"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue