Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 707351 Details for
Bug 231574
dvdisaster is intentionally crippled
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for the spec file, and patch file for dvdisaster 0.72.4
dvdisaster-rpm-dvd-rom.patch (text/plain), 1.75 KB, created by
Paolo Bonzini
on 2013-03-09 09:21:24 UTC
(
hide
)
Description:
patch for the spec file, and patch file for dvdisaster 0.72.4
Filename:
MIME Type:
Creator:
Paolo Bonzini
Created:
2013-03-09 09:21:24 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/dvdisaster-dvd-rom.patch b/dvdisaster-dvd-rom.patch >index e69de29..435b63a 100644 >--- a/dvdisaster-dvd-rom.patch >+++ b/dvdisaster-dvd-rom.patch >@@ -0,0 +1,41 @@ >+diff --git a/scsi-layer.c b/scsi-layer.c >+index 99b2ce9..4310782 100644 >+--- a/scsi-layer.c >++++ b/scsi-layer.c >+@@ -913,14 +913,13 @@ static int query_dvd(DeviceHandle *dh, int probe_only) >+ break; >+ } >+ >++ dh->subType = DVD; >+ if(layer_type & 0x06) /* strange thing: (re-)writeable but neither plus nor dash */ >+ { dh->typeDescr = g_strdup("DVD-ROM (fake)"); >+- dh->subType = DVD; >+ break; >+ } >+ >+ dh->typeDescr = g_strdup("DVD-ROM"); >+- dh->subType = UNSUPPORTED; >+ break; >+ } >+ >+@@ -1028,7 +1027,7 @@ static int query_bd(DeviceHandle *dh, int probe_only) >+ >+ if(!strncmp((char*)&buf[4+8], "BDO", 3)) >+ { dh->typeDescr = g_strdup("BD-ROM"); >+- dh->subType = UNSUPPORTED; >++ dh->subType = BD; >+ } >+ >+ if(!strncmp((char*)&buf[4+8], "BDW", 3)) >+@@ -2694,11 +2693,6 @@ DeviceHandle* OpenAndQueryDevice(char *device) >+ } >+ } >+ >+- if(dh->mainType == DVD && query_copyright(dh)) >+- { CloseDevice(dh); >+- Stop(_("This software does not support encrypted media.\n")); >+- } >+- >+ /* Create the bitmap of simulated defects */ >+ >+ if(Closure->simulateDefects) >diff --git a/dvdisaster.spec b/dvdisaster.spec >index 7607405..58d46d9 100644 >--- a/dvdisaster.spec >+++ b/dvdisaster.spec >@@ -6,6 +6,7 @@ Group: Applications/Archiving > License: GPLv2+ > URL: http://dvdisaster.net > Source0: http://dvdisaster.net/downloads/dvdisaster-%{version}.tar.bz2 >+Patch1: dvdisaster-dvd-rom.patch > > BuildRequires: gtk2-devel >= 2.6.0 > BuildRequires: gettext, desktop-file-utils >@@ -43,6 +44,7 @@ poÅ¡kodÃ. > > %prep > %setup -q >+%patch1 -p1 > > > %build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231574
: 707351