Bump version. Patch ped_geometry_read() problem.

This commit is contained in:
David Cantrell 2006-10-04 20:32:16 +00:00
parent 5609c0f35e
commit 21e3502b88

View File

@ -16,7 +16,7 @@ Patch7: parted-1.7.1-vtoc-errbuf.patch
Patch8: parted-1.7.1-O_DIRECT.patch
Patch9: parted-1.7.1-get_exception.patch
Patch10: parted-1.7.1-gpt.patch
Patch11: parted-1.7.1-ext_attr.patch
Patch11: parted-1.7.1-ped_geometry_read.patch
Buildroot: %{_tmppath}/%{name}-root
License: GPL
@ -56,7 +56,7 @@ Parted library, you need to install this package.
%patch8 -p1 -b .o_direct
%patch9 -p1 -b .get_exception
%patch10 -p1 -b .gpt
%patch11 -p1 -b .ext_attr
%patch11 -p1 -b .geom
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
@ -110,8 +110,10 @@ exit 0
%{_libdir}/*.so
%changelog
* Wed Sep 13 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894)
* Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
- Don't throw PED_EXCEPTION_ERROR in ped_geometry_read() if accessing
sectors outside of partition boundary, since returning false will
shift ped_geometry_check() to the correct sectors.
* Wed Aug 23 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-15
- Fixed gpt patch (*asked_already -> asked_already, whoops)