From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to 4.9.0 Date: Fri, 13 Jan 2017 09:13:05 +0100 Message-ID: <20170113081305.473-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7538106135049448629==" List-Id: --===============7538106135049448629== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an update to the latest available version of xfsprogs. * Change source URL and tarball format. * Add note for the non existing testsuite. Signed-off-by: Stefan Schantl --- xfsprogs/xfsprogs.nm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs/xfsprogs.nm b/xfsprogs/xfsprogs.nm index 5041e50..f773112 100644 --- a/xfsprogs/xfsprogs.nm +++ b/xfsprogs/xfsprogs.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D xfsprogs -version =3D 4.7.0 +version =3D 4.9.0 release =3D 1 =20 groups =3D System/Filesystems @@ -16,7 +16,8 @@ description A set of commands to use the XFS filesystem, including mkfs.xfs. end =20 -source_dl =3D ftp://oss.sgi.com/projects/xfs/cmd_tars/ +source_dl =3D https://www.kernel.org/pub/linux/utils/fs/xfs/%{name}/ +sources =3D %{thisapp}.tar.xz =20 build requires @@ -37,6 +38,8 @@ build make_build_targets +=3D \ V=3D1 DEBUG=3D-DNDEBUG =20 + # This package does not come with a testsuite. + make_install_targets +=3D \ install-dev V=3D1 DIST_ROOT=3D%{BUILDROOT} \ PKG_ROOT_SBIN_DIR=3D%{sbindir} PKG_ROOT_LIB_DIR=3D%{libdir} --=20 2.9.3 --===============7538106135049448629==--