diff --git a/xfsprogs/.footprint b/xfsprogs/.footprint index 67c2c26c1..1cdb91d7e 100644 --- a/xfsprogs/.footprint +++ b/xfsprogs/.footprint @@ -11,9 +11,12 @@ drwxr-xr-x root/root usr/include/xfs/ -rw-r--r-- root/root usr/include/xfs/handle.h -rw-r--r-- root/root usr/include/xfs/jdm.h -rw-r--r-- root/root usr/include/xfs/linux.h --rw-r--r-- root/root usr/include/xfs/platform_defs.h -rw-r--r-- root/root usr/include/xfs/xfs.h +-rw-r--r-- root/root usr/include/xfs/xfs_arch.h +-rw-r--r-- root/root usr/include/xfs/xfs_da_format.h +-rw-r--r-- root/root usr/include/xfs/xfs_format.h -rw-r--r-- root/root usr/include/xfs/xfs_fs.h +-rw-r--r-- root/root usr/include/xfs/xfs_log_format.h -rw-r--r-- root/root usr/include/xfs/xfs_types.h -rw-r--r-- root/root usr/include/xfs/xqm.h drwxr-xr-x root/root usr/lib/ diff --git a/xfsprogs/.md5sum b/xfsprogs/.md5sum index e1cfddab5..45d23392c 100644 --- a/xfsprogs/.md5sum +++ b/xfsprogs/.md5sum @@ -1 +1 @@ -c28db88f058ada506fe0ac6a897a1c42 xfsprogs-3.2.4.tar.gz +ade22791338fa3d2cf442d6bb84f1748 xfsprogs-4.3.0.tar.gz diff --git a/xfsprogs/Pkgfile b/xfsprogs/Pkgfile index befd7cde9..3e9c49ca1 100644 --- a/xfsprogs/Pkgfile +++ b/xfsprogs/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux name=xfsprogs -version=3.2.4 +version=4.3.0 release=1 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz) @@ -21,7 +21,7 @@ build() { make make -j1 DIST_ROOT=$PKG install install-dev - rm $PKG/lib/libhandle.so + rm $PKG/lib/libhandle.{so,a,la} ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so rm -r $PKG/usr/share/doc