Fix automatic formatting of DVD+RW if needed

(Resolves: #519465)
This commit is contained in:
Honza Horák 2011-05-18 17:54:58 +02:00
parent 98748fe3d5
commit d320ae1b1c

View File

@ -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@redhat.com> - 1.1.11-7
- Fix automatic formatting of DVD+RW if needed
(Resolves: #519465)
* Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
- Added Provides: libusal-static for libusal-devel subpackage
(Resolves: #688347)