mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
try to use include_filter
This commit is contained in:
parent
d9653fbd94
commit
752c51ecb6
@ -641,6 +641,17 @@ exclude_filter {
|
||||
# glob_match: "libreoffice"
|
||||
# }
|
||||
#}
|
||||
include_filter {
|
||||
repo_match: "^AppStream$"
|
||||
arch {
|
||||
key: "ppc64le"
|
||||
glob_match: "pentaho-reporting-flow-engine"
|
||||
}
|
||||
arch {
|
||||
key: "x86_64"
|
||||
glob_match: "pentaho-reporting-flow-engine"
|
||||
}
|
||||
}
|
||||
#include_filter {
|
||||
# repo_match: "^CRB$"
|
||||
# arch {
|
||||
@ -32789,8 +32800,7 @@ package {
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "pentaho-reporting-flow-engine.x86_64"
|
||||
include_filter: "pentaho-reporting-flow-engine.ppc64le"
|
||||
include_filter: "pentaho-reporting-flow-engine.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
|
Loading…
Reference in New Issue
Block a user