Skip to content

Commit

Permalink
mkosi-initrd: split Debian/Ubuntu config for libtss dependencies by r…
Browse files Browse the repository at this point in the history
…elease

The package changes from libtss2-mu0 to libtss2-mu-4.0.1-0 in Debian trixie.
  • Loading branch information
behrmann committed Feb 8, 2024
1 parent ac572cd commit b8c227d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Packages=
libfido2-1
?name(^libtss2-esys-[0-9\.]+-0$)
?exact-name(libtss2-rc0)
?exact-name(libtss2-mu0)
?exact-name(libtss2-tcti-device0)

RemovePackages=
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Distribution=|debian
Release=|bullseye
Distribution=|ubuntu
Release=|focal

[Content]
Packages=
?exact-name(libtss2-mu0)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Distribution=|debian
Release=|bullseye
Distribution=|ubuntu
Release=|focal

[Content]
Packages=
?name(^libtss2-mu-[0-9\.]+-0$)

0 comments on commit b8c227d

Please sign in to comment.