diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-03-28 14:57:48 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2025-03-28 14:57:48 -0500 |
commit | dfccf81028886556906f8b3211f1554d9331a7d4 (patch) | |
tree | a180420909dcfb38e4cb81cea9a2f7b7271d0cbe | |
parent | 4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1 (diff) | |
download | vyos-1x-dfccf81028886556906f8b3211f1554d9331a7d4.tar.gz vyos-1x-dfccf81028886556906f8b3211f1554d9331a7d4.zip |
fixup: T7295: add an explicit dependency on tzdata > 2025
to prevent APT from pulling that package from buster
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20b1a228c..4186dfb3b 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,8 @@ Pre-Depends: libnss-tacplus [amd64], libpam-tacplus [amd64], libpam-radius-auth (= 1.5.0-cl3u7) [amd64], - libnss-mapuser (= 1.1.0-cl3u3) [amd64] + libnss-mapuser (= 1.1.0-cl3u3) [amd64], + tzdata (>= 2025b) Depends: ## Fundamentals ${python3:Depends} (>= 3.10), |