mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-09 16:11:23 +00:00
add missing sap package
This commit is contained in:
parent
bf30bb7aad
commit
5bc3afe82f
@ -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 New Issue
Block a user