diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-03-13 14:45:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 14:45:01 +0200 |
| commit | e384632503992e1a67779fd64302bb1799fd9165 (patch) | |
| tree | 7d2b1ab94eb99bbeb6a8e92cde8cd854926d4d67 /debian/control | |
| parent | e9f4d103284a456e10fb3776d26b9ff041f9352f (diff) | |
| download | vyos-1x-e384632503992e1a67779fd64302bb1799fd9165.tar.gz vyos-1x-e384632503992e1a67779fd64302bb1799fd9165.zip | |
T8378: arm64: system packages are missing for tacacs auth
Install TACACS dependencies for vyos-1x package for both platforms.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index d69458017..f991d8f48 100644 --- a/debian/control +++ b/debian/control @@ -50,9 +50,9 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: amd64 arm64 Pre-Depends: - libpam-runtime [amd64], - libnss-tacplus [amd64], - libpam-tacplus [amd64], + libpam-runtime, + libnss-tacplus, + libpam-tacplus, vyos-libpam-radius-auth, vyos-libnss-mapuser, tzdata (>= 2025b) |
