This changes the spec to run autoreconf so that patches to .am files
will be picked up without having to resort to hand-patching .in files.
This should make parted more maintainable in the future.
Add patch to Fix snap radius and don't allow values < 1 (#665496)
Add tests for the snap radius fix.
newest GNU developer tools b) Use gnulib, the GNU portability library
c) HFS+ resize support d) Windows Vista fixes e) AIX disk label fixes
f) >512 byte logical sector read support on Linux
- Spec file cleanups per Fedora packaging guidelines
Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 1.6.12-1
- update to 1.6.12 with major changes to CHS handling to hopefully fix
#115980
- adjust dasd patch accordingly, drop some included patches
Thu May 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.11-1
- update to 1.6.11
Tue May 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-4
- add patch from Matt Domsch to not use the get/set last sector ioctls with
a 2.6 kernel (#121455)
Thu Apr 15 2004 David Woodhouse <dwmw2@redhat.com> - 1.6.9-3
- Fix Mac partition detection to close#112937
Tue Apr 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-2
- another minor tweak for 2.6's lack of sane geometry handling
Mon Apr 12 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-1
- update to 1.6.9
- need automake17
- python-devel is superfluous with pyparted as a separate package
- lose the fake-libtool stuff, 1.6.9 was disted with newer auto*
Mon Mar 15 2004 Elliot Lee <sopwith@redhat.com> 1.6.6-2
- Fix parted's "part-static" option to close#118183. Woohoo, a
fake-libtool.sh :)
Fri Mar 12 2004 Jeremy Katz <katzj@redhat.com> - 1.6.6-1
- update to 1.6.6
- split dasd into a patch instead of included in the tarball
- python module is now in the pyparted package (separate src.rpm)
- ExcludeArch: ppc64 (#118183)
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 06 2004 Jeremy Katz <katzj@redhat.com>
- add automake buildrequires (#115063)
Thu Feb 06 2003 Karsten Hopp <karsten@redhat.de> 1.6.3-11
- use different define to enable DASD debugging Otherwise we'll get a lot
of dasd debug output because DEBUG is always defined
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Wed Jan 22 2003 Karsten Hopp <karsten@redhat.de> 1.6.3-9
- missed one debug message
Tue Jan 21 2003 Karsten Hopp <karsten@redhat.de> 1.6.3-8
- add patch from CVS to disable debug messages on s390
Tue Jan 14 2003 Matt Wilson <msw@redhat.com> 1.6.3-7
- updated to a new tarball of parted that includes a fs.probe_specific
binding
Sun Dec 01 2002 Matt Wilson <msw@redhat.com> 1.6.3-6
- hack in partition.native_type (#78118)
Fri Feb 22 2002 Matt Wilson <msw@redhat.com> 1.4.24-1
- rebuild
Tue Feb 12 2002 Matt Wilson <msw@redhat.com> 1.4.24-1
- 1.4.24
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Mon Jan 07 2002 Jeremy Katz <katzj@redhat.com> 1.4.20-4
- build with final python 2.2
Wed Nov 14 2001 Harald Hoyer <harald@redhat.de> 1.4.16-14
- fix overflow bug
Tue Nov 13 2001 Harald Hoyer <harald@redhat.de> 1.4.16-13
- raid support
Thu Sep 27 2001 Harald Hoyer <harald@redhat.de> 1.4.16-12
- s390 port
Tue Aug 28 2001 Matt Wilson <msw@redhat.com> 1.4.16-8
- new dist from cvs with changes to the python binding: register DEVICE_I20
and DEVICE_ATARAID, check to make sure that a partition exists in the
PedDisk when using it to find ped_disk_next_partition
Tue Aug 07 2001 Matt Wilson <msw@redhat.com>
- made a new dist from CVS that includes binding for
disk.get_partition_by_sector and accessing the name of a disk type
Mon Aug 06 2001 Matt Wilson <msw@redhat.com> 1.4.16-4
- created a new dist from CVS that fixes ext3 detection when
_probe_with_open is needed (#50292)
Fri Jul 20 2001 Matt Wilson <msw@redhat.com>
- rewrite scsi id code (#49533)
Fri Jul 20 2001 Matt Wilson <msw@redhat.com>
- added build requires (#49549)
Tue Jul 17 2001 Matt Wilson <msw@redhat.com>
- 1.4.16
- regenerated gpt patch against 1.4.16, incorporated
parted-1.4.15-pre1-gpt-printf.patch into the same patch, removed Patch1
Tue Jul 10 2001 Matt Wilson <msw@redhat.com>
- added a new dist tarball that contains python wrappers to get disk types
Tue Jul 10 2001 Tim Powers <timp@redhat.com>
- run ldconfig on un/install
Tue Jul 10 2001 Matt Wilson <msw@redhat.com>
- added a fix from clausen for border case when there is an extended on the
last cyl
Mon Jul 09 2001 Matt Wilson <msw@redhat.com>
- 1.4.15
Thu Jul 05 2001 Matt Wilson <msw@redhat.com>
- added patch from Arjan to enable ataraid support
Wed Jul 04 2001 Matt Wilson <msw@redhat.com>
- imported 1.4.15-pre2 into CVS and made a new dist tarball
Tue Jun 26 2001 Matt Wilson <msw@redhat.com>
- added a new dist tarball that contains a check in python code to make
sure that a partition exists within a disk before trying to remove it
from the disk
- also changed _probe_with_open to make the first probed filesystem win
Tue Jun 26 2001 Bill Nottingham <notting@redhat.com>
- fix filesystem type reading on GPT disks
Tue Jun 26 2001 Matt Wilson <msw@redhat.com>
- added another fix for ext2/ext3
- added Patch4 to move the crc32 function into its own namespace so we
don't colide with zlib when both are in the same executable space
Mon Jun 25 2001 Matt Wilson <msw@redhat.com>
- added a new dist tarball from CVS that includes ext3 probing
Wed Jun 06 2001 Matt Wilson <msw@redhat.com>
- updated dist with binding for partition.geom.disk
Tue Jun 05 2001 Matt Wilson <msw@redhat.com>
- make a new dist tarball that has new python binding changes
Fri May 04 2001 Matt Wilson <msw@redhat.com>
- added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch
Wed May 02 2001 Matt Wilson <msw@redhat.com>
- include python binding
- enable shared library (for python binding, we want fpic code) with
--enable-shared
- build parted binary static with --enable-all-static
- don't run libtoolize on this.
Wed May 02 2001 Bill Nottingham <notting@redhat.com>
- update to 1.4.11
- add EFI GPT patch from Matt Domsch (<Matt_Domsch@dell.com>)
- don't run autoconf, it relies on a newer non-released version of
autoconf...