Browse Source

Build clevis-dracut and clevis-initramfs as arch-any. Closes: #948137

The scripts have an arch-indep name, but the content is not.

The clevis-luks package is actually arch-indep - but for lack of a "linux-all"
architecture wildcard the linux-any setting asserts it will not be provided on
non-linux where it's completely useless.
Christoph Biedl 4 years ago
parent
commit
0c3bb2786e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      debian/control

+ 3 - 3
debian/control

@@ -59,7 +59,7 @@ Description: automated encryption framework, TPM2 support
  This package provides the TPM2 pin.
 
 Package: clevis-dracut
-Architecture: all
+Architecture: linux-any
 Depends: ${misc:Depends},
     clevis-systemd,
     dracut-network,
@@ -69,7 +69,7 @@ Description: Dracut integration for clevis
  LUKSv1 block devices in early boot.
 
 Package: clevis-initramfs
-Architecture: all
+Architecture: linux-any
 Depends: ${misc:Depends},
     clevis-luks,
     initramfs-tools,
@@ -79,7 +79,7 @@ Description: Dracut integration for initramfs
  unlock LUKSv1 block devices in early boot.
 
 Package: clevis-luks
-Architecture: all
+Architecture: linux-any
 Depends: ${misc:Depends},
     clevis,
     cryptsetup-bin,