New upstream release 3.1.4
This commit is contained in:
parent
30090f88aa
commit
0caa22ccf4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ xfsdump-3.0.4.tar.gz
|
|||||||
/xfsdump-3.1.1.tar.gz
|
/xfsdump-3.1.1.tar.gz
|
||||||
/xfsdump-3.1.2.tar.gz
|
/xfsdump-3.1.2.tar.gz
|
||||||
/xfsdump-3.1.3.tar.gz
|
/xfsdump-3.1.3.tar.gz
|
||||||
|
/xfsdump-3.1.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
aad7160b88db24c0510c001debd689be xfsdump-3.1.3.tar.gz
|
a8b1761be5feb363131e7b506639ad4c xfsdump-3.1.4.tar.gz
|
||||||
|
13
xfsdump.spec
13
xfsdump.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Administrative utilities for the XFS filesystem
|
Summary: Administrative utilities for the XFS filesystem
|
||||||
Name: xfsdump
|
Name: xfsdump
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -13,9 +13,6 @@ BuildRequires: libtool, gettext, gawk
|
|||||||
BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
|
BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
|
||||||
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
|
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
|
||||||
|
|
||||||
Patch0: xfsdump-getdents-ifdef-hell.patch
|
|
||||||
Patch1: xfsdump-ancient-getdents-code.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xfsdump package contains xfsdump, xfsrestore and a number of
|
The xfsdump package contains xfsdump, xfsrestore and a number of
|
||||||
other utilities for administering XFS filesystems.
|
other utilities for administering XFS filesystems.
|
||||||
@ -36,9 +33,6 @@ subtrees may be restored from full or partial backups.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
@ -71,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sharedstatedir}/xfsdump/inventory
|
%{_sharedstatedir}/xfsdump/inventory
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 16 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-5
|
||||||
- Fix aarch64 build (#926800)
|
- Fix aarch64 build (#926800)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user