rpms/cdrtools/devel cdrtools-2.01.01a03-nozero.patch, NONE, 1.1 cdrtools.spec, 1.37, 1.38

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 17 12:51:59 UTC 2006


Author: harald

Update of /cvs/dist/rpms/cdrtools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22981

Modified Files:
	cdrtools.spec 
Added Files:
	cdrtools-2.01.01a03-nozero.patch 
Log Message:
removed rezero_unit, so that non-root users can burn CDs

cdrtools-2.01.01a03-nozero.patch:
 cdrecord.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cdrtools-2.01.01a03-nozero.patch ---
--- cdrtools-2.01.01/cdrecord/cdrecord.c.nozero	2006-01-17 13:26:45.000000000 +0100
+++ cdrtools-2.01.01/cdrecord/cdrecord.c	2006-01-17 13:37:56.000000000 +0100
@@ -4053,7 +4053,7 @@
 	scsi_start_stop_unit(scgp, 1, 0, immed);
 	wait_unit_ready(scgp, 120);
 	scgp->silent++;
-	rezero_unit(scgp);	/* Is this needed? Not supported by some drvives */
+	/*rezero_unit(scgp);*/	/* Is this needed? Not supported by some drvives */
 	scgp->silent--;
 	test_unit_ready(scgp);
 	scsi_start_stop_unit(scgp, 1, 0, immed);


Index: cdrtools.spec
===================================================================
RCS file: /cvs/dist/rpms/cdrtools/devel/cdrtools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- cdrtools.spec	9 Dec 2005 22:39:55 -0000	1.37
+++ cdrtools.spec	17 Jan 2006 12:51:56 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities.
 Name: cdrtools
 Version: 2.01.01.0.a03
-Release: 1.1
+Release: 2
 %define tarversion 2.01.01a03
 License: GPL
 Group: Applications/System
@@ -27,6 +27,7 @@
 Patch30: cdrtools-2.01.01-O_EXCL.patch
 Patch31: mkisofs-padsize-123548.patch
 Patch33: cdrtools-2.01-dbg.patch
+Patch34: cdrtools-2.01.01a03-nozero.patch
 Patch41: cdrtools-2.01.1-gcc4.patch
 
 BuildRequires: perl, groff
@@ -111,6 +112,7 @@
 %patch30 -p1 -b .excl
 %patch31 -p1 -b .padsize
 %patch33 -p1 -b .dbgsafe
+%patch34 -p1 -b .nozero
 %patch41 -p1 -b .gcc4
 
 # Turn off buggy CD_EXTRA code.
@@ -227,6 +229,9 @@
 %{_mandir}/man1/cdda2wav.1*
 
 %changelog
+* Tue Jan 17 2005 Harald Hoyer <harald at redhat.com> 8:2.01.01.0.a03-2
+- removed rezero_unit, so that non-root users can burn CDs
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list