diff --git a/mtd-utils-2.1.6.tar.bz2 b/mtd-utils-2.1.6.tar.bz2 deleted file mode 100644 index 564b948..0000000 --- a/mtd-utils-2.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d853bc4adf83bcabd2792fc95af33bdd8643c97e8f7b3f0180af36af76f0e5 -size 458333 diff --git a/mtd-utils-2.1.6.tar.bz2.asc b/mtd-utils-2.1.6.tar.bz2.asc deleted file mode 100644 index 37bffa6..0000000 --- a/mtd-utils-2.1.6.tar.bz2.asc +++ /dev/null @@ -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----- diff --git a/mtd-utils-2.2.0.tar.bz2 b/mtd-utils-2.2.0.tar.bz2 new file mode 100644 index 0000000..3ee29ea --- /dev/null +++ b/mtd-utils-2.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250d082f67375ca8451b5fcfc9a23a53ced3ebebd8312c288daf2507bbab1324 +size 471918 diff --git a/mtd-utils-2.2.0.tar.bz2.asc b/mtd-utils-2.2.0.tar.bz2.asc new file mode 100644 index 0000000..eb05724 --- /dev/null +++ b/mtd-utils-2.2.0.tar.bz2.asc @@ -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----- diff --git a/mtd-utils.changes b/mtd-utils.changes index 0d87499..bc6a7c1 100644 --- a/mtd-utils.changes +++ b/mtd-utils.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 1 05:13:59 UTC 2024 - Martin Pluskal + +- 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 diff --git a/mtd-utils.spec b/mtd-utils.spec index d4d3f48..4083b39 100644 --- a/mtd-utils.spec +++ b/mtd-utils.spec @@ -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)