mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-22 05:11:23 +00:00
add ff and bird to plus
This commit is contained in:
parent
9b37e97c3c
commit
27f41ba165
29
extra.cfg
29
extra.cfg
@ -35,6 +35,7 @@ exclude_filter {
|
||||
}
|
||||
}
|
||||
|
||||
# Plus
|
||||
package {
|
||||
name: "openldap"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
@ -47,6 +48,34 @@ package {
|
||||
}
|
||||
}
|
||||
|
||||
package {
|
||||
name: "firefox"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "firefox-x11.aarch64"
|
||||
include_filter: "firefox.aarch64"
|
||||
include_filter: "firefox-x11.ppc64le"
|
||||
include_filter: "firefox.ppc64le"
|
||||
include_filter: "firefox-x11.s390x"
|
||||
include_filter: "firefox.s390x"
|
||||
include_filter: "firefox-x11.x86_64"
|
||||
include_filter: "firefox.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "thunderbird"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "thunderbird.aarch64"
|
||||
include_filter: "thunderbird.ppc64le"
|
||||
include_filter: "thunderbird.s390x"
|
||||
include_filter: "thunderbird.x86_64"
|
||||
}
|
||||
}
|
||||
# End Plus
|
||||
|
||||
package {
|
||||
name: "anaconda"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
Loading…
Reference in New Issue
Block a user