From 70cf0f24c649920909273c7eb1ff48d29bff2f1b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 6 Jan 2025 16:51:03 +0000 Subject: [PATCH] packaging: T7020: hard pin libpam-radius-auth and add an explicit dependency on libnss-mapuser Upstream 2.0.0 version from Debian has issues --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b1cb5c4ef0..a0d475d561 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,8 @@ Pre-Depends: libpam-runtime [amd64], libnss-tacplus [amd64], libpam-tacplus [amd64], - libpam-radius-auth [amd64] + libpam-radius-auth (= 1.5.0-cl3u7) [amd64], + libnss-mapuser (= 1.1.0-cl3u3) [amd64] Depends: ## Fundamentals ${python3:Depends} (>= 3.10),