Accepting request 1229816 from filesystems

- Update to version 2.2.1:
  * fectest: Fix time formatting with _TIME_BITS=64 on 32-bit system
  * also check for static libuuid
  * mkfs.ubifs: Clear direct_write property when closing target
  * mkfs.ubifs: Initialize 'cipher_name' as NULL
  * mkfs.ubifs: Fix wrong xattr entry type
  * mkfs.ubifs: Fix incorrect dir size calculation in encryption scenario
  * mkfs.ubifs: Close libubi in error handling paths
  * mkfs.ubifs: Fix missed closing out_fd
  * mkfs.ubifs: Fix memleak for 'output' in error paths
  * libubi: ubi_update_start: slightly improve documentation
  * fs-tests: integck: Refactor: split out common remount logic
  * fs-tests: integck: Refactor: split out common remount logic
  * Extract list implementation to common lib and add list_sort support
  * Extract rbtree implementation to common lib

OBS-URL: https://build.opensuse.org/request/show/1229816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtd-utils?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-12-10 22:49:32 +00:00 committed by Git OBS Bridge
commit 04960f13d6
6 changed files with 34 additions and 15 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEEwY/cjyeWErqzVubvOXcPHQaAtEFAmYG0YEACgkQvOXcPHQa
AtGxLQf/S2vAq8lKfBjjxLzmsqmTS0olAlNZ0sSIulMGiIpPXgH2vfRZox+PPvRg
UPQKVWzhMAVKr0+fDmn0gYeL5gBcI3lIU4U7GZoGs/eX7HFUp6I3RoleokZ2QyRf
PTNoASKeEBhaETP7pOz15mPTY5Yy60DZNNcG+n5V+pCIQagpeXP44KPDxdEdERIa
zH9JpjbJMOZQT1aMomGJkuHtjjs0Y5kTDHAVCdfCUrKM+SOVjWtadZME8GilEVZL
+cygvB0TunHvOb3qM0fLRUMJh3I+d0Gy5u+EjWWyaCLBpVJppA3Ys9nSbNdkbCHx
4s4BUQVgm69jQ71lb7wRFw2lcCAsyQ==
=IHhI
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEEwY/cjyeWErqzVubvOXcPHQaAtEFAmb0DWYACgkQvOXcPHQa
AtHh8wf/frGVCl8bkbXWmvIH+wvA+ATECcbHCe8MVaJ2MOuWzi2+WBJlBC7eO3rL
s5TqALc8WVuWB5IxWXPOs/o/5Wfi+Vj9h/FGTdblDbdnRg5CGXArJmddZn7wko6O
Q2Zm2fuI7eIEA2xXRfah9KBAQmm0Vso7P06q8h1b9WxVHmWM8XMozNMcAsRyLmau
BUycSPwqyj3R3wZYcd33CKChMzZCWfNmoIB2fTwY1/ZAmSs/D43rv5CdAIK/F15/
HCnVL6Hb/+0hkG234iGGmwZqt4dJZsY0IE13z0ioDOpvVk8164Q1vG7FkZUxx8EJ
o/uDh1KdywOogWBO1s+neQ/mJHFhcA==
=kxe0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 10 13:40:40 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.2.1:
* fectest: Fix time formatting with _TIME_BITS=64 on 32-bit system
* also check for static libuuid
* mkfs.ubifs: Clear direct_write property when closing target
* mkfs.ubifs: Initialize 'cipher_name' as NULL
* mkfs.ubifs: Fix wrong xattr entry type
* mkfs.ubifs: Fix incorrect dir size calculation in encryption scenario
* mkfs.ubifs: Close libubi in error handling paths
* mkfs.ubifs: Fix missed closing out_fd
* mkfs.ubifs: Fix memleak for 'output' in error paths
* libubi: ubi_update_start: slightly improve documentation
* fs-tests: integck: Refactor: split out common remount logic
* fs-tests: integck: Refactor: split out common remount logic
* Extract list implementation to common lib and add list_sort support
* Extract rbtree implementation to common lib
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 1 05:13:59 UTC 2024 - Martin Pluskal <mpluskal@suse.com> Thu Aug 1 05:13:59 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,7 +17,7 @@
Name: mtd-utils Name: mtd-utils
Version: 2.2.0 Version: 2.2.1
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