From 80c30894e9e43f40f0180eaeac6142d44d157cea4ae8419ab6f6aa33ed4142bf Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 29 May 2019 13:40:01 +0000 Subject: [PATCH] - Update to version 2.1.0: * Features: + mkfs.ubifs: Implement support for file system encryption + mkfs.ubifs: Implement selinux labelling support + ubinize: add support for skipping CRC check of a static volume when opening + ubimkvol: add support for skipping CRC check of a static volume when opening + Add lsmtd program * Fixes: - update various kernel headers + Instead of doing preprocessor magic, just output off_t as long long + fix verification percent display in flashcp + mkfs.ubifs: fix double free + mkfs.ubifs: Fix xattr nlink value + ubinize: avoid to create two UBI_LAYOUT_VOLUME_ID volume + common.h: fix prompt function + libmtd: don't print an error message for devices without ecc support + io_paral: Fix error handling of update_volume() + ubimkvol: Initialize req to zero to make sure no flags are set by default + libubi: add volume flags to ubi_mkvol_request + mkfs.ubifs: add_xattr is not depending on host XATTR support + Revert "Return correct error number in ubi_get_vol_info1" which introduced a regression. + make sure pkg-config is installed in configure script + ubiformat: process command line arguments before handling file arguments * Cleanup: + ubiformat: remove no-volume-table option OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=17 --- mtd-utils-2.0.2.tar.bz2 | 3 --- mtd-utils-2.0.2.tar.bz2.asc | 10 ---------- mtd-utils-2.1.0.tar.bz2 | 3 +++ mtd-utils-2.1.0.tar.bz2.asc | 10 ++++++++++ mtd-utils.changes | 29 +++++++++++++++++++++++++++++ mtd-utils.spec | 9 ++++++--- 6 files changed, 48 insertions(+), 16 deletions(-) delete mode 100644 mtd-utils-2.0.2.tar.bz2 delete mode 100644 mtd-utils-2.0.2.tar.bz2.asc create mode 100644 mtd-utils-2.1.0.tar.bz2 create mode 100644 mtd-utils-2.1.0.tar.bz2.asc diff --git a/mtd-utils-2.0.2.tar.bz2 b/mtd-utils-2.0.2.tar.bz2 deleted file mode 100644 index b85f859..0000000 --- a/mtd-utils-2.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb3de61be8e932abb424e8ea3c30298f553d5f970ad158a737bb303bbf9660b8 -size 608152 diff --git a/mtd-utils-2.0.2.tar.bz2.asc b/mtd-utils-2.0.2.tar.bz2.asc deleted file mode 100644 index d76bdf7..0000000 --- a/mtd-utils-2.0.2.tar.bz2.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJa1MdEAAoJELzl3Dx0GgLRkA0IAMev22NiVi8bd17TTrDTUbBH -ur1SV0PkdrejK1IKtnJzBkQ8EOGR/YDM2AeWWipYSWO0WJ4mCGPjLaiXnQaF/7JX -BE4lrs963uzN2W2QoFQsS+nIzeGbqtgKHLcNG9GB3Ueh1i4DIAW/kPyhLUfs9aFD -kVMClfa7lBoCUQPDeEs1d5cwRjWLHHj70O6JWaxQtSk08lMFyA3Hon0INdbaCOth -v81RO84KmPCmZJT+aEgx0WwPrGA6lplmZiYcGYLNMjyldUvJhvmoDTRARyf2lx9b -+q0xU0vrj9koPq2a/l+IKyWmNljrApAwE/R3src3iCDAe/adUp2pzUSDZ5aLQko= -=fjoo ------END PGP SIGNATURE----- diff --git a/mtd-utils-2.1.0.tar.bz2 b/mtd-utils-2.1.0.tar.bz2 new file mode 100644 index 0000000..ebe8b3f --- /dev/null +++ b/mtd-utils-2.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b995b06d93aee4125e8e44c05a1cae6eea545ca5a6e8a377405ee8aa454bd2 +size 622794 diff --git a/mtd-utils-2.1.0.tar.bz2.asc b/mtd-utils-2.1.0.tar.bz2.asc new file mode 100644 index 0000000..9d36bb8 --- /dev/null +++ b/mtd-utils-2.1.0.tar.bz2.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJciTLyAAoJELzl3Dx0GgLRw9cIAIDOJkx0zUu4MZ1hDJBPpGZJ +ny5snXuVb6c2kuUy6otoKnZo/YhauXLWDYRFwbin0+siOPZXjdUVXufcPL1ZWj6C +bsRQi0k7XutNJGsBqMHQWperykfb8HGKcMyM8zY8u5HmxmvxHKWWEC5HTsG/Pqhn +W9k5YvpzGI3+dOvh0hRCWcUNM6VNaVr1lOAPt+UnVp0wjyADmotvR6abZSUHAxb4 +I1KYln/YXNWLy0APmNJvFRqVVTTTJQ6HnUBdH4/+CL8Z7Wnc0CohtXWzt4Q/QJTe +0cP2RMjXPI2pm8i10gHQu5bYgjsQNGtf9LE8JIkQoLs3l2+e/6dranWMQV6lnG4= +=f3XH +-----END PGP SIGNATURE----- diff --git a/mtd-utils.changes b/mtd-utils.changes index 3ecad9e..2d59198 100644 --- a/mtd-utils.changes +++ b/mtd-utils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed May 29 13:35:46 UTC 2019 - Martin Pluskal + +- Update to version 2.1.0: + * Features: + + mkfs.ubifs: Implement support for file system encryption + + mkfs.ubifs: Implement selinux labelling support + + ubinize: add support for skipping CRC check of a static volume when opening + + ubimkvol: add support for skipping CRC check of a static volume when opening + + Add lsmtd program + * Fixes: + - update various kernel headers + + Instead of doing preprocessor magic, just output off_t as long long + + fix verification percent display in flashcp + + mkfs.ubifs: fix double free + + mkfs.ubifs: Fix xattr nlink value + + ubinize: avoid to create two UBI_LAYOUT_VOLUME_ID volume + + common.h: fix prompt function + + libmtd: don't print an error message for devices without ecc support + + io_paral: Fix error handling of update_volume() + + ubimkvol: Initialize req to zero to make sure no flags are set by default + + libubi: add volume flags to ubi_mkvol_request + + mkfs.ubifs: add_xattr is not depending on host XATTR support + + Revert "Return correct error number in ubi_get_vol_info1" which introduced a regression. + + make sure pkg-config is installed in configure script + + ubiformat: process command line arguments before handling file arguments + * Cleanup: + + ubiformat: remove no-volume-table option + ------------------------------------------------------------------- Mon Jul 9 13:13:38 UTC 2018 - mpluskal@suse.com diff --git a/mtd-utils.spec b/mtd-utils.spec index 1a01c17..297dd62 100644 --- a/mtd-utils.spec +++ b/mtd-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mtd-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mtd-utils -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Tools for maintaining Memory Technology Devices License: GPL-2.0-or-later @@ -29,6 +29,7 @@ Source2: %{name}.keyring BuildRequires: libacl-devel BuildRequires: lzo-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(zlib) Supplements: filesystem(jffs2) @@ -66,6 +67,7 @@ make %{?_smp_mflags} V=1 %{_sbindir}/ftl_format %{_sbindir}/jffs2dump %{_sbindir}/jffs2reader +%{_sbindir}/lsmtd %{_sbindir}/mkfs.jffs2 %{_sbindir}/mkfs.ubifs %{_sbindir}/mtd_debug @@ -94,6 +96,7 @@ make %{?_smp_mflags} V=1 %{_sbindir}/ubirsvol %{_sbindir}/ubiupdatevol %{_mandir}/man1/mkfs.jffs2.1%{?ext_man} +%{_mandir}/man8/lsmtd.8%{?ext_man} %{_mandir}/man8/ubinize.8%{?ext_man} %changelog