Bump version. Patch ped_geometry_read() problem.
This commit is contained in:
parent
5609c0f35e
commit
21e3502b88
10
parted.spec
10
parted.spec
@ -16,7 +16,7 @@ Patch7: parted-1.7.1-vtoc-errbuf.patch
|
|||||||
Patch8: parted-1.7.1-O_DIRECT.patch
|
Patch8: parted-1.7.1-O_DIRECT.patch
|
||||||
Patch9: parted-1.7.1-get_exception.patch
|
Patch9: parted-1.7.1-get_exception.patch
|
||||||
Patch10: parted-1.7.1-gpt.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
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -56,7 +56,7 @@ Parted library, you need to install this package.
|
|||||||
%patch8 -p1 -b .o_direct
|
%patch8 -p1 -b .o_direct
|
||||||
%patch9 -p1 -b .get_exception
|
%patch9 -p1 -b .get_exception
|
||||||
%patch10 -p1 -b .gpt
|
%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_
|
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
|
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
||||||
@ -110,8 +110,10 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 13 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
|
* Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
|
||||||
- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894)
|
- 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
|
* Wed Aug 23 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-15
|
||||||
- Fixed gpt patch (*asked_already -> asked_already, whoops)
|
- Fixed gpt patch (*asked_already -> asked_already, whoops)
|
||||||
|
Loading…
Reference in New Issue
Block a user