Bump version.
This commit is contained in:
parent
21e3502b88
commit
9956b14a8d
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: parted-1.7.0-fat.c.patch
|
Patch0: parted-1.7.0-fat.c.patch
|
||||||
Patch1: parted-1.7.0-sx8.patch
|
Patch1: parted-1.7.0-sx8.patch
|
||||||
@ -17,6 +17,7 @@ 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-ped_geometry_read.patch
|
Patch11: parted-1.7.1-ped_geometry_read.patch
|
||||||
|
Patch12: parted-1.7.1-goto.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -24,7 +25,6 @@ Group: Applications/System
|
|||||||
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel
|
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel
|
||||||
BuildRequires: automake libtool gettext-devel texinfo
|
BuildRequires: automake libtool gettext-devel texinfo
|
||||||
BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel
|
BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel
|
||||||
BuildRequires: gettext-devel libtool
|
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
@ -57,6 +57,7 @@ Parted library, you need to install this package.
|
|||||||
%patch9 -p1 -b .get_exception
|
%patch9 -p1 -b .get_exception
|
||||||
%patch10 -p1 -b .gpt
|
%patch10 -p1 -b .gpt
|
||||||
%patch11 -p1 -b .geom
|
%patch11 -p1 -b .geom
|
||||||
|
%patch12 -p1 -b .goto
|
||||||
|
|
||||||
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,6 +111,10 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 26 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-17
|
||||||
|
- For init_generic() failures on user-mode Linux block devices, goto
|
||||||
|
error_free_arch_specific instead of error_free_dev.
|
||||||
|
|
||||||
* Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
|
* 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
|
- Don't throw PED_EXCEPTION_ERROR in ped_geometry_read() if accessing
|
||||||
sectors outside of partition boundary, since returning false will
|
sectors outside of partition boundary, since returning false will
|
||||||
|
Loading…
Reference in New Issue
Block a user