cabacdf6d1
- Simplify checks in mkinitrd scripts. They are always true because they come from the same package Use relative paths to binaries - Move udev rules to /usr. - Adjust rules to call binary from /usr - Simplify fsck.btrfs, its just a dummy until fixed - update to upstream master (f00dd8386a57d241d0f7c) OBS-URL: https://build.opensuse.org/request/show/184455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=30
14 lines
389 B
Diff
14 lines
389 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="v0.20-rc1"
|
|
+v="v0.20-rc1+20130701"
|
|
|
|
which git &> /dev/null
|
|
if [ $? == 0 -a -d .git ]; then
|