forked from pool/mtd-utils
Accepting request 706319 from filesystems
- 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/request/show/706319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtd-utils?expand=0&rev=6
This commit is contained in:
commit
33d111733c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb3de61be8e932abb424e8ea3c30298f553d5f970ad158a737bb303bbf9660b8
|
|
||||||
size 608152
|
|
@ -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-----
|
|
3
mtd-utils-2.1.0.tar.bz2
Normal file
3
mtd-utils-2.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4b995b06d93aee4125e8e44c05a1cae6eea545ca5a6e8a377405ee8aa454bd2
|
||||||
|
size 622794
|
10
mtd-utils-2.1.0.tar.bz2.asc
Normal file
10
mtd-utils-2.1.0.tar.bz2.asc
Normal file
@ -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-----
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 29 13:35:46 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Jul 9 13:13:38 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mtd-utils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: mtd-utils
|
||||||
Version: 2.0.2
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for maintaining Memory Technology Devices
|
Summary: Tools for maintaining Memory Technology Devices
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,6 +29,7 @@ Source2: %{name}.keyring
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Supplements: filesystem(jffs2)
|
Supplements: filesystem(jffs2)
|
||||||
@ -66,6 +67,7 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_sbindir}/ftl_format
|
%{_sbindir}/ftl_format
|
||||||
%{_sbindir}/jffs2dump
|
%{_sbindir}/jffs2dump
|
||||||
%{_sbindir}/jffs2reader
|
%{_sbindir}/jffs2reader
|
||||||
|
%{_sbindir}/lsmtd
|
||||||
%{_sbindir}/mkfs.jffs2
|
%{_sbindir}/mkfs.jffs2
|
||||||
%{_sbindir}/mkfs.ubifs
|
%{_sbindir}/mkfs.ubifs
|
||||||
%{_sbindir}/mtd_debug
|
%{_sbindir}/mtd_debug
|
||||||
@ -94,6 +96,7 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_sbindir}/ubirsvol
|
%{_sbindir}/ubirsvol
|
||||||
%{_sbindir}/ubiupdatevol
|
%{_sbindir}/ubiupdatevol
|
||||||
%{_mandir}/man1/mkfs.jffs2.1%{?ext_man}
|
%{_mandir}/man1/mkfs.jffs2.1%{?ext_man}
|
||||||
|
%{_mandir}/man8/lsmtd.8%{?ext_man}
|
||||||
%{_mandir}/man8/ubinize.8%{?ext_man}
|
%{_mandir}/man8/ubinize.8%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user