Commit Graph

192 Commits

Author SHA1 Message Date
Brian C. Lane
4ec2a17ec3 - Added Provides: bundled(gnulib) (#821782) 2012-05-15 10:20:59 -07:00
Brian C. Lane
6c34102208 - libparted: check PMBR before GPT partition table (#805272)
- tests: add a test for the new behavior
2012-03-21 11:40:18 -07:00
Brian C. Lane
67735861c5 - Rebase to upstream parted v3.1
- removed merged patches
- add new libparted-fs-resize library
2012-03-13 15:58:23 -07:00
Brian C. Lane
c4a50494de - Update patch for copying flags so that it is generic
- Copy pmbr_boot flag in gpt_duplicate
2012-02-03 14:31:21 -08:00
Brian C. Lane
c45765537f - gpt: add commands to manipulate pMBR boot flag (#754850)
- parted: when printing, also print the new disk flags
- tests: update tests for new disk flags output
- tests: add test for GPT PMBR pmbr_boot flag
- doc: update parted documentation
2012-02-02 13:13:05 -08:00
Dennis Gilmore
e28225b4fb - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 06:00:56 -06:00
Brian C. Lane
68bb9e0f50 - Fix ped_disk_duplicate on GPT so that it copies the partition flags (#747947)
- Add new test to check ped_disk_duplicate on msdos, gpt, bsd disk labels
- Add e2fsprogs and dosfstools so that skipped tests will be run
2011-10-31 16:15:41 -07:00
Brian C. Lane
8e3b457f0f Fix handling of zero-length gpt partitions (#728949)
Fix bug in nilfs2 probe with short partitions (#728949)
Fix bug in hfs probe code (#714758)
Make pc98 detection depend on specific signatures (#646053)
2011-10-07 16:28:22 -07:00
Richard W.M. Jones
61bbdc442a (Re-)apply patch to fix Linux 3.0 problem. 2011-06-29 14:39:46 +01:00
Brian C. Lane
3cb85c39f2 Update to parted v3.0
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.
2011-06-28 13:33:03 -07:00
Richard W.M. Jones
ec61764348 Apply patch which may fix Linux 3.0 problem. 2011-06-05 19:49:47 +01:00
Brian C. Lane
4b10e84f4f Updating to latest upstream v2.4
Drop patches included in upstream
2011-05-26 15:50:30 -07:00
Brian C. Lane
51e87b09cc Add upstream patched for legacy_boot and PED_ASSERT
- Add support for legacy_boot flag for GPT partitions (680562)
- Remove PED_ASSERT for dos geometry calculations (585468)
2011-03-11 17:28:01 -08:00
Brian C. Lane
d57e6a5058 - Tell GCC to stop treating unused variable warnings as errors 2011-02-09 09:18:23 -08:00
Dennis Gilmore
3ae94e9f73 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:44:48 -06:00
Brian C. Lane
edc1956dce - Document the align-check command
Resolves: #642476
- Default to 1MiB partition alignment
  Resolves: #618255
2010-12-20 15:40:39 -08:00
Peter Jones
b616963f90 Handle mac labels with differing physical/logical sector sizes better 2010-12-17 11:24:35 -05:00
Peter Jones
c504c93135 Switch to using git to apply patches.
It makes hacking on the result easier.
2010-12-17 11:23:45 -05:00
Jesse Keating
56e09f520d - Rebuilt for gcc bug 634757 2010-09-29 14:58:27 -07:00
Brian C. Lane
dfb1e1bc53 Add patch to handle syncing partition using blkext majors (#634980)
Removed unused _device_get_partition_range function
change back to gnupg for verifying the signature

Resolves: rhbz#634980
Related: rhbz#629719
2010-09-17 14:22:03 -07:00
Hans de Goede
d688a67d24 - Rebase to new upstream 2.3 release
- Drop all patches (all upstreamed)
- Recognize scsi disks with a high major as such (#611691)
2010-07-20 12:57:24 +00:00
Hans de Goede
a2fe9262bf - Rebase to new upstream 2.3 release
- Drop all patches (all upstreamed)
- Recognize scsi disks with a high major as such (#611691)
2010-07-20 10:09:23 +00:00
Hans de Goede
c6c0fcdea5 - Also recognize recovery partitions with id 27 / on gpt (#589451) 2010-05-06 09:12:29 +00:00
Hans de Goede
47ebe5127b - Properly check dm_task_run return value (#585158)
- Fix mkpartfs (ext2) on partitions >2TB (#585159)
2010-04-23 11:15:49 +00:00
Hans de Goede
98510fcf39 - Add a flag for detecting diagnostics / recovery partitions (#583626) 2010-04-19 12:03:29 +00:00
Hans de Goede
211df98dc5 - Parted should not canonicalize symlinks under /dev/mapper (#577824) 2010-04-06 15:16:50 +00:00
Hans de Goede
740a497422 - New upstream version 2.2 (#577478)
- Drop all our patches (all upstreamed)
2010-03-30 12:56:19 +00:00
Hans de Goede
febb3b2fab - Copy needs_clobber value in ped_disk_duplicate() (#561976) 2010-02-18 14:43:51 +00:00
Hans de Goede
eb899f72ea Enable verbose make output (to be picked up the next release 2010-02-14 09:22:18 +00:00
Hans de Goede
1a97476e88 - Don't crash when reading a DASD disk with PV's on there (#563419)
- Don't overwrite the pmbr when merely printing a gpt table (#563211)
2010-02-10 14:01:25 +00:00
Hans de Goede
23df9b3cb9 - If a drive does not have alignment information available default to an
alignment of 1MiB (#559639)
2010-01-31 13:02:42 +00:00
Hans de Goede
4d23b7c8d8 - Fix various memory leaks in error paths (#556012)
- Add %check section to the specfile, invoking make check
2010-01-17 15:57:08 +00:00
Hans de Goede
33fde2056a - New upstream release 2.1
- Drop all our patches (all merged upstream)
2010-01-11 14:03:07 +00:00
Hans de Goede
c11ab73298 - Fix crash when partitioning loopback devices (#546622)
- Drop no-cylinder-align patch:
- its functionality is superseeded by the per disk flags
- its only user (pyparted) has been updated to use those
- this is not upstream so we don't want other programs to start using it
2009-12-20 10:19:49 +00:00
Hans de Goede
ce6563fae4 - Allow partitioning of loopback devices (#546622)
- Add libparted function to query maximum partition length and start
    addresses for a given disk (#533417)
- Add per disk flags functions from upstream, this is the way upstream has
    implemented the disable cylinder alignment functionality
- Add --align cmdline option to specify how to align new partitions see the
    parted man page for details (#361951)
- Make the default alignment for new partitions optimal (#361951)
- When cylinder alignment is disabled, allow use of the last (incomplete)
    cylinder of the disk (#533328)
- Don't crash when printing partition tables in Russian (#543029)
- Make parted work correctly with new lvm (#525095)
2009-12-18 09:42:14 +00:00
Hans de Goede
9aaca8c090 - Fix parted not building on s390 2009-11-11 21:08:51 +00:00
Hans de Goede
b7679338df - Fix error when creating a fresh dasd disk on a dasd device with a
corrupted dasd label (#533808)
2009-11-09 17:46:21 +00:00
Hans de Goede
54768cc1d5 - Fix a compiler warning which is causing build errors (#532425) 2009-11-06 08:45:49 +00:00
Hans de Goede
7061b8af36 - Fix error when creating a fresh dasd disk (#532425)
- Rewrite dasd disk duplication patches, as the old old ones conflicted
    with fixing creating a fresh dasd disk
2009-11-03 12:07:15 +00:00
Hans de Goede
b8f160a800 - Fix a segfault introduced by -18 when operating on plain files 2009-10-30 11:58:36 +00:00
Hans de Goede
40d8282e48 - Add functions to query device / partition table alignments (#528030) 2009-10-29 19:05:51 +00:00
Hans de Goede
5caeecc0e0 - Only change the partition type to 82 when setting the swap flag on dos
labels, not when resetting it
2009-10-08 09:14:01 +00:00
Hans de Goede
128ba94266 - Correctly handle GPT labels on big endian machines 2009-10-06 20:57:12 +00:00
Hans de Goede
788f613dc1 - ped_partition_is_busy() should not throw exceptions (#527035)
- msdos_partition_is_flag_available() should return 1 for swap flag
    (#513729)
2009-10-06 18:53:21 +00:00
Joel Andres Granados Moreno
d8621345e2 Patches for the 'commit to os' function in linux. 2009-08-31 12:34:18 +00:00
Karsten Hopp
eb24deea49 - volkey is only 4 chars, don't overflow destination buffer with 84 chars 2009-08-28 10:36:11 +00:00
Joel Andres Granados Moreno
369118c8bc Add libuuid for s390 builds 2009-08-21 14:01:47 +00:00
Ville Skyttä
3f292e2efe - Use xz compressed upstream tarball.
https://www.redhat.com/archives/fedora-devel-list/2009-August/msg00563.html
2009-08-12 15:47:38 +00:00
Joel Andres Granados Moreno
5044b459fb Make install with exclude docs work without an error message. 2009-08-12 11:08:28 +00:00
Joel Andres Granados Moreno
da4e3e3299 New version. 2009-07-29 08:04:50 +00:00