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