From 71e4345540fa9d26645ccbac142039814b37f0e3 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 5 Feb 2024 16:03:20 +0100 Subject: [PATCH] xfsprogs: update to v6.6.0 Signed-off-by: Anthony Iliopoulos --- xfsprogs-6.5.0.tar.sign | 7 ------- xfsprogs-6.5.0.tar.xz | 3 --- xfsprogs-6.6.0.tar.sign | 7 +++++++ xfsprogs-6.6.0.tar.xz | 3 +++ xfsprogs.changes | 12 ++++++++++++ xfsprogs.spec | 12 ++++++------ 6 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 xfsprogs-6.5.0.tar.sign delete mode 100644 xfsprogs-6.5.0.tar.xz create mode 100644 xfsprogs-6.6.0.tar.sign create mode 100644 xfsprogs-6.6.0.tar.xz diff --git a/xfsprogs-6.5.0.tar.sign b/xfsprogs-6.5.0.tar.sign deleted file mode 100644 index 5ea085d..0000000 --- a/xfsprogs-6.5.0.tar.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCZSfZXQ8cY2VtQGtlcm5l -bC5vcmcACgkQtFYYw2ok/SOFogD+MZ4LooqWPZ9aNEfw/GEtiJJzlVMwYHFcgqDK -xgilyusBAKOZeJc4SiFarTv2PnIRuMDxhwaFm0Sy+ngiFn0whlED -=k6/7 ------END PGP SIGNATURE----- diff --git a/xfsprogs-6.5.0.tar.xz b/xfsprogs-6.5.0.tar.xz deleted file mode 100644 index 8282d6e..0000000 --- a/xfsprogs-6.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db81712b32756b97d89dd9a681ac5e325bbb75e585382cd4863fab7f9d021c6 -size 1348452 diff --git a/xfsprogs-6.6.0.tar.sign b/xfsprogs-6.6.0.tar.sign new file mode 100644 index 0000000..1ccc58b --- /dev/null +++ b/xfsprogs-6.6.0.tar.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iIUEABYKAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCZcDcMw8cY2VtQGtlcm5l +bC5vcmcACgkQtFYYw2ok/SNjQwEA03B+ENtZ0EDlsfhgJX4fanP2lAblmPJBz0Bv +LxwbDHoBANmmilAwAdkXnB66Ub6A70bZaOKN4e25OfKnyNxx3Y8K +=AUAu +-----END PGP SIGNATURE----- diff --git a/xfsprogs-6.6.0.tar.xz b/xfsprogs-6.6.0.tar.xz new file mode 100644 index 0000000..082dde7 --- /dev/null +++ b/xfsprogs-6.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ca2f4676df8fab4cb4c3ef3dd512d5551e6844d40a65a31d5b8e03593d22df +size 1351792 diff --git a/xfsprogs.changes b/xfsprogs.changes index 1180dc6..7666479 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 5 14:40:20 UTC 2024 - Anthony Iliopoulos + +- update to 6.6.0 + - xfs_scrub: add missing license and copyright information + - xfs_db: report the device associated with each io cursor + - libxfs: Fix UAF in a requeued EFI + - xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2 + - xfs_db: Add upport to read from external log device + - metadump: New metadump format + - xfs_quota: fix missing mount point warning + ------------------------------------------------------------------- Fri Oct 13 14:45:05 UTC 2023 - Anthony Iliopoulos diff --git a/xfsprogs.spec b/xfsprogs.spec index ee3d849..3ab4c45 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package xfsprogs # -# 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 @@ -25,7 +25,7 @@ %endif %define libname libhandle1 Name: xfsprogs -Version: 6.5.0 +Version: 6.6.0 Release: 0 Summary: Utilities for managing the XFS file system License: GPL-2.0-or-later @@ -108,7 +108,7 @@ on xfs filesystems. %prep %setup -q -%patch0 -p1 +%patch 0 -p1 %build aclocal -I m4 @@ -203,11 +203,11 @@ install -m 0644 %{SOURCE4} %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/ %files -n xfsprogs-scrub %defattr(-,root,root,755) -%dir %{_libdir}/xfsprogs/ -%{_libdir}/xfsprogs/xfs_scrub_all.cron +%dir %{_libexecdir}/xfsprogs +%{_prefix}/share/xfsprogs/xfs_scrub_all.cron %{_sbindir}/xfs_scrub_all %if %{with systemd} -%{_libdir}/xfsprogs/xfs_scrub_fail +%{_libexecdir}/xfsprogs/xfs_scrub_fail %{_unitdir}/xfs_scrub@.service %{_unitdir}/xfs_scrub_all.service %{_unitdir}/xfs_scrub_all.timer -- 2.45.2