- xfs_io: fix copy_file_range symbol name collision (bsc#1079756).

- Added xfs_io-fix-copy_file_range-symbol-name-collision.patch

OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=59
This commit is contained in:
2018-02-07 14:25:03 +00:00
committed by Git OBS Bridge
parent 1d7db4622e
commit 7e89b4c23d
3 changed files with 64 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package xfsprogs
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@ Source2: %{name}.keyring
Source3: module-setup.sh.in
Source4: dracut-fsck-help.txt
Patch0: xfsprogs-docdir.diff
Patch1: xfs_io-fix-copy_file_range-symbol-name-collision.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libblkid-devel
@@ -78,6 +79,7 @@ want to install xfsprogs.
%setup -q
%if 0%{?suse_version}
%patch0 -p1
%patch1 -p1
%endif
%build