|
@@ -1,21 +1,21 @@
|
|
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.8
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
# 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+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
-URL: http://oss.sgi.com/projects/xfs/
|
|
+URL: http://xfs.org/
|
|
-Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
|
|
+Source0: https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsdump/%{name}-%{version}.tar.xz
|
|
|
|
+Patch1: 0003-common-types.h-Wrap-define-UUID_STR_LEN-36-in-ifndef.patch
|
|
|
|
+Patch2: 0004-common-drive.c-include-stdlib.h.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: libtool, gettext, gawk
|
|
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
|
|
|
|
-
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: tomop
|
|
Packager: tomop
|
|
@@ -38,10 +38,8 @@ be layered on top of the full backup. Single files and directory
|
|
subtrees may be restored from full or partial backups.
|
|
subtrees may be restored from full or partial backups.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%autosetup -p1
|
|
-
|
|
+perl -pi -e 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/' common/fs.c
|
|
-%patch0 -p1
|
|
|
|
-%patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -69,13 +67,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc README doc/COPYING doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt
|
|
+%license doc/COPYING
|
|
|
|
+%doc README doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt
|
|
%{_mandir}/man8/*
|
|
%{_mandir}/man8/*
|
|
/sbin/*
|
|
/sbin/*
|
|
%{_sbindir}*
|
|
%{_sbindir}*
|
|
%{_sharedstatedir}/xfsdump/inventory
|
|
%{_sharedstatedir}/xfsdump/inventory
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.8-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Jul 4 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.3-6
|
|
* Fri Jul 4 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.3-6
|
|
- initial build for Vine Linux.
|
|
- initial build for Vine Linux.
|
|
|
|
|