From ee4f80777b437ba7c28f4f61fbdc72f644791b75f012eb5ac06c1b77eafedffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 13 Feb 2024 16:11:17 +0000 Subject: [PATCH] [info=71e4345540fa9d26645ccbac142039814b37f0e3] OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:8/xfsprogs?expand=0&rev=1 --- _scmsync.obsinfo | 6 +++--- 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 ++++++------ 7 files changed, 31 insertions(+), 19 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/_scmsync.obsinfo b/_scmsync.obsinfo index bdc9010..d183728 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1697359362 -commit: 5d9e4f974ca7e2613971391aa258523d22ca9b52 +mtime: 1707145400 +commit: 71e4345540fa9d26645ccbac142039814b37f0e3 url: https://src.opensuse.org/ailiopoulos/xfsprogs.git -revision: 5d9e4f974ca7e2613971391aa258523d22ca9b52 +revision: 71e4345540fa9d26645ccbac142039814b37f0e3 diff --git a/xfsprogs-6.5.0.tar.sign b/xfsprogs-6.5.0.tar.sign deleted file mode 100644 index 926a212..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 5893963..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..da81365 --- /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..b01288b --- /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 e72b588..565161e 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 fb8c2d1..062b8ee 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