[cdrkit] Fix automatic formatting of DVD+RW if needed (Resolves: #519465)

Jan Horak hhorak at fedoraproject.org
Thu Jun 2 14:51:17 UTC 2011


commit d320ae1b1cbe6b72d4f99780362cdf9d295f2301
Author: Honza Horák <hhorak at redhat.com>
Date:   Wed May 18 17:54:58 2011 +0200

    Fix automatic formatting of DVD+RW if needed
    (Resolves: #519465)

 cdrkit.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cdrkit.spec b/cdrkit.spec
index 992e2c4..427c9ef 100644
--- a/cdrkit.spec
+++ b/cdrkit.spec
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities
 Name: cdrkit
 Version: 1.1.11
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cdrkit.org/
@@ -17,6 +17,7 @@ Patch7: cdrkit-1.1.11-manpagefix.patch
 Patch8: cdrkit-1.1.11-rootstat.patch
 Patch9: cdrkit-1.1.11-usalinst.patch
 Patch10: cdrkit-1.1.11-readsegfault.patch
+Patch11: cdrkit-1.1.11-format.patch
 
 BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
 
@@ -108,6 +109,7 @@ for developing applications that use libusal.
 %patch8 -p1 -b .rootstat
 %patch9 -p1 -b .usalinst
 %patch10 -p1 -b .readsegfault
+%patch11 -p1 -b .format
 
 find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
 find doc -type f -print0 | xargs -0 chmod a-x 
@@ -263,6 +265,10 @@ fi
 %{_includedir}/usal
 
 %changelog
+* Tue May 17 2011 Honza Horak <hhorak at redhat.com> - 1.1.11-7
+- Fix automatic formatting of DVD+RW if needed
+  (Resolves: #519465)
+
 * Thu Mar 17 2011 Honza Horak <hhorak at redhat.com> - 1.1.11-6
 - Added Provides: libusal-static for libusal-devel subpackage
   (Resolves: #688347)


More information about the scm-commits mailing list