c3a893d519
- place binaries in /usr tree (UsrMerge project) - adjust mkinitrd script accordingly - add btrfsck repair options for: - rebuild extent records - fix block group accounting - reset csums for rescue nodatasum mount - prune corrupt extent allocation tree blocks - device scanning fixes for dm and multipath - initrd support: move btrfs device scan after block device setup - documentation updates - add csize for file commpressed size - updated restore utility OBS-URL: https://build.opensuse.org/request/show/108879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=26
14 lines
379 B
Diff
14 lines
379 B
Diff
Index: btrfs-progs-v0.19-116-g13eced9/version.sh
|
|
===================================================================
|
|
--- btrfs-progs-v0.19-116-g13eced9.orig/version.sh
|
|
+++ btrfs-progs-v0.19-116-g13eced9/version.sh
|
|
@@ -6,7 +6,7 @@
|
|
# Copyright 2008, Oracle
|
|
# Released under the GNU GPLv2
|
|
|
|
-v="Btrfs v0.19"
|
|
+v="v0.19+"
|
|
|
|
which git &> /dev/null
|
|
if [ $? == 0 -a -d .git ]; then
|