- add patch from Matt Domsch to fix consistency of GPT disk labels with the
EFI specification for disks > 2TB (#138480) - understand the new Sun UFS partition ID - merge the new geometry probing from CVS to see if that helps the assertions people are seeing (#138419)
This commit is contained in:
parent
db517767ca
commit
d234d01f9c
15
parted.spec
15
parted.spec
@ -4,16 +4,20 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.16
|
Version: 1.6.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: parted-1.6.3-fat.c.patch
|
Patch0: parted-1.6.3-fat.c.patch
|
||||||
Patch2: parted-1.6.15-unique-sig.patch
|
Patch2: parted-1.6.15-unique-sig.patch
|
||||||
|
Patch3: parted-1.6.16-gpt-device_length_pmbr.patch
|
||||||
|
|
||||||
Patch100: parted-1.6.15-dasd.patch
|
Patch100: parted-1.6.15-dasd.patch
|
||||||
Patch150: parted-1.6.3-iseries.patch
|
Patch150: parted-1.6.3-iseries.patch
|
||||||
Patch151: parted-1.6.3-aix.patch
|
Patch151: parted-1.6.3-aix.patch
|
||||||
Patch152: parted-1.6.15-dasd_geometry.patch
|
Patch152: parted-1.6.15-dasd_geometry.patch
|
||||||
|
|
||||||
|
# patch from upstream cvs to do geometry probing hopefully "better"
|
||||||
|
Patch500: parted-msdos-geom-probe-cvs.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -42,8 +46,10 @@ Parted library, you need to install this package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch500 -p1 -b .geomprobe
|
||||||
%patch0 -p1 -b .sigfpe
|
%patch0 -p1 -b .sigfpe
|
||||||
%patch2 -p1 -b .unique
|
%patch2 -p1 -b .unique
|
||||||
|
%patch3 -p1 -b .gptdev
|
||||||
|
|
||||||
%patch100 -p1 -b .dasd
|
%patch100 -p1 -b .dasd
|
||||||
%patch150 -p1 -b .iseries
|
%patch150 -p1 -b .iseries
|
||||||
@ -94,6 +100,13 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.16-2
|
||||||
|
- add patch from Matt Domsch to fix consistency of GPT disk labels
|
||||||
|
with the EFI specification for disks > 2TB (#138480)
|
||||||
|
- understand the new Sun UFS partition ID
|
||||||
|
- merge the new geometry probing from CVS to see if that helps the
|
||||||
|
assertions people are seeing (#138419)
|
||||||
|
|
||||||
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1.6.16-1
|
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1.6.16-1
|
||||||
- update to 1.6.16
|
- update to 1.6.16
|
||||||
- rebuild for python 2.4
|
- rebuild for python 2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user