diff -Nru distinst-0.3.2~1652206248~21.10~77775fc~dev/crates/external/src/block.rs distinst-0.3.2~1652283129~21.10~4af925c~dev/crates/external/src/block.rs --- distinst-0.3.2~1652206248~21.10~77775fc~dev/crates/external/src/block.rs 2022-05-10 18:10:48.000000000 +0000 +++ distinst-0.3.2~1652283129~21.10~4af925c~dev/crates/external/src/block.rs 2022-05-11 15:32:09.000000000 +0000 @@ -71,7 +71,7 @@ Ext2 => ("mkfs.ext2", &["-F", "-q"]), Ext3 => ("mkfs.ext3", &["-F", "-q"]), Ext4 => ("mkfs.ext4", &["-F", "-q", "-E", "lazy_itable_init"]), - F2fs => ("mkfs.f2fs", &["-q", "-O", "extra_attr,inode_checksum,sb_checksum,compression"]), + F2fs => ("mkfs.f2fs", &["-f", "-q", "-O", "extra_attr,inode_checksum,sb_checksum,compression"]), Fat16 => ("mkfs.fat", &["-F", "16"]), Fat32 => ("mkfs.fat", &["-F", "32"]), Ntfs => ("mkfs.ntfs", &["-FQ", "-q"]), diff -Nru distinst-0.3.2~1652206248~21.10~77775fc~dev/debian/changelog distinst-0.3.2~1652283129~21.10~4af925c~dev/debian/changelog --- distinst-0.3.2~1652206248~21.10~77775fc~dev/debian/changelog 2022-05-10 18:10:48.000000000 +0000 +++ distinst-0.3.2~1652283129~21.10~4af925c~dev/debian/changelog 2022-05-11 15:32:09.000000000 +0000 @@ -1,10 +1,10 @@ -distinst (0.3.2~1652206248~21.10~77775fc~dev) impish; urgency=medium +distinst (0.3.2~1652283129~21.10~4af925c~dev) impish; urgency=medium * Auto Build * Fix bug with C API disks constructor - -- Pop OS (ISO Signing Key) Tue, 10 May 2022 12:10:48 -0600 + -- Pop OS (ISO Signing Key) Wed, 11 May 2022 17:32:09 +0200 distinst (0.3.1-1) bionic; urgency=medium Binary files /tmp/tmpcztcdqob/2N7jTkZrcR/distinst-0.3.2~1652206248~21.10~77775fc~dev/vendor.tar.xz and /tmp/tmpcztcdqob/G5COSAmcyI/distinst-0.3.2~1652283129~21.10~4af925c~dev/vendor.tar.xz differ