Accepting request 1190853 from filesystems

- Update to version 2.2.0:
  * flashcp: Add write last option
  * flash_erase: Add an option for JFFS2 cleanmarker size
  * ubiattach: Add disable fastmap option
  * ubiattach: Add option to reserve peb pool for fastmap
  * support building without zlib
  * jffs2dump: check return value of lseek
  * mkfs.ubifs: fix xattr scanning for builds with selinux support
  * overhaul dependency handling in the build system
- Enable SELinux support

OBS-URL: https://build.opensuse.org/request/show/1190853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtd-utils?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2024-08-01 20:05:15 +00:00 committed by Git OBS Bridge
commit 243643b5b1
6 changed files with 31 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEEwY/cjyeWErqzVubvOXcPHQaAtEFAmTub08ACgkQvOXcPHQa
AtGBigf+JSUOvI6/zF8F9dF6S1m+QaFJFY4ydi+gCpgT48jxTgNR4rUEn5hHeOa/
0ZLR/IwwDRP644MR6K/m9Yb083uGceX8Mw7EDRxwtlwv8Bvsi+mAT+/IE3QZufpo
fOrObwl5XJcyBkBO0qqGIgVBpylw5iLkbq781STw4/DNRKcUcREu9fX5DPTLsLh+
85MlkbOcjSJ5XmOSaAvCoTFJeUSZo6rcg8JcRWPMtDPC+WPCwo0YrN1wifj+mRun
lJ0yBfxOoA1OjLDBDuOub6swsZDGuoMCpSkJbrcwyNrxzxc7Doj8QjcdIWA9Vxe/
3c8oa6bZxWQBDyZyqZUoIHwu86SNog==
=6ESR
-----END PGP SIGNATURE-----

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

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 1 05:13:59 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.2.0:
* flashcp: Add write last option
* flash_erase: Add an option for JFFS2 cleanmarker size
* ubiattach: Add disable fastmap option
* ubiattach: Add option to reserve peb pool for fastmap
* support building without zlib
* jffs2dump: check return value of lseek
* mkfs.ubifs: fix xattr scanning for builds with selinux support
* overhaul dependency handling in the build system
- Enable SELinux support
-------------------------------------------------------------------
Wed Dec 20 08:48:46 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mtd-utils
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.6
Version: 2.2.0
Release: 0
Summary: Tools for maintaining Memory Technology Devices
License: GPL-2.0-or-later
@ -27,6 +27,7 @@ Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.b
Source2: %{name}.keyring
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libacl)
BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(lzo2)
BuildRequires: pkgconfig(openssl)