16faca8b7b
- fsck: fixes and enahancements to --init-extent-tree mode - fsck: chunk-recover updates - scrub: add force option -f - send: check if subvolumes are read-only - subvol snapshot: add options to affect commit behaviour - btrfs: add properties command group - restore: add dry-run option - restore: fix restoring of compressed files - mkfs: support for no-holes feature - mkfs: option -r deals with hardlinks and relative paths - mkfs: discard phase is interruptible - documentation updates - cleaned spec file - Removed patches: * 0162-btrfs-progs-fix-loop-device-mount-checks.patch * 0165-Revert-btrfs-progs-update-options-in-find-root.c.patch * 0166-Btrfs-progs-add-some-verbose-output-to-find-root.patch * 0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch OBS-URL: https://build.opensuse.org/request/show/229373 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=149
14 lines
381 B
Diff
14 lines
381 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="v3.14"
|
|
+v="v3.14+20140408"
|
|
|
|
which git &> /dev/null
|
|
if [ $? == 0 -a -d .git ]; then
|