mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-28 04:50:55 +00:00
drop openldap-servers
This commit is contained in:
parent
d30afdfe9d
commit
db282ce14e
1 changed files with 12 additions and 11 deletions
23
extra.cfg
23
extra.cfg
|
@ -32,21 +32,22 @@ exclude_filter {
|
||||||
arch {
|
arch {
|
||||||
key: "*"
|
key: "*"
|
||||||
glob_match: "rocky-bookmarks"
|
glob_match: "rocky-bookmarks"
|
||||||
|
glob_match: "openldap-servers"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Plus
|
# Plus
|
||||||
package {
|
#package {
|
||||||
name: "openldap"
|
# name: "openldap"
|
||||||
type: PACKAGE_TYPE_NORMAL_FORK
|
# type: PACKAGE_TYPE_NORMAL_FORK
|
||||||
repository {
|
# repository {
|
||||||
name: "plus"
|
# name: "plus"
|
||||||
include_filter: "openldap-servers.aarch64"
|
# include_filter: "openldap-servers.aarch64"
|
||||||
include_filter: "openldap-servers.ppc64le"
|
# include_filter: "openldap-servers.ppc64le"
|
||||||
include_filter: "openldap-servers.s390x"
|
# include_filter: "openldap-servers.s390x"
|
||||||
include_filter: "openldap-servers.x86_64"
|
# include_filter: "openldap-servers.x86_64"
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
package {
|
package {
|
||||||
name: "firefox"
|
name: "firefox"
|
||||||
|
|
Loading…
Reference in a new issue