diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -3,6 +3,7 @@ libhandle.so.1:attr_multi_by_handle libhandle.so.1:fd_to_handle libhandle.so.1:free_handle +libhandle.so.1:fshandle_destroy libhandle.so.1:fssetdm_by_handle libhandle.so.1:handle_to_fshandle libhandle.so.1:jdm_attr_list diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -2,4 +2,5 @@ libc.so.6 libpthread.so.0 librt.so.1 +libunistring.so.2 libuuid.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,17 +1,19 @@ name : xfsprogs -version : 4.12.0 -release : 5 +version : 4.15.1 +release : 6 source : - - https://cdn.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-4.12.0.tar.xz : b330ad8d737f4152ae511580102e2fc49212bb51dfb4b614084344abae46d0df + - https://cdn.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-4.15.1.tar.xz : 27c36de9346a274143ad06c65b2fdbafd2806f3f37fa2c1235a08ed920d2bf3c license : - - GPL-2.0 - - LGPL-2.1 + - GPL-2.0-only + - LGPL-2.1-only summary : XFS User Tools component : system.utils patterns : - - devel: /usr/share/man/man3 + - devel : /usr/share/man/man3 description: | XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. This combination delivers the most scalable high-performance filesystem ever conceived. +builddeps : + - libunistring-devel setup : | %patch -p1 < $pkgfiles/0001-Use-merged-usr-tree-layout.patch %configure diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,11 +2,11 @@ xfsprogs - Ikey Doherty - ikey@solus-project.com + Philipp Trulson + philipp@trulson.de - GPL-2.0 - LGPL-2.1 + GPL-2.0-only + LGPL-2.1-only system.utils XFS User Tools XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. This combination delivers the most scalable high-performance filesystem ever conceived. @@ -21,7 +21,13 @@ system.utils /sbin + /usr/lib/systemd/system/xfs_scrub@.service + /usr/lib/systemd/system/xfs_scrub_all.service + /usr/lib/systemd/system/xfs_scrub_all.timer + /usr/lib/systemd/system/xfs_scrub_fail@.service /usr/lib64/lib*.so.* + /usr/lib64/xfsprogs/xfs_scrub_all.cron + /usr/lib64/xfsprogs/xfs_scrub_fail /usr/sbin /usr/share/doc /usr/share/locale @@ -35,7 +41,7 @@ programming.devel - xfsprogs + xfsprogs /usr/include/ @@ -45,12 +51,12 @@ - - 2017-08-09 - 4.12.0 + + 2018-04-25 + 4.15.1 Packaging update - Ikey Doherty - ikey@solus-project.com + Philipp Trulson + philipp@trulson.de \ No newline at end of file