841295d9e4
- fix mkfs failure on ppc64 (or with sectorsize > 4k) OBS-URL: https://build.opensuse.org/request/show/346049 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=223
14 lines
293 B
Diff
14 lines
293 B
Diff
Index: btrfs-progs-v4.1/version.sh
|
|
===================================================================
|
|
--- btrfs-progs-v4.1.orig/version.sh
|
|
+++ btrfs-progs-v4.1/version.sh
|
|
@@ -6,7 +6,7 @@
|
|
# Copyright 2008, Oracle
|
|
# Released under the GNU GPLv2
|
|
|
|
-v="v4.3.1"
|
|
+v="v4.3.1+20151124"
|
|
|
|
opt=$1
|
|
|