flatcar / sysext-bakery

Recipes for baking systemd-sysext images
Apache License 2.0
72 stars 37 forks source link

bake: fix mksquashfs version check #96

Closed ader1990 closed 1 month ago

ader1990 commented 1 month ago

The mksquashfs version that supports the xattrs-exclude flag is 4.6.1, but the logic excluded the version because of a strict (greater than) comparison.

See: https://github.com/flatcar/sysext-bakery/pull/60/commits/d1419fc1254f9723a3614811bdd29f9d6a3bba9d

Testing done

[Describe the testing you have done before submitting this PR. Please include both the commands you issued as well as the output you got.]