- Update to version 2.0.2:
* libmtd: Add support to access OOB available size * mkfs.ubifs: Allow root entry in device table * Fix unit-test header and file paths for out of tree builds * Fix unit test mockup for oobavail sysfs file * misc-utils: flash_erase: Fix Jffs2 type flash erase problem * libmtd_legacy: Fix some function description mismatches * mtd-utils: ubifs: fix typo in without_lzo definition * mtd: tests: check erase block count in page test * mtd: unittests: Stop testing stat() calls * mtd: unittests: Decode arg size from ioctl request * mtd: unittests: Use proper unsigned long type for ioctl requests * mtd: tests: Fix check on ebcnt in nandpagetest * ubi-utils: ubicrc32: process command line arguments first * nandbiterrs: Fix erroneous counter increment in for loop body * jittertest: Use the appropriate versions of abs() * Mark or fix switch cases that fall through * mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes * misc-utils: initialize "ip" in docfdisk to NULL * mkfs.ubifs: Apply squash-uids to the root node OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=15
This commit is contained in:
parent
72cfa2e9f8
commit
21ae1bff4a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:312baa0446e4e728ceb413c53533e41e547d1c13ffa0752b2f879fd289fc2f63
|
|
||||||
size 600415
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJZnshKAAoJELzl3Dx0GgLR5D0H/3k7RPkwLWUR2FixzIwUjYQM
|
|
||||||
5yeWKQKZryxYtkZDFkun45MkZrtc+5700RQefCO4PVY4u2lt4y35XAI/K/hKv9OO
|
|
||||||
3zeeQdIdTETCH5M1aKKqq1/FQ7pz1j16kUDVaLCVztzBkt2LUw42oDUqRYh7/p4c
|
|
||||||
B1iNTEGJML64/sC6cSLY12TejcgDLqptBJBOWsh8qY/mcs/sdNZ1KmBg8i5mmW7I
|
|
||||||
Zkt3o79fFv/WyBXbDkWPg5KtKrDKyEUvOTFFP0zBUHyspEI+L8L1xYBXuVxX5p2e
|
|
||||||
PMoEYLLeeVzd5p8LC14YO2DNwReudAZBeZMiZe6xi08CNChaWJfi2a6KtcFQMkc=
|
|
||||||
=MkLh
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mtd-utils-2.0.2.tar.bz2
Normal file
3
mtd-utils-2.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb3de61be8e932abb424e8ea3c30298f553d5f970ad158a737bb303bbf9660b8
|
||||||
|
size 608152
|
10
mtd-utils-2.0.2.tar.bz2.asc
Normal file
10
mtd-utils-2.0.2.tar.bz2.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJa1MdEAAoJELzl3Dx0GgLRkA0IAMev22NiVi8bd17TTrDTUbBH
|
||||||
|
ur1SV0PkdrejK1IKtnJzBkQ8EOGR/YDM2AeWWipYSWO0WJ4mCGPjLaiXnQaF/7JX
|
||||||
|
BE4lrs963uzN2W2QoFQsS+nIzeGbqtgKHLcNG9GB3Ueh1i4DIAW/kPyhLUfs9aFD
|
||||||
|
kVMClfa7lBoCUQPDeEs1d5cwRjWLHHj70O6JWaxQtSk08lMFyA3Hon0INdbaCOth
|
||||||
|
v81RO84KmPCmZJT+aEgx0WwPrGA6lplmZiYcGYLNMjyldUvJhvmoDTRARyf2lx9b
|
||||||
|
+q0xU0vrj9koPq2a/l+IKyWmNljrApAwE/R3src3iCDAe/adUp2pzUSDZ5aLQko=
|
||||||
|
=fjoo
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 9 13:13:38 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.2:
|
||||||
|
* libmtd: Add support to access OOB available size
|
||||||
|
* mkfs.ubifs: Allow root entry in device table
|
||||||
|
* Fix unit-test header and file paths for out of tree builds
|
||||||
|
* Fix unit test mockup for oobavail sysfs file
|
||||||
|
* misc-utils: flash_erase: Fix Jffs2 type flash erase problem
|
||||||
|
* libmtd_legacy: Fix some function description mismatches
|
||||||
|
* mtd-utils: ubifs: fix typo in without_lzo definition
|
||||||
|
* mtd: tests: check erase block count in page test
|
||||||
|
* mtd: unittests: Stop testing stat() calls
|
||||||
|
* mtd: unittests: Decode arg size from ioctl request
|
||||||
|
* mtd: unittests: Use proper unsigned long type for ioctl requests
|
||||||
|
* mtd: tests: Fix check on ebcnt in nandpagetest
|
||||||
|
* ubi-utils: ubicrc32: process command line arguments first
|
||||||
|
* nandbiterrs: Fix erroneous counter increment in for loop body
|
||||||
|
* jittertest: Use the appropriate versions of abs()
|
||||||
|
* Mark or fix switch cases that fall through
|
||||||
|
* mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes
|
||||||
|
* misc-utils: initialize "ip" in docfdisk to NULL
|
||||||
|
* mkfs.ubifs: Apply squash-uids to the root node
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 28 10:50:24 UTC 2017 - mpluskal@suse.com
|
Mon Aug 28 10:50:24 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mtd-utils
|
# spec file for package mtd-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mtd-utils
|
Name: mtd-utils
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for maintaining Memory Technology Devices
|
Summary: Tools for maintaining Memory Technology Devices
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://www.linux-mtd.infradead.org/
|
URL: http://www.linux-mtd.infradead.org/
|
||||||
Source0: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2
|
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
|
Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -49,7 +49,8 @@ make %{?_smp_mflags} V=1
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING ubifs-utils/mkfs.ubifs/README
|
%license COPYING
|
||||||
|
%doc ubifs-utils/mkfs.ubifs/README
|
||||||
%{_sbindir}/doc_loadbios
|
%{_sbindir}/doc_loadbios
|
||||||
%{_sbindir}/docfdisk
|
%{_sbindir}/docfdisk
|
||||||
%{_sbindir}/flash_erase
|
%{_sbindir}/flash_erase
|
||||||
@ -92,7 +93,7 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_sbindir}/ubirmvol
|
%{_sbindir}/ubirmvol
|
||||||
%{_sbindir}/ubirsvol
|
%{_sbindir}/ubirsvol
|
||||||
%{_sbindir}/ubiupdatevol
|
%{_sbindir}/ubiupdatevol
|
||||||
%{_mandir}/man1/mkfs.jffs2.1%{ext_man}
|
%{_mandir}/man1/mkfs.jffs2.1%{?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