~ubuntu-branches/ubuntu/wily/udisks2/wily

« back to all changes in this revision

Viewing changes to debian/patches/00git_hide_smartware_partitions.patch

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-08-30 12:54:45 UTC
  • mfrom: (1.1.8) (14.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130830125445-9qe68xunroan90yv
* New upstream release.
* Drop patches which have been merged upstream.
* Refresh dosfslabel.patch.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 51857ca68c1f45137c27591c1b535b18a6b4ab09 Mon Sep 17 00:00:00 2001
2
 
From: Martin Pitt <martinpitt@gnome.org>
3
 
Date: Mon, 25 Mar 2013 14:58:18 +0100
4
 
Subject: [PATCH 3/3] Fix hiding of "WD SmartWare" partitions
5
 
 
6
 
These might have a _ or a space as word separator.
7
 
 
8
 
https://launchpad.net/bugs/732365
9
 
---
10
 
 data/80-udisks2.rules | 2 +-
11
 
 1 file changed, 1 insertion(+), 1 deletion(-)
12
 
 
13
 
diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules
14
 
index 90e4fc2..5541b4e 100644
15
 
--- a/data/80-udisks2.rules
16
 
+++ b/data/80-udisks2.rules
17
 
@@ -114,7 +114,7 @@ ENV{ID_PART_ENTRY_SCHEME}=="gpt", \
18
 
 
19
 
 # MAC recovery/tool partitions which are useless on Linux
20
 
 ENV{ID_PART_ENTRY_SCHEME}=="mac", \
21
 
-  ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD_SmartWare", \
22
 
+  ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD*SmartWare", \
23
 
   ENV{UDISKS_IGNORE}="1"
24
 
 
25
 
 # recovery partitions
26
 
1.8.1.2
27