[arch-commits] Commit in f2fs-tools/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Fri Sep 3 20:05:12 UTC 2021


    Date: Friday, September 3, 2021 @ 20:05:12
  Author: eworm
Revision: 423396

upgpkg: f2fs-tools 1.14.0-3: fix resize.f2fs (FS#71801)

Modified:
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 18:18:44 UTC (rev 423395)
+++ PKGBUILD	2021-09-03 20:05:12 UTC (rev 423396)
@@ -4,7 +4,7 @@
 pkgname=f2fs-tools
 _tag='d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb' # git rev-parse v${pkgver}
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools for Flash-Friendly File System (F2FS)'
 arch=('x86_64')
 url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
@@ -19,6 +19,9 @@
 prepare() {
 	cd "${pkgname}"
 
+	# resize.f2fs: fix wrong ovp calculation
+	git cherry-pick -n f056fbeff08d30a6d9acdb9e06704461ceee3500
+
 	autoreconf -fi
 }
 



More information about the arch-commits mailing list