mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-27 12:30:55 +00:00
add missing sap package
This commit is contained in:
parent
bf30bb7aad
commit
5bc3afe82f
1 changed files with 50 additions and 0 deletions
|
@ -333,6 +333,32 @@ exclude_filter {
|
|||
glob_match: "cockpit-ha-cluster"
|
||||
}
|
||||
}
|
||||
exclude_filter {
|
||||
repo_match: "^SAP$"
|
||||
arch {
|
||||
key: "aarch64"
|
||||
glob_match: "tuned-profiles-sap"
|
||||
glob_match: "resource-agents-sap"
|
||||
glob_match: "sap-cluster-connector"
|
||||
}
|
||||
}
|
||||
exclude_filter {
|
||||
repo_match: "^SAPHANA$"
|
||||
arch {
|
||||
key: "aarch64"
|
||||
glob_match: "tuned-profiles-sap-hana"
|
||||
glob_match: "resource-agents-sap-hana"
|
||||
glob_match: "resource-agents-sap-hana-scaleout"
|
||||
glob_match: "rhel-system-roles-sap"
|
||||
}
|
||||
arch {
|
||||
key: "s390x"
|
||||
glob_match: "tuned-profiles-sap-hana"
|
||||
glob_match: "resource-agents-sap-hana"
|
||||
glob_match: "resource-agents-sap-hana-scaleout"
|
||||
glob_match: "rhel-system-roles-sap"
|
||||
}
|
||||
}
|
||||
|
||||
package {
|
||||
name: "389-ds-base"
|
||||
|
@ -33441,3 +33467,27 @@ package {
|
|||
include_filter: "dnsconfd-unbound.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "resource-agents-sap-hana"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "SAPHANA"
|
||||
include_filter: "resource-agents-sap-hana.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "resource-agents-sap-hana-scaleout"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "SAPHANA"
|
||||
include_filter: "resource-agents-sap-hana-scaleout.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "rhel-system-roles-sap"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "SAPHANA"
|
||||
include_filter: "rhel-system-roles-sap.noarch"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue