diff --git a/getdents.diff b/getdents.diff deleted file mode 100644 index 3c4cb5d..0000000 --- a/getdents.diff +++ /dev/null @@ -1,28 +0,0 @@ -Index: xfsdump-3.0.5/common/getdents.c -=================================================================== ---- xfsdump-3.0.5.orig/common/getdents.c -+++ xfsdump-3.0.5/common/getdents.c -@@ -51,6 +51,9 @@ - #ifdef __hppa__ - # define __ASSUME_GETDENTS64_SYSCALL 1 - #endif -+#ifndef SYS_getdents -+# define __ASSUME_GETDENTS64_SYSCALL 1 -+#endif - - #ifndef __set_errno - #define __set_errno(e) (errno = (e)) -@@ -207,6 +210,7 @@ getdents_wrap (int fd, char *buf, size_t - # endif - } - #endif -+#ifdef SYS_getdents - { - size_t red_nbytes; - struct kernel_dirent *skdp, *kdp; -@@ -265,4 +269,5 @@ getdents_wrap (int fd, char *buf, size_t - } - - return (char *) dp - buf; -+#endif - } diff --git a/xfsdump-3.1.3.tar.gz b/xfsdump-3.1.3.tar.gz deleted file mode 100644 index 0007be2..0000000 --- a/xfsdump-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02138a5d96e06c506ac8cb6e4fedeb0bf7d7cf8b9747f262d0735b885dbf8fa -size 826922 diff --git a/xfsdump-3.1.4.tar.gz b/xfsdump-3.1.4.tar.gz new file mode 100644 index 0000000..62b18b9 --- /dev/null +++ b/xfsdump-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570eafd0721515bdd79cb0e295b701d49cdf81e71a0a0ff0df6d4c5cc1960943 +size 848188 diff --git a/xfsdump.changes b/xfsdump.changes index 42e1c44..4e77d93 100644 --- a/xfsdump.changes +++ b/xfsdump.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Oct 4 00:21:44 CEST 2014 - dsterba@suse.cz + +- Update to version 3.1.4: + - fix partial region segfault and debug code + - dump wholly sparse files correctly + - restore capabilities correctly + - memory leak fixes + - sys_getdents modernisation + - Error message fixes + - Updated polish translation + - debian package build updates +- Removed patch: getdents.diff +- minor spec update + ------------------------------------------------------------------- Mon Jun 2 11:34:10 UTC 2014 - jack@suse.cz diff --git a/xfsdump.spec b/xfsdump.spec index fbed2e1..014db6b 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -21,18 +21,17 @@ BuildRequires: e2fsprogs-devel BuildRequires: libattr-devel BuildRequires: ncurses-devel BuildRequires: xfsprogs-devel -Version: 3.1.3 +Version: 3.1.4 Release: 0 Url: http://oss.sgi.com/projects/xfs/ Summary: Administrative Utilities for the XFS File System License: GPL-2.0+ Group: System/Filesystems -Source0: xfsdump-%version.tar.gz +Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-%version.tar.gz Patch0: xfsdump-docdir.diff -Patch1: getdents.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -%description +%description The xfsdump package contains xfsdump, xfsrestore, and a number of other utilities for administering XFS file systems. @@ -49,16 +48,9 @@ full backup of a file system. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may be restored from full or partial backups. - - -Authors: --------- - SGI - %prep %setup -q %patch0 -%patch1 -p1 %build export DEBUG=-DNDEBUG