mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-26 11:00:56 +00:00
update configs for 9
This commit is contained in:
parent
4dcbe25f39
commit
5f2afc4a0a
2 changed files with 4 additions and 12 deletions
|
@ -5362,9 +5362,6 @@
|
||||||
"plexus-utils": [
|
"plexus-utils": [
|
||||||
"plexus-utils.noarch"
|
"plexus-utils.noarch"
|
||||||
],
|
],
|
||||||
"plotnetcfg": [
|
|
||||||
"plotnetcfg.aarch64"
|
|
||||||
],
|
|
||||||
"plotutils": [
|
"plotutils": [
|
||||||
"plotutils.aarch64"
|
"plotutils.aarch64"
|
||||||
],
|
],
|
||||||
|
@ -12735,9 +12732,6 @@
|
||||||
"plexus-utils": [
|
"plexus-utils": [
|
||||||
"plexus-utils.noarch"
|
"plexus-utils.noarch"
|
||||||
],
|
],
|
||||||
"plotnetcfg": [
|
|
||||||
"plotnetcfg.ppc64le"
|
|
||||||
],
|
|
||||||
"plotutils": [
|
"plotutils": [
|
||||||
"plotutils.ppc64le"
|
"plotutils.ppc64le"
|
||||||
],
|
],
|
||||||
|
@ -19978,9 +19972,6 @@
|
||||||
"plexus-utils": [
|
"plexus-utils": [
|
||||||
"plexus-utils.noarch"
|
"plexus-utils.noarch"
|
||||||
],
|
],
|
||||||
"plotnetcfg": [
|
|
||||||
"plotnetcfg.s390x"
|
|
||||||
],
|
|
||||||
"plotutils": [
|
"plotutils": [
|
||||||
"plotutils.s390x"
|
"plotutils.s390x"
|
||||||
],
|
],
|
||||||
|
@ -28443,9 +28434,6 @@
|
||||||
"plexus-utils": [
|
"plexus-utils": [
|
||||||
"plexus-utils.noarch"
|
"plexus-utils.noarch"
|
||||||
],
|
],
|
||||||
"plotnetcfg": [
|
|
||||||
"plotnetcfg.x86_64"
|
|
||||||
],
|
|
||||||
"plotutils": [
|
"plotutils": [
|
||||||
"plotutils.i686",
|
"plotutils.i686",
|
||||||
"plotutils.x86_64"
|
"plotutils.x86_64"
|
||||||
|
|
|
@ -48,6 +48,7 @@ additional_packages = [
|
||||||
}),
|
}),
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
"*": [
|
"*": [
|
||||||
|
"NetworkManager-initscripts-updown", #ENGCMP-1991
|
||||||
"python3.*-debuginfo", #ENGCMP-1433
|
"python3.*-debuginfo", #ENGCMP-1433
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
@ -84,6 +85,8 @@ additional_packages = [
|
||||||
"console-login-helper-messages-motdgen", #ENGCMP-1802/CS-1007
|
"console-login-helper-messages-motdgen", #ENGCMP-1802/CS-1007
|
||||||
"console-login-helper-messages-profile", #ENGCMP-1802/CS-1007
|
"console-login-helper-messages-profile", #ENGCMP-1802/CS-1007
|
||||||
"fdo-admin-cli", #ENGCMP-1993
|
"fdo-admin-cli", #ENGCMP-1993
|
||||||
|
"libasan", #ENGCMP-2006
|
||||||
|
"libubsan", #ENGCMP-2006
|
||||||
"mypaint-brushes", #ENGCMP-1873
|
"mypaint-brushes", #ENGCMP-1873
|
||||||
"ssh-key-dir", #ENGCMP-1789
|
"ssh-key-dir", #ENGCMP-1789
|
||||||
"system-backgrounds",
|
"system-backgrounds",
|
||||||
|
@ -213,6 +216,7 @@ additional_packages = [
|
||||||
"rubygem-mysql2-doc", #ENGCMP-1556
|
"rubygem-mysql2-doc", #ENGCMP-1556
|
||||||
"rubygem-pg-doc", #ENGCMP-1556
|
"rubygem-pg-doc", #ENGCMP-1556
|
||||||
"shadow-utils-subid-devel", #ENGCMP-1597
|
"shadow-utils-subid-devel", #ENGCMP-1597
|
||||||
|
"plotnetcfg", #ENGCMP-2020
|
||||||
],
|
],
|
||||||
"x86_64": [
|
"x86_64": [
|
||||||
"efivar-devel", #RhBug 2030807
|
"efivar-devel", #RhBug 2030807
|
||||||
|
|
Loading…
Reference in a new issue