Compare commits

...

2 Commits
master ... f21

Author SHA1 Message Date
Peter Robinson 01880f8443 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:03:07 +00:00
Eric Sandeen 08089d0a7f New upstream version 3.1.4 2014-07-17 20:32:42 -05:00
3 changed files with 10 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: 2%{?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,12 @@ rm -rf $RPM_BUILD_ROOT
%{_sharedstatedir}/xfsdump/inventory
%changelog
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* 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)