From 0286e21dccd92d92ca8cbffcc5dbe939cf6ce89cbb7107e065fe830cbeec97ce Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 4 Jan 2023 18:05:42 +0000 Subject: [PATCH] Accepting request 1055971 from home:ailiopoulos:branches:filesystems - update to 6.1.0: - libxfs: kernel sync - libxfs: consume the xfs_warn mountpoint argument - misc: add static to various sourcefile-local functions - misc: add missing includes - xfs_{db,repair}: fix XFS_REFC_COW_START usage - xfs_repair: don't crash on unknown inode parents in dry run mode - xfs_repair: retain superblock buffer to avoid write hook deadlock - xfs_repair: Attempt log replay during boot time repair - xfs_repair: covscan fixes - xfs_db: create separate struct and field definitions for finobts - xfs_db: fix dir3 block magic check - xfs_db: fix octal conversion logic - xfs_db: fix printing of reverse mapping record blockcounts - xfs_io: don't display stripe alignment flags for rt files - xfs_db: fix dir3 block magic check - mkfs.xfs: add mkfs config file for the 6.1 LTS kernel OBS-URL: https://build.opensuse.org/request/show/1055971 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=120 --- xfsprogs-6.0.0.tar.sign | 7 ------- xfsprogs-6.0.0.tar.xz | 3 --- xfsprogs-6.1.0.tar.sign | 7 +++++++ xfsprogs-6.1.0.tar.xz | 3 +++ xfsprogs.changes | 21 +++++++++++++++++++++ xfsprogs.spec | 4 ++-- 6 files changed, 33 insertions(+), 12 deletions(-) delete mode 100644 xfsprogs-6.0.0.tar.sign delete mode 100644 xfsprogs-6.0.0.tar.xz create mode 100644 xfsprogs-6.1.0.tar.sign create mode 100644 xfsprogs-6.1.0.tar.xz diff --git a/xfsprogs-6.0.0.tar.sign b/xfsprogs-6.0.0.tar.sign deleted file mode 100644 index ca085fb..0000000 --- a/xfsprogs-6.0.0.tar.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCY3IjzA8cY2VtQGtlcm5l -bC5vcmcACgkQtFYYw2ok/SNQ8wD+JLjgmCn90GhYHqYXpC445eex3gUv6gXp3W8+ -/fml3xgBAIhw/K22jXFgd96X98DPdqWs+Z1vxL/lUmSRsHAZkzQD -=84i3 ------END PGP SIGNATURE----- diff --git a/xfsprogs-6.0.0.tar.xz b/xfsprogs-6.0.0.tar.xz deleted file mode 100644 index ad96008..0000000 --- a/xfsprogs-6.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b77cec2364aab0b8ae8d8c67daac7fdb3801e0979f1d8328d9c3469e57ca9ca0 -size 1320744 diff --git a/xfsprogs-6.1.0.tar.sign b/xfsprogs-6.1.0.tar.sign new file mode 100644 index 0000000..6a65e7c --- /dev/null +++ b/xfsprogs-6.1.0.tar.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCY6V89w8cY2VtQGtlcm5l +bC5vcmcACgkQtFYYw2ok/SMvwgEA/rTObgrT3ZXCzxB4uHeWNDhH8B1Jj9uhNCrM +QgawXuwBAN1jOkze5te2I+qQLPcZvRjgsDgr7bXqsBGWqq2O3/ME +=AgBp +-----END PGP SIGNATURE----- diff --git a/xfsprogs-6.1.0.tar.xz b/xfsprogs-6.1.0.tar.xz new file mode 100644 index 0000000..7c18100 --- /dev/null +++ b/xfsprogs-6.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceb9015c4ebefa56fa85faff756ccb51ed2cf9c39ba239767f8e78705e85251 +size 1322908 diff --git a/xfsprogs.changes b/xfsprogs.changes index 4d2aa13..6c023b2 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jan 4 17:38:34 UTC 2023 - Anthony Iliopoulos + +- update to 6.1.0: + - libxfs: kernel sync + - libxfs: consume the xfs_warn mountpoint argument + - misc: add static to various sourcefile-local functions + - misc: add missing includes + - xfs_{db,repair}: fix XFS_REFC_COW_START usage + - xfs_repair: don't crash on unknown inode parents in dry run mode + - xfs_repair: retain superblock buffer to avoid write hook deadlock + - xfs_repair: Attempt log replay during boot time repair + - xfs_repair: covscan fixes + - xfs_db: create separate struct and field definitions for finobts + - xfs_db: fix dir3 block magic check + - xfs_db: fix octal conversion logic + - xfs_db: fix printing of reverse mapping record blockcounts + - xfs_io: don't display stripe alignment flags for rt files + - xfs_db: fix dir3 block magic check + - mkfs.xfs: add mkfs config file for the 6.1 LTS kernel + ------------------------------------------------------------------- Wed Nov 16 10:20:22 UTC 2022 - Anthony Iliopoulos diff --git a/xfsprogs.spec b/xfsprogs.spec index eff39a9..c6b6ce4 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package xfsprogs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.0.0 +Version: 6.1.0 Release: 0 Summary: Utilities for managing the XFS file system License: GPL-2.0-or-later