Accepting request 822710 from home:ailiopoulos:branches:filesystems

- update to v5.7.0:
  * xfs_io: document '-q' option for sendfile command
  * remove libreadline support
  * xfs_quota: allow individual timer extension
  * xfs_quota: fix unsigned int id comparisons
  * xfs_repair: fix progress reporting
  * xfs_repair: fix minrecs error during phase5 btree rebuild
  * xfs_repair: add missing validations to match xfs_check
  * xfs_repair: use btree bulk loading
  * xfs_io: fix copy_range argument parsing
  * xfs_io: document -q option for pread/pwrite command
  * xfs_metadump: man page fixes
  * xfs_db: fix crc invalidation segfault
  * libxfs changes merged from kernel 5.7

OBS-URL: https://build.opensuse.org/request/show/822710
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=93
This commit is contained in:
2020-07-28 10:42:12 +00:00
committed by Git OBS Bridge
parent 6c97754f0f
commit e13a9dbb1c
6 changed files with 41 additions and 23 deletions

View File

@@ -26,7 +26,7 @@
%define libname libhandle1
Name: xfsprogs
Version: 5.6.0
Version: 5.7.0
Release: 0
Summary: Utilities for managing the XFS file system
License: GPL-2.0-or-later
@@ -44,7 +44,7 @@ BuildRequires: automake
BuildRequires: libblkid-devel
BuildRequires: libuuid-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: libedit-devel
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(post): coreutils
@@ -122,7 +122,7 @@ export DEBUG=-DNDEBUG
export LIBUUID=%{_libdir}/libuuid.a
%configure \
--enable-readline=yes \
--enable-editline=yes \
%if %{with systemd}
--with-systemd-unit-dir=%{_unitdir} \
%endif