diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-24 10:11:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-24 10:11:57 -0400 |
| commit | 5fc482fff3dcd9c809c275856adff1851b47160d (patch) | |
| tree | 4b6728e3b1e8f8c9bb83effceb0b3addeb25e061 /debian | |
| parent | 4bf95542a83ca1acaf627da547fa85c57583e4c2 (diff) | |
Property.Partition: Update kpartx output parser, as its output format changed around version 0.6. Both output formats are supported now.
Do we trust kpartx to not change again, given how little documented its
output format is and that it's changed w/o warning? Little other things
like vmdebootstrap depend on its output in the same way..
This commit was sponsored by Ignacio on Patreon.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6c9bd36f..c466530e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,10 +3,9 @@ propellor (4.0.1) UNRELEASED; urgency=medium * Fix build with pre-AMP ghc. * Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key pair in addition to the old secret_id_key. - * Property.Partition: Improve loop device detection code used with kpartx - when building disk images. /dev/mapper/loop* symlinks are now detected - as block devices. - + * Property.Partition: Update kpartx output parser, as its output format + changed around version 0.6. Both output formats are supported now. + -- Joey Hess <id@joeyh.name> Sat, 18 Mar 2017 19:40:35 -0400 propellor (4.0.0) unstable; urgency=medium |
