4b950d
Summary: Python module for GNU parted
4b950d
Name:    pyparted
4b950d
Epoch:   1
4b950d
Version: 3.9
4b950d
Release: 15%{?dist}
4b950d
License: GPLv2+
4b950d
Group:   System Environment/Libraries
4b950d
URL:     https://github.com/dcantrell/pyparted
4b950d
4b950d
Source0: https://github.com/dcantrell/pyparted/archive/%{name}-%{version}.tar.gz
4b950d
Patch1: 0001-Do-not-traceback-when-calling-setlocale-875354.patch
4b950d
Patch2: 0002-Convert-Constraint-to-__ped.Constraint-in-partition..patch
4b950d
Patch3: 0003-Subject-PATCH-pyparted-export-ped_disk_new-functiona.patch
4b950d
Patch4: pyparted-3.9-tests-fixes.patch
4b950d
Patch5: pyparted-3.9-aarch64.patch
4b950d
Patch6: Makefile_enable_coverage_for_testsuite.patch
4b950d
Patch7: 0001-Fix-some-tests-under-python-coverage-1057626.patch
4b950d
Patch8: 0001-support-ppc64le-in-pyparted.patch
4b950d
Patch9: 0004-Add-new-functions-to-extend-exception-handling.patch
4b950d
Patch10: 0005-PyInt_FromLong-doesn-t-exist-in-python3-so-always-us.patch
4b950d
Patch11: 0006-Remember-to-pass-the-arguments-to-the-exception-hand.patch
4b950d
Patch12: 0007-Put-new-_ped-constants-and-functions-into-the-parted.patch
4b950d
Patch13: pyparted-3.9-null-dereference.patch
4b950d
Patch14: pyparted-3.9-clang-warning.patch
4b950d
4b950d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
4b950d
BuildRequires: python-devel
4b950d
BuildRequires: parted-devel >= 3.1
4b950d
BuildRequires: pkgconfig
4b950d
BuildRequires: e2fsprogs
4b950d
%ifnarch s390 s390x
4b950d
BuildRequires: python-coverage
4b950d
%endif
4b950d
4b950d
%description
4b950d
Python module for the parted library.  It is used for manipulating
4b950d
partition tables.
4b950d
4b950d
%prep
4b950d
%setup -q
4b950d
%patch1 -p 1
4b950d
%patch2 -p 1
4b950d
%patch3 -p 1
4b950d
%patch4 -p 1
4b950d
%patch5 -p 1
4b950d
%ifnarch s390 s390x
4b950d
%patch6 -p 1
4b950d
%endif
4b950d
%patch7 -p 1
4b950d
%patch8 -p 1
4b950d
%patch9 -p 1
4b950d
%patch10 -p 1
4b950d
%patch11 -p 1
4b950d
%patch12 -p 1
4b950d
%patch13 -p 1
4b950d
%patch14 -p 1
4b950d
4b950d
%build
4b950d
make %{?_smp_mflags}
4b950d
4b950d
%check
4b950d
make test
4b950d
4b950d
%install
4b950d
rm -rf %{buildroot}
4b950d
make install DESTDIR=%{buildroot}
4b950d
4b950d
%clean
4b950d
rm -rf %{buildroot}
4b950d
4b950d
%files
4b950d
%defattr(-,root,root,-)
4b950d
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
4b950d
%{python_sitearch}/_pedmodule.so
4b950d
%{python_sitearch}/parted
4b950d
%{python_sitearch}/%{name}-%{version}-*.egg-info
4b950d
4b950d
%changelog
4b950d
* Fri Jan 12 2018 David Cantrell <dcantrell@redhat.com> - 1:3.9-15
4b950d
- Fix a number Coverity bugs in the _ped module source
4b950d
  Resolves: rhbz#1534014
4b950d
4b950d
* Fri Oct 20 2017 David Cantrell <dcantrell@redhat.com> - 1:3.9-14
4b950d
- Update URLs to point to github.com since that's where upstream lives
4b950d
  these days
4b950d
  Resolves: rhbz#1502389
4b950d
4b950d
* Tue Jun 23 2015 David Cantrell <dcantrell@redhat.com> - 1:3.9-13
4b950d
- Rebuild
4b950d
  Resolves: rhbz#1188163
4b950d
4b950d
* Thu Jun 11 2015 Brian C. Lane <bcl@redhat.com> - 1:3.9-12
4b950d
- Backport support for register_exn_handler (#1188163)
4b950d
  Related: rhbz#1188163
4b950d
4b950d
* Tue Aug 19 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-11
4b950d
- Fix invalid rpm changelog entries
4b950d
  Related: rhbz#1125656
4b950d
4b950d
* Tue Aug 19 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-10
4b950d
- Add disklabel support for ppc64le systems
4b950d
  Resolves: rhbz#1125656
4b950d
4b950d
* Tue Aug 19 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-9
4b950d
- Disable python-coverage tests on s390x
4b950d
  Related: rhbz#1057626
4b950d
- Fix python-coverage tests (some disabled that are not working)
4b950d
  Resolves: rhbz#1057626
4b950d
4b950d
* Tue Feb 18 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-8
4b950d
- Enable running test suite through python-coverage
4b950d
  Resolves: rhbz#1057626
4b950d
4b950d
* Thu Feb 06 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-7
4b950d
- Add disklabel support for aarch64 systems
4b950d
  Resolves: rhbz#1060376
4b950d
4b950d
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 1:3.9-6
4b950d
- Mass rebuild 2014-01-24
4b950d
4b950d
* Tue Jan 21 2014 David Cantrell <dcantrell@redhat.com> - 1:3.9-5
4b950d
- Run test suite from the %%check spec file section
4b950d
  Resolves: rhbz#1025238
4b950d
4b950d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.9-4
4b950d
- Mass rebuild 2013-12-27
4b950d
4b950d
* Mon Jun 24 2013 Chris Lumens <clumens@redhat.com> 3.9-3
4b950d
- Fix a bunch of unicode-related tracebacks during installation.
4b950d
4b950d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9-2
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4b950d
4b950d
* Wed Dec 05 2012 David Cantrell <dcantrell@redhat.com> - 3.9-1
4b950d
- Upgrade to pyparted-3.9
4b950d
4b950d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-5
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4b950d
4b950d
* Tue Mar 13 2012 Brian C. Lane <bcl@redhat.com> - 3.8-4
4b950d
- Rebuild against parted 3.1
4b950d
4b950d
* Thu Feb 02 2012 Brian C. Lane <bcl@redhat.com> - 3.8-3
4b950d
- Add patch for new parted PED_DISK_GPT_PMBR_BOOT flag
4b950d
4b950d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4b950d
4b950d
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.8-1
4b950d
- Upgraded to pyparted-3.8
4b950d
4b950d
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.7-2
4b950d
- BR parted-devel >= 3.0
4b950d
- Adjust for distutils build method
4b950d
4b950d
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.7-1
4b950d
- Upgraded to pyparted-3.7 (compatibility with parted-3.0)
4b950d
4b950d
* Wed Mar 23 2011 David Cantrell <dcantrell@redhat.com> - 3.6-1
4b950d
- Upgraded to pyparted-3.6
4b950d
4b950d
* Thu Mar 17 2011 David Cantrell <dcantrell@redhat.com> - 3.5-3
4b950d
- Add support for PED_PARTITION_LEGACY_BOOT partition flag now in libparted
4b950d
4b950d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4b950d
4b950d
* Mon Jan 17 2011 David Cantrell <dcantrell@redhat.com> - 3.5-1
4b950d
- Drop dependency on python-decorator module. (dcantrell)
4b950d
- Differentiate the "Could not commit" messages. (jgranado)
4b950d
- Import _ped.DiskLabelException into parted namespace (cjwatson)
4b950d
- Return PED_EXCEPTION_NO for yes/no interactive exceptions. (dcantrell)
4b950d
4b950d
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.4-3
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4b950d
4b950d
* Fri May 21 2010 David Cantrell <dcantrell@redhat.com> - 3.4-2
4b950d
- Spec file cleanups to comply with current packaging policies
4b950d
4b950d
* Thu Apr 29 2010 David Cantrell <dcantrell@redhat.com> - 3.4-1
4b950d
- Handle PED_EXCEPTION_WARNING with PED_EXCEPTION_YES_NO (#575749)
4b950d
  (dcantrell)
4b950d
4b950d
* Wed Apr 21 2010 Chris Lumens <clumens@redhat.com> - 3.3-1
4b950d
- Upgrade to pyparted-3.3 (#583628).
4b950d
4b950d
* Wed Mar 31 2010 David Cantrell <dcantrell@redhat.com> - 3.2-2
4b950d
- Rebuild for libparted soname change
4b950d
4b950d
* Thu Mar 25 2010 Chris Lumens <clumens@redhat.com> - 3.2-1
4b950d
- Upgrade to pyparted-3.2 (#571940).
4b950d
4b950d
* Mon Mar 01 2010 David Cantrell <dcantrell@redhat.com> - 3.1-1
4b950d
- Upgrade to pyparted-3.1 (#567576).
4b950d
4b950d
* Tue Jan 12 2010 David Cantrell <dcantrell@redhat.com> - 3.0-1
4b950d
- Upgrade to pyparted-3.0.
4b950d
4b950d
* Mon Jan 11 2010 Hans de Goede <hdegoede@redhat.com> - 2.5-4
4b950d
- Rebuild for new parted-2.1
4b950d
- Remove py_disk_clobber_exclude function binding, as this function was
4b950d
  removed from parted-2.1
4b950d
4b950d
* Thu Jan  7 2010 Hans de Goede <hdegoede@redhat.com> - 2.5-3
4b950d
- Change python_sitearch macro to use %%global as the new rpm will break
4b950d
  using %%define here, see:
4b950d
  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html
4b950d
4b950d
* Sat Dec 19 2009 David Cantrell <dcantrell@redhat.com> - 2.5-2
4b950d
- Exclude pyparted-2.4.tar.gz from source RPM (oops)
4b950d
4b950d
* Sat Dec 19 2009 David Cantrell <dcantrell@redhat.com> - 2.5-1
4b950d
- Update release instructions. (dcantrell)
4b950d
- Remove old cylinder alignment test cases for _ped. (dcantrell)
4b950d
- Add tests for max partition length / start sector (hdegoede)
4b950d
- Add _pedmodule and parted functions for max partition length / start
4b950d
  sector (hdegoede)
4b950d
- Remove align_to_cylinders function bindings (hdegoede)
4b950d
- Add tests for disk flag methods (hdegoede)
4b950d
- Add _pedmodule and parted functions for per disk flags (hdegoede)
4b950d
- Every tuple member requires a comma after it. (dcantrell)
4b950d
- Fill out a lot of simple _ped.Disk test cases. (dcantrell)
4b950d
- Disable DeviceDestroyTestCase for now. (dcantrell)
4b950d
- Add RequiresLabeledDevice to tests/_ped/baseclass.py. (dcantrell)
4b950d
- Attempt at fixing _ped.Device.destroy(), no dice. (dcantrell)
4b950d
- Fix UnitFormatCustomTestCase and UnitFormatTestCase. (dcantrell)
4b950d
- Fix UnitFormatCustomByteTestCase and UnitFormatByteTestCase. (dcantrell)
4b950d
- Add DeviceStrTestCase, disable DeviceDestroyTestCase. (dcantrell)
4b950d
- Add DeviceDestroyTestCase and DeviceCacheRemoveTestCase. (dcantrell)
4b950d
- Implemented ConstraintIsSolutionTestCase(). (dcantrell)
4b950d
- Implement ConstraintSolveMaxTestCase(). (dcantrell)
4b950d
- Implement ConstraintSolveNearestTestCase(). (dcantrell)
4b950d
- Correct py_ped_file_system_probe_specific() for NULL returns. (dcantrell)
4b950d
- Implement FileSystemProbeSpecificTestCase(). (dcantrell)
4b950d
- Implement FileSystemProbeTestCase(). (dcantrell)
4b950d
- Add RequiresFileSystem to tests/_ped/baseclass.py. (dcantrell)
4b950d
- Add disk alignment test cases in test_ped.py. (dcantrell)
4b950d
- Fix CHSGeometryStrTestCase(). (dcantrell)
4b950d
- Fix ConstraintDuplicateTestCase...finally. (dcantrell)
4b950d
- Put a deprecation warning in py_ped_constraint_duplicate(). (dcantrell)
4b950d
- Note that we need parted from Fedora for pyparted. (dcantrell)
4b950d
- Fix UnitGetSizeTestCase in _ped test cases for _ped.UNIT_PERCENT.
4b950d
  (dcantrell)
4b950d
- Add testcase for new _ped disk get_partition_alignment method (hdegoede)
4b950d
4b950d
* Fri Nov 06 2009 David Cantrell <dcantrell@redhat.com> - 2.4-1
4b950d
- Upgrade to pyparted-2.4:
4b950d
      Use PedDevice length instead of DIY (#532023) (hdegoede)
4b950d
      Use sectorSize not physicalSectorSize for size calculations (hdegoede)
4b950d
4b950d
* Tue Nov 03 2009 David Cantrell <dcantrell@redhat.com> - 2.3-1
4b950d
- Upgrade to pyparted-2.3:
4b950d
      Remove root user requirement in _ped
4b950d
      Add testcases for new _ped device methods
4b950d
      Add python wrapper for new PedDisk partition alignment info function
4b950d
      Add support for new PedDisk parition alignment info function
4b950d
      Add python wrappers for new PedDevice alignment info functions
4b950d
      Add support for new PedDevice alignment info functions
4b950d
      Fix a whole pile of test cases.
4b950d
      Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh()
4b950d
      Fix error in Constraint __str__ method
4b950d
      Make _ped_Device2PedDevice properly set / throw exceptions
4b950d
      Fixup various errorhandling issues in pydisk.c
4b950d
      Add missing _ped_Device2PedDevice() retval checks
4b950d
      Use libparted commit() for parted.disk.Disk.commit() (hdegoede).
4b950d
- BR parted-devel >= 1.9.0-20
4b950d
4b950d
* Fri Oct 02 2009 David Cantrell <dcantrell@redhat.com> - 2.2-1
4b950d
- Upgrade to pyparted-2.2:
4b950d
      Fixes PedDisk2_ped_Disk() and avoids losing disk label data
4b950d
      in the conversion process (#526999)
4b950d
4b950d
* Mon Aug 17 2009 Chris Lumens <clumens@redhat.com> - 2.1.2-1
4b950d
- Upgrade to pyparted-2.1.2:
4b950d
      PED_DEVICE_DM is always defined in libparted these days.
4b950d
      Handle parted exceptions arising from ped_device_get (#495433).
4b950d
4b950d
* Tue Aug 04 2009 David Cantrell <dcantrell@redhat.com> - 2.1.1-1
4b950d
- Upgrade to pyparted-2.1.1
4b950d
4b950d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
4b950d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4b950d
4b950d
* Thu Jul 16 2009 David Cantrell <dcantrell@redhat.com> - 2.1.0-1
4b950d
- Upgrade to pyparted-2.1.0, requires parted-1.9.0-1 or higher
4b950d
4b950d
* Fri Jul 10 2009 David Cantrell <dcantrell@redhat.com> - 2.0.12-2
4b950d
- Rebuild for new parted
4b950d
4b950d
* Tue Apr 14 2009 David Cantrell <dcantrell@redhat.com> - 2.0.12-1
4b950d
- Upgrade to pyparted-2.0.12
4b950d
4b950d
* Mon Apr 13 2009 David Cantrell <dcantrell@redhat.com> - 2.0.11-1
4b950d
- Upgrade to pyparted-2.0.11
4b950d
4b950d
* Fri Apr 03 2009 David Cantrell <dcantrell@redhat.com> - 2.0.10-1
4b950d
- Upgrade to pyparted-2.0.10
4b950d
      Fix LVM problems around parted.Disk.commit() (#491746)
4b950d
4b950d
* Mon Mar 23 2009 David Cantrell <dcantrell@redhat.com> - 2.0.9-1
4b950d
- Upgrade to pyparted-2.0.9
4b950d
4b950d
* Fri Mar 20 2009 David Cantrell <dcantrell@redhat.com> - 2.0.8-1
4b950d
- Upgrade to pyparted-2.0.8
4b950d
4b950d
* Thu Mar 19 2009 David Cantrell <dcantrell@redhat.com> - 2.0.7-1
4b950d
- Upgrade to pyparted-2.0.7
4b950d
4b950d
* Thu Mar 12 2009 David Cantrell <dcantrell@redhat.com> - 2.0.6-1
4b950d
- Upgrade to pyparted-2.0.6
4b950d
4b950d
* Thu Mar 05 2009 David Cantrell <dcantrell@redhat.com> - 2.0.5-1
4b950d
- Upgrade to pyparted-2.0.5
4b950d
4b950d
* Sat Feb 28 2009 David Cantrell <dcantrell@redhat.com> - 2.0.4-1
4b950d
- Upgrade to pyparted-2.0.4
4b950d
4b950d
* Fri Feb 27 2009 David Cantrell <dcantrell@redhat.com> - 2.0.3-1
4b950d
- Upgrade to pyparted-2.0.3
4b950d
4b950d
* Wed Feb 25 2009 David Cantrell <dcantrell@redhat.com> - 2.0.2-1
4b950d
- Upgrade to pyparted-2.0.2
4b950d
4b950d
* Mon Feb 16 2009 David Cantrell <dcantrell@redhat.com> - 2.0.1-1
4b950d
- Upgrade to pyparted-2.0.1 (#485632)
4b950d
4b950d
* Thu Feb 12 2009 David Cantrell <dcantrell@redhat.com> - 2.0.0-1
4b950d
- Upgrade to pyparted-2.0.0
4b950d
4b950d
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.8.9-6
4b950d
- Rebuild for Python 2.6
4b950d
4b950d
* Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> - 1.8.9-5
4b950d
- Rebuild for gcc-4.3
4b950d
4b950d
* Wed Jan 02 2008 David Cantrell <dcantrell@redhat.com> - 1.8.9-4
4b950d
- Rebuild
4b950d
4b950d
* Mon Nov 19 2007 Jeremy Katz <katzj@redhat.com> - 1.8.9-3
4b950d
- Add support for exact constraints
4b950d
4b950d
* Tue Aug 21 2007 David Cantrell <dcantrell@redhat.com> - 1.8.9-2
4b950d
- Rebuild
4b950d
4b950d
* Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 1.8.9-1
4b950d
- Update license tag to indicate GPL v2 or later
4b950d
- Update URLs to point to new upstream location
4b950d
4b950d
* Fri Jun 15 2007 David Cantrell <dcantrell@redhat.com> - 1.8.8-1
4b950d
- Clean up wording in package description (#226337)
4b950d
- BR pkgconfig (#226337)
4b950d
4b950d
* Fri Jun 15 2007 David Cantrell <dcantrell@redhat.com> - 1.8.7-1
4b950d
- Merge review (#226337)
4b950d
4b950d
* Mon Apr 23 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-2
4b950d
- Ensure build env CFLAGS are included (#226337)
4b950d
4b950d
* Thu Apr 19 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-1
4b950d
- Merge review (#226337)
4b950d
4b950d
* Tue Mar 20 2007 David Cantrell <dcantrell@redhat.com> - 1.8.5-4
4b950d
- Rebuild for GNU parted-1.8.6
4b950d
4b950d
* Tue Mar 20 2007 David Cantrell <dcantrell@redhat.com> - 1.8.5-3
4b950d
- Rebuild for GNU parted-1.8.5
4b950d
4b950d
* Mon Mar 19 2007 David Cantrell <dcantrell@redhat.com> - 1.8.5-2
4b950d
- Rebuild for GNU parted-1.8.4
4b950d
4b950d
* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 1.8.5-1
4b950d
- Define and use python_sitearch rather than python_sitelib
4b950d
4b950d
* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 1.8.4-1
4b950d
- Use preferred BuildRoot (package review)
4b950d
- Define and use python_sitelib macro (package review)
4b950d
4b950d
* Fri Jan 12 2007 David Cantrell <dcantrell@redhat.com> - 1.8.3-1
4b950d
- Required parted-1.8.2 or higher
4b950d
4b950d
* Wed Jan 10 2007 Jeremy Katz <katzj@redhat.com> - 1.8.2-1
4b950d
- use PyObject_DEL instead of PyMem_DEL
4b950d
4b950d
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.8.1-3
4b950d
- rebuild for python 2.5
4b950d
4b950d
* Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-2
4b950d
- Rebuild for GNU parted-1.8.1
4b950d
4b950d
* Thu Nov 30 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-1
4b950d
- Determine Python version to use in %%build so the source RPM is more
4b950d
  easily moved between distribution releases.
4b950d
4b950d
* Fri Nov 17 2006 David Cantrell <dcantrell@redhat.com> - 1.8.0-1
4b950d
- Bump version to 1.8.0 and require parted >= 1.8.0
4b950d
- Remove python-abi Requires line since rpm handles that automatically
4b950d
4b950d
* Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.3-1
4b950d
- Include parted/constraint.h in required header files
4b950d
4b950d
* Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-2
4b950d
- Require parted-1.7.1 or higher
4b950d
4b950d
* Tue Jul 25 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-1
4b950d
- Add HPSERVICE, PALO, PREP, and MSFT_RESERVED to partition types list
4b950d
4b950d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.1-1.1
4b950d
- rebuild
4b950d
4b950d
* Sun May 28 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-1
4b950d
- Bump version to 1.7.1 and require parted >= 1.7.1
4b950d
4b950d
* Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 1.7.0-1
4b950d
- Bump version to 1.7.0 and require parted >= 1.7.0
4b950d
4b950d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4b950d
- rebuilt
4b950d
4b950d
* Fri Nov 11 2005 Peter Jones <pjones@redhat.com> - 1.6.10-1
4b950d
- rebuild for new parted.
4b950d
- add debugging options for make so debuginfo isn't useless
4b950d
4b950d
* Wed Nov  9 2005 Jeremy Katz <katzj@redhat.com> - 1.6.9-5
4b950d
- rebuild for new parted
4b950d
4b950d
* Wed Aug 31 2005 Chris Lumens <clumens@redhat.com> 1.6.9-4
4b950d
- Rebuilt for new parted library.
4b950d
4b950d
* Wed Mar 16 2005 Chris Lumens <clumens@redhat.com> 1.6.9-3
4b950d
- Updated for gcc4 and python2.4.  Fixed build warnings.
4b950d
4b950d
* Tue Dec 14 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-2
4b950d
- add support for sx8 devices
4b950d
4b950d
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-3
4b950d
- rebuild for python 2.4
4b950d
4b950d
* Mon Oct 11 2004 Warren Togami <wtogami@redhat.com> - 1.6.8-2
4b950d
- #135100 req python-abi (Robert Scheck)
4b950d
4b950d
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
4b950d
- update for new parted ABI
4b950d
  - device -> heads, sectors, cylinders now refer to the bios geometry
4b950d
- require parted >= 1.6.12
4b950d
4b950d
* Thu Jul 22 2004 Jeremy Katz <katzj@redhat.com> - 1.6.7-3
4b950d
- build on ppc64 again
4b950d
4b950d
* Thu May 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.7-1
4b950d
- fix build for newer versions of gcc (fix from Jeff Law)
4b950d
4b950d
* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> 1.6.6-2
4b950d
- fix PARTITION_PROTECTED definition (#118451)
4b950d
4b950d
* Fri Mar 12 2004 Jeremy Katz <katzj@redhat.com>
4b950d
- Initial build split out into separate source from the parted package.
4b950d
- Don't build on ppc64 right now due to parted build problems (#118183)