From 3c740a5153fceac5a6756e2e9248bf71fb19eefd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:48:09 +0000 Subject: import xfsdump-3.1.7-1.el7 --- diff --git a/.gitignore b/.gitignore index 43a90f1..c6df366 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xfsdump-3.1.4.tar.gz +SOURCES/xfsdump-3.1.7.tar.xz diff --git a/.xfsdump.metadata b/.xfsdump.metadata index ad9f7b1..e5feb69 100644 --- a/.xfsdump.metadata +++ b/.xfsdump.metadata @@ -1 +1 @@ -3c06e0e5c32ce09ebc4c0e903fb6105c53c8177c SOURCES/xfsdump-3.1.4.tar.gz +25629df07e015e8b1fcc9a40ddebe4d754abff8d SOURCES/xfsdump-3.1.7.tar.xz diff --git a/SPECS/xfsdump.spec b/SPECS/xfsdump.spec index a83c815..e8e5823 100644 --- a/SPECS/xfsdump.spec +++ b/SPECS/xfsdump.spec @@ -1,13 +1,13 @@ Summary: Administrative utilities for the XFS filesystem Name: xfsdump -Version: 3.1.4 +Version: 3.1.7 Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. License: GPL+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ -Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz +Source0: https://www.kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gettext, gawk BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel @@ -61,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/* %changelog +* Fri Nov 03 2017 Eric Sandeen 3.1.7-1 +- Rebase to build against current RHEL7 xfsprogs headers +- Fix race condition between lseek() and read()/write() (#1086532) + * Mon Feb 17 2014 Eric Sandeen 3.1.4-1 - Fix aarch64 build (#1028131) - Rebase to 3.1.4 to roll up prior individual patches