- Update to version 2.1.1:

* Features:
    - mkfs.ubifs: Add ZSTD compression
  * Fixes:
    + ubiformat: Dont ignore sequence number CLI option
    + mkfs.ubifs: fix build without openssl
    + mkfs.ubifs: fix regression when trying to store device special files
    + mkfs.ubifs: fix description of favor_lzo
    + unittests/test_lib: Include proper header for _IOC_SIZE
    + unittests/libmtd_test: Include fcntl header
    + unittests: Define the use of _GNU_SOURCE
    + ubinize: Exit with non-zero exit code on error.
    + mtd-tests: nandbiterrs: Fix issue that just insert error at bit 7
    + ubi-tests: ubi_mkvol_request: Fully initialize 'struct ubi_mkvol_request req'
    + ubi-tests: io_read: Filter invalid offset value before 'lseek' in io_read test
    + ubi-tests: mkvol test: Checks return value 'ENOSPC' for 'ubi_mkvol'
    + ubi-tests: fm_param: Replace 'fm_auto' with 'fm_autoconvert'

OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=19
This commit is contained in:
Martin Pluskal 2020-02-03 16:25:30 +00:00 committed by Git OBS Bridge
parent 80c30894e9
commit f8ab7d4a33
6 changed files with 41 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b995b06d93aee4125e8e44c05a1cae6eea545ca5a6e8a377405ee8aa454bd2
size 622794

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJciTLyAAoJELzl3Dx0GgLRw9cIAIDOJkx0zUu4MZ1hDJBPpGZJ
ny5snXuVb6c2kuUy6otoKnZo/YhauXLWDYRFwbin0+siOPZXjdUVXufcPL1ZWj6C
bsRQi0k7XutNJGsBqMHQWperykfb8HGKcMyM8zY8u5HmxmvxHKWWEC5HTsG/Pqhn
W9k5YvpzGI3+dOvh0hRCWcUNM6VNaVr1lOAPt+UnVp0wjyADmotvR6abZSUHAxb4
I1KYln/YXNWLy0APmNJvFRqVVTTTJQ6HnUBdH4/+CL8Z7Wnc0CohtXWzt4Q/QJTe
0cP2RMjXPI2pm8i10gHQu5bYgjsQNGtf9LE8JIkQoLs3l2+e/6dranWMQV6lnG4=
=f3XH
-----END PGP SIGNATURE-----

3
mtd-utils-2.1.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d15e8b70f036d6af1a66011f8ca0e048e9675fa7983d33bea92c24313a232d2
size 622797

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEEwY/cjyeWErqzVubvOXcPHQaAtEFAl00zcsACgkQvOXcPHQa
AtFjpggAnSCGmtpTqmQbhOSdwYpXTjbsY1sVyI4O4RlkTZ6/1JF5liP8Z2Bu25iR
kvPW6DQcAnVReo42QVwE/bk/zfZQkYmtRNR4muD0c+pH19xDveIvBR3wmwj+Y2sQ
ZGxZoJ+stbMckzy0nSS9xKbTsJY6K1jpqvFpI5x2gHpmwNibItw9NKeKgNVshTdT
KzVzZp+tiDiCOurGa/VP+KHRRucD8MQisOu769VUpKHqkT+obB0fAB2hHacxXTIQ
vchWXibSrxtBS9QazfHpNEsiHdajfvEV8Eov8khEj7mpNNJoH1HFX8a2b1Di+klu
0eVMTxoFlmLLwiORvXkyO+4L7d5u8g==
=OuiQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 3 16:22:01 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.1.1:
* Features:
- mkfs.ubifs: Add ZSTD compression
* Fixes:
+ ubiformat: Dont ignore sequence number CLI option
+ mkfs.ubifs: fix build without openssl
+ mkfs.ubifs: fix regression when trying to store device special files
+ mkfs.ubifs: fix description of favor_lzo
+ unittests/test_lib: Include proper header for _IOC_SIZE
+ unittests/libmtd_test: Include fcntl header
+ unittests: Define the use of _GNU_SOURCE
+ ubinize: Exit with non-zero exit code on error.
+ mtd-tests: nandbiterrs: Fix issue that just insert error at bit 7
+ ubi-tests: ubi_mkvol_request: Fully initialize 'struct ubi_mkvol_request req'
+ ubi-tests: io_read: Filter invalid offset value before 'lseek' in io_read test
+ ubi-tests: mkvol test: Checks return value 'ENOSPC' for 'ubi_mkvol'
+ ubi-tests: fm_param: Replace 'fm_auto' with 'fm_autoconvert'
-------------------------------------------------------------------
Wed May 29 13:35:46 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mtd-utils
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: mtd-utils
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Tools for maintaining Memory Technology Devices
License: GPL-2.0-or-later
@ -26,9 +26,10 @@ URL: http://www.linux-mtd.infradead.org/
Source0: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2
Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc
Source2: %{name}.keyring
BuildRequires: libacl-devel
BuildRequires: lzo-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libacl)
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(lzo2)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(zlib)
@ -44,7 +45,7 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
%build
%configure
make %{?_smp_mflags} V=1
%make_build
%install
%make_install