auto-import changelog data from parted-1.6.3-33.src.rpm

Thu Jan 22 2004 Jeremy Katz <katzj@redhat.com> 1.6.3-33
- 2.6 removes the geometry fixups that used to be present for IDE disks.
    According to Andries, just follow what's in the partition table and
    don't worry about what Linux "detects"
Thu Nov 06 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-32
- rebuild for python 2.3
This commit is contained in:
cvsdist 2004-09-09 09:59:47 +00:00
parent 68b897dcb5
commit bcee8df7e7

View File

@ -5,7 +5,7 @@
Summary: The GNU disk partition manipulation program.
Name: parted
Version: 1.6.3
Release: 31
Release: 33
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: parted-1.6.3-fat.c.patch
# NOTE: remove patch1 when updating to a new tarball
@ -18,6 +18,7 @@ Patch6: parted-1.6.3-aix.patch
Patch7: parted-1.6.3-s390raidlvm.patch
Patch8: parted-1.6.3-gptver.patch
Patch9: parted-1.6.3-destroy-segfault.patch
Patch10: parted-1.6.3-26geom.patch
Buildroot: %{_tmppath}/%{name}-root
License: GPL
Group: Applications/System
@ -52,6 +53,7 @@ Parted library, you need to install this package.
%patch7 -p1 -b .s390raidlvm
%patch8 -p1 -b .gptver
%patch9 -p1 -b .segfault
%patch10 -p1 -b .26geom
%build
if [ -n "$LINGUAS" ]; then unset LINGUAS; fi
@ -105,6 +107,14 @@ fi
%{_libdir}/*.a*
%changelog
* Thu Jan 22 2004 Jeremy Katz <katzj@redhat.com> 1.6.3-33
- 2.6 removes the geometry fixups that used to be present for IDE disks.
According to Andries, just follow what's in the partition table and don't
worry about what Linux "detects"
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-32
- rebuild for python 2.3
* Mon Oct 27 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-31
- add patch from Michael Schwendt <mschwendt@users.sf.net> for segfault