Re: [systemd-devel] [PATCH] blkid: Warn when rejecting a superblock with a bad csum

2014-12-12 Thread G2P code
On Fri, Dec 12, 2014 at 6:29 PM, Chris Atkinson wrote: > > Should the line: > > PKG_CHECK_MODULES(BLKID, [ blkid >= 2.24 ], > > instead read > > PKG_CHECK_MODULES(BLKID, [ blkid >= 2.25 ], > > instead since the commit message appears to mandate 2.25 not 2.24? > I made only necessary changes, patc

Re: [systemd-devel] [PATCH] blkid: Warn when rejecting a superblock with a bad csum

2014-12-12 Thread Chris Atkinson
Should the line: PKG_CHECK_MODULES(BLKID, [ blkid >= 2.24 ], instead read PKG_CHECK_MODULES(BLKID, [ blkid >= 2.25 ], instead since the commit message appears to mandate 2.25 not 2.24? Regards, ___ systemd-devel mailing list systemd-devel@lists.freed

[systemd-devel] [PATCH] blkid: Warn when rejecting a superblock with a bad csum

2014-12-12 Thread Gabriel de Perthuis
Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 --- configure.ac | 2 +- src/udev/udev-builtin-blkid.c | 13 - 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/configure.a