rpms/DeviceKit-disks/devel 0001-use-correct-dmode-for-iso9660-mounts.patch, NONE, 1.1 DeviceKit-disks.spec, 1.18, 1.19

David Zeuthen davidz at fedoraproject.org
Thu Apr 9 15:33:39 UTC 2009


Author: davidz

Update of /cvs/pkgs/rpms/DeviceKit-disks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15267

Modified Files:
	DeviceKit-disks.spec 
Added Files:
	0001-use-correct-dmode-for-iso9660-mounts.patch 
Log Message:
* Thu Apr 09 2009 David Zeuthen <davidz at redhat.com> - 004-0.6.20090408git%{?dist}
- use correct dmode for iso9660 mounts (#495018)



0001-use-correct-dmode-for-iso9660-mounts.patch:

--- NEW FILE 0001-use-correct-dmode-for-iso9660-mounts.patch ---
>From 9fc5a4fe400a50f5a34feadd2949b282d70a26c2 Mon Sep 17 00:00:00 2001
From: David Zeuthen <davidz at redhat.com>
Date: Thu, 9 Apr 2009 11:13:41 -0400
Subject: [PATCH] use correct dmode for iso9660 mounts

Reported by yaneti at declera.com

https://bugzilla.redhat.com/show_bug.cgi?id=495018
---
 src/devkit-disks-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/devkit-disks-device.c b/src/devkit-disks-device.c
index 7151e5f..7ce8413 100644
--- a/src/devkit-disks-device.c
+++ b/src/devkit-disks-device.c
@@ -4022,7 +4022,7 @@ static const char *iso9660_defaults[] =       {"uid=",
                                                "gid=",
                                                "iocharset=utf8",
                                                "mode=0400",
-                                               "dmode=0400",
+                                               "dmode=0500",
                                                NULL};
 static const char *iso9660_allow[] =          {"norock",
                                                "nojoliet",
-- 
1.6.2.2



Index: DeviceKit-disks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-disks/devel/DeviceKit-disks.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- DeviceKit-disks.spec	8 Apr 2009 21:49:00 -0000	1.18
+++ DeviceKit-disks.spec	9 Apr 2009 15:33:09 -0000	1.19
@@ -12,7 +12,7 @@
 Summary: Disk Management Service
 Name: DeviceKit-disks
 Version: 004
-Release: 0.5.20090408git%{?dist}
+Release: 0.6.20090408git%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=summary
@@ -59,6 +59,8 @@
 # for /proc/self/mountinfo, only available in 2.6.26 or higher
 Conflicts: kernel < 2.6.26
 
+Patch0: 0001-use-correct-dmode-for-iso9660-mounts.patch
+
 %description
 DeviceKit-disks provides a daemon, D-Bus API and command line tools
 for managing disks and storage devices.
@@ -75,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p 1 -b .iso9660-dmode
 
 %build
 %configure
@@ -132,6 +135,9 @@
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Thu Apr 09 2009 David Zeuthen <davidz at redhat.com> - 004-0.6.20090408git%{?dist}
+- use correct dmode for iso9660 mounts (#495018)
+
 * Wed Apr 08 2009 David Zeuthen <davidz at redhat.com> - 004-0.5.20090408git%{?dist}
 - New snapshot
 




More information about the fedora-extras-commits mailing list