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