mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add rsh and ncompress
This commit is contained in:
parent
68d7bed7c0
commit
b9e30e0364
28
hidden.cfg
28
hidden.cfg
@ -217,6 +217,34 @@ package {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "ncompress"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "hidden"
|
||||||
|
include_filter: "ncompress.aarch64"
|
||||||
|
include_filter: "ncompress.ppc64le"
|
||||||
|
include_filter: "ncompress.s390x"
|
||||||
|
include_filter: "ncompress.x86_64"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "rsh"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "hidden"
|
||||||
|
include_filter: "rsh.aarch64"
|
||||||
|
include_filter: "rsh.ppc64le"
|
||||||
|
include_filter: "rsh.s390x"
|
||||||
|
include_filter: "rsh.x86_64"
|
||||||
|
include_filter: "rsh-server.aarch64"
|
||||||
|
include_filter: "rsh-server.ppc64le"
|
||||||
|
include_filter: "rsh-server.s390x"
|
||||||
|
include_filter: "rsh-server.x86_64"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# All Excludes
|
# All Excludes
|
||||||
#exclude_filter {
|
#exclude_filter {
|
||||||
# repo_match: "plus"
|
# repo_match: "plus"
|
||||||
|
Loading…
Reference in New Issue
Block a user