]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xfsprogs: Update to 4.9.0
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 13 Jan 2017 08:13:05 +0000 (09:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Jan 2017 16:43:47 +0000 (16:43 +0000)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
xfsprogs/xfsprogs.nm

index 5041e50e658811818c4d403a7d25c386f7b342d3..f77311299dc956f1dccfb80e9cd1cae4fd2c3e84 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = xfsprogs
-version    = 4.7.0
+version    = 4.9.0
 release    = 1
 
 groups     = System/Filesystems
@@ -16,7 +16,8 @@ description
        A set of commands to use the XFS filesystem, including mkfs.xfs.
 end
 
-source_dl  = ftp://oss.sgi.com/projects/xfs/cmd_tars/
+source_dl  = https://www.kernel.org/pub/linux/utils/fs/xfs/%{name}/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
@@ -37,6 +38,8 @@ build
        make_build_targets += \
                V=1 DEBUG=-DNDEBUG
 
+       # This package does not come with a testsuite.
+
        make_install_targets += \
                install-dev V=1 DIST_ROOT=%{BUILDROOT} \
                PKG_ROOT_SBIN_DIR=%{sbindir} PKG_ROOT_LIB_DIR=%{libdir}