New upstream release 3.1.4

This commit is contained in:
Eric Sandeen 2014-07-17 19:05:42 -05:00
parent 30090f88aa
commit 0caa22ccf4
3 changed files with 7 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ xfsdump-3.0.4.tar.gz
/xfsdump-3.1.1.tar.gz
/xfsdump-3.1.2.tar.gz
/xfsdump-3.1.3.tar.gz
/xfsdump-3.1.4.tar.gz

View File

@ -1 +1 @@
aad7160b88db24c0510c001debd689be xfsdump-3.1.3.tar.gz
a8b1761be5feb363131e7b506639ad4c xfsdump-3.1.4.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Administrative utilities for the XFS filesystem
Name: xfsdump
Version: 3.1.3
Release: 5%{?dist}
Version: 3.1.4
Release: 1%{?dist}
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
# in source, with no mention of version.
License: GPL+
@ -13,9 +13,6 @@ BuildRequires: libtool, gettext, gawk
BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
Patch0: xfsdump-getdents-ifdef-hell.patch
Patch1: xfsdump-ancient-getdents-code.patch
%description
The xfsdump package contains xfsdump, xfsrestore and a number of
other utilities for administering XFS filesystems.
@ -36,9 +33,6 @@ subtrees may be restored from full or partial backups.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure
@ -71,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sharedstatedir}/xfsdump/inventory
%changelog
* Thu Jul 17 2014 Eric Sandeen <sandeen@redhat.com> 3.1.4-1
- New upstream release
* Mon Jun 16 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-5
- Fix aarch64 build (#926800)