mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-27 12:30:55 +00:00
add wireguard-tools
This commit is contained in:
parent
ac0af69ef1
commit
475f4efc4c
1 changed files with 11 additions and 0 deletions
|
@ -26633,6 +26633,17 @@ package {
|
|||
include_filter: "whois.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "wireguard-tools"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "wireguard-tools.aarch64"
|
||||
include_filter: "wireguard-tools.ppc64le"
|
||||
include_filter: "wireguard-tools.s390x"
|
||||
include_filter: "wireguard-tools.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "wireplumber"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
|
Loading…
Reference in a new issue