0b7af91 - Rebase on new upstream master commit cc382c3

Authored and Committed by bcl 10 years ago
93 files changed. 3307 lines added. 381 lines removed.
0001-maint-post-release-administrivia.patch
file modified
+2 -2
0002-libparted-check-PMBR-before-GPT-partition-table.patch
file modified
+2 -2
0003-tests-add-t0301-overwrite-gpt-pmbr.sh.patch
file modified
+2 -2
0004-tests-remove-bogus-envvar-setting-from-t0300-dos-on-.patch
file modified
+2 -2
0005-gpt-fix-endianness-bug-in-gpt_get_max_supported_part.patch
file modified
+2 -2
0006-tests-add-a-test-to-exercise-just-fixed-code.patch
file modified
+2 -2
0007-maint-avoid-new-syntax-check-failure-re-xref.patch
file modified
+2 -2
0008-maint-don-t-prohibit-strncpy-just-yet.patch
file modified
+2 -2
0009-build-update-gnulib-bootstrap-and-init.sh.patch
file modified
+2 -2
0010-build-prefer-AM_CPPFLAGS-over-INCLUDES.patch
file modified
+2 -2
0011-build-don-t-list-files-with-unknown-suffix-in-_SOURC.patch
file modified
+2 -2
0012-build-prefer-pattern-rules-over-suffix-rules.patch
file modified
+2 -2
0013-build-enable-subdir-objects-Automake-option-globally.patch
file modified
+2 -2
0014-tests-prefer-AM_TESTS_ENVIRONMENT-over-TESTS_ENVIRON.patch
file modified
+2 -2
0015-tests-remove-unused-AM_TESTS_ENVIRONMENT-entries.patch
file modified
+2 -2
0016-build-require-Automake-1.11.6.patch
file modified
+2 -2
0017-maint-make-Autoconf-version-requirement-consistent.patch
file modified
+2 -2
0018-maint-tighten-per-version-requirement.patch
file modified
+2 -2
0019-maint-remove-unnecessary-wcslen-use.patch
file modified
+2 -2
0020-tests-clarify-a-comment-_reading_-gpt-tables-on-tiny.patch
file modified
+2 -2
0021-gpt-require-first_usable_LBA-last_usable_LBA.patch
file modified
+2 -2
0022-tests-update-t7000-scripting.sh-to-avoid-new-FP.patch
file modified
+2 -2
0023-gpt-permit-mklabel-gpt-on-a-67-sector-device.patch
file modified
+2 -2
0024-gpt-when-mklabel-gpt-fails-always-provide-a-diagnost.patch
file modified
+2 -2
0025-tests-show-that-small-dev-now-evokes-mklabel-gpt-dia.patch
file modified
+2 -2
0026-tests-avoid-syntax-check-failure-for-reversed-compar.patch
file modified
+2 -2
0027-mac-don-t-let-larger-partition-table-specified-block.patch
file modified
+2 -2
0028-tests-mac-exercise-the-just-fixed-bug.patch
file modified
+2 -2
0029-add-support-for-a-new-Linux-specific-GPT-partition-t.patch
file modified
+2 -2
0030-tests-clean-up-tests.patch
file modified
+2 -2
0031-doc-libparted-disk.c-correct-doxygen-comment-typo.patch
file modified
+2 -2
0032-tests-stop-using-private-dev-directory-for-losetup.patch
file modified
+2 -2
0033-maint-fix-an-error-in-the-preceding-commit-log.patch
file modified
+2 -2
0034-tests-improve-test-for-partitionable-loop-devices.patch
file modified
+2 -2
0035-tests-t8001-do-not-rely-on-modprobe-loop.patch
file modified
+2 -2
0036-build-do-not-rely-on-automake-s-AM_TESTS_ENVIRONMENT.patch
file modified
+2 -2
0037-build-.gitignore-ignore-tests-fs-resize.patch
file modified
+2 -2
0038-partprobe-remove-no-update-long-option.patch
file modified
+2 -2
0039-doc-update-partprobe-manpage.patch
file modified
+2 -2
0040-partprobe-remove-partitions-when-there-is-no-partiti.patch
file modified
+2 -2
0041-maint-use-AM_V_GEN-to-cut-down-on-build-noise.patch
file modified
+2 -2
0042-maint-regenerate-.po-.pot-files.patch
file modified
+2 -2
0043-tests-cleanup-losetup-usage.patch
file modified
+2 -2
0044-build-default-to-enable-gcc-warnings-in-a-git-tree.patch
file modified
+2 -2
0045-libparted-refactor-device-mapper-partition-sync-code.patch
file modified
+2 -2
0046-libparted-remove-extraneous-blkpg-add-partition-ped-.patch
file modified
+2 -2
0047-libparted-don-t-probe-every-dm-device-in-probe_all.patch
file modified
+2 -2
0048-tests-make-t6003-dm-hide-work-reliably-on-F17.patch
file modified
+2 -2
0049-doc-1MiB-alignment-is-not-enough-for-cheap-flash-dri.patch
file modified
+2 -2
0050-build-update-gnulib-submodule-to-latest.patch
file modified
+2 -2
0051-maint-update-all-copyright-year-number-ranges.patch
file modified
+2 -2
0052-maint-avoid-new-warning-error-with-gcc-4.8.0-2013010.patch
file modified
+2 -2
0053-dos-improve-MBR-signature-generation.patch
file added
+158
0054-bootstrap-update-to-latest-from-gnulib.patch
file added
+324
0055-parted-fix-EOF-and-ctrl-c-handling.patch
file added
+73
0056-tests-t6003-dm-hide-don-t-hang-on-exception.patch
file added
+37
0057-gpt-Revert-small-device-commits.patch
file added
+75
0058-libparted-handle-logical-partitions-starting-immedia.patch
file added
+118
0059-libparted-fix-gpt-end-of-disk-handling.patch
file added
+458
0060-libparted-allow-some-common-errors-to-be-ignored.patch
file added
+387
0061-Revert-linux-commit-do-not-unnecessarily-open-partit.patch
file added
+93
0062-libparted-avoid-disturbing-partitions.patch
file added
+141
0063-Fix-test-compilation.patch
file added
+28
0064-GPT-add-support-for-PReP-GUID.patch
file added
+210
0065-libparted-make-sure-not-to-treat-percentages-as-exac.patch
file added
+44
0066-bug-15591-PATCH-libparted-handle-i18n-gpt-partition-.patch
file added
+232
0067-Fix-help-text-for-disk_-set-toggle.patch
file added
+98
0068-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch0053-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
file renamed
+6 -6
0069-libparted-Flush-parent-device-on-open-962611.patch
file removed
-35
0069-tests-test-creating-20-device-mapper-partitions-8031.patch0054-tests-test-creating-20-device-mapper-partitions-8031.patch
file renamed
+6 -6
0070-libparted-use-dm_udev_wait-698121.patch0055-libparted-use-dm_udev_wait-698121.patch
file renamed
+32 -60
0071-libparted-preserve-the-uuid-on-dm-partitions-832145.patch0056-libparted-preserve-the-uuid-on-dm-partitions-832145.patch
file renamed
+12 -12
0072-tests-Make-sure-dm-UUIDs-are-not-erased.patch0057-tests-Make-sure-dm-UUIDs-are-not-erased.patch
file renamed
+6 -6
0073-libparted-don-t-canonicalize-dev-md-paths-872361.patch0063-libparted-don-t-canonicalize-dev-md-paths-872361.patch
file renamed
+21 -5
0074-tests-rewrite-t6001-to-use-dev-mapper.patch0064-tests-rewrite-t6001-to-use-dev-mapper.patch
file renamed
+4 -4
0075-libparted-Add-Intel-Rapid-Start-Technology-partition.patch0065-libparted-Add-Intel-Rapid-Start-Technology-partition.patch
file renamed
+71 -71
0076-libparted-Add-UEFI-System-Partition-flag.patch0066-libparted-Add-UEFI-System-Partition-flag.patch
file renamed
+25 -25
0077-libparted-Recognize-btrfs-filesystem.patch0067-libparted-Recognize-btrfs-filesystem.patch
file renamed
+7 -7
0078-tests-Add-btrfs-and-xfs-to-the-fs-probe-test.patch0068-tests-Add-btrfs-and-xfs-to-the-fs-probe-test.patch
file renamed
+3 -3
0079-tests-Restrict-gpt-header-munge-to-little-endian-sys.patch0070-tests-Restrict-gpt-header-munge-to-little-endian-sys.patch
file renamed
+3 -3
0080-libparted-don-t-require-a-system-id-string.patch
file added
+68
0081-libparted-sync-partitions-16.patch
file added
+58
0082-ui-switch-to-new-style-readline-typedef.patch
file added
+32
0083-libparted-add-support-for-implicit-FBA-DASD-partitio.patch0058-libparted-add-support-for-implicit-FBA-DASD-partitio.patch
file renamed
+3 -3
0084-libparted-add-support-for-EAV-DASD-partitions.patch0059-libparted-add-support-for-EAV-DASD-partitions.patch
file renamed
+3 -3
0085-libparted-mklabel-to-support-EAV-DASD.patch0060-libparted-mklabel-to-support-EAV-DASD.patch
file renamed
+3 -3
0086-libparted-Avoid-dasd-as-default-disk-type-while-prob.patch0061-libparted-Avoid-dasd-as-default-disk-type-while-prob.patch
file renamed
+3 -3
0087-libparted-mklabel-to-support-EDEV-DASD.patch0062-libparted-mklabel-to-support-EDEV-DASD.patch
file renamed
+3 -3
0088-libparted-Fix-check-for-backup-header-location.patch
file added
+87
0089-libparted-Use-common-function-to-calculate-PTE-secto.patch
file added
+47
0090-tests-Add-emit_superuser_warning-for-gpt-tests.patch
file added
+73
0091-tests-Use-msdos-overlap-to-setup-t0283.patch
file added
+102
parted.spec
file modified
+49 -19
    - Rebase on new upstream master commit cc382c3
    - Drop patches incorporated into upstream
    - Still adds the various DASD patches
    
        
0068-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch 0053-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
file renamed
+6 -6
0069-tests-test-creating-20-device-mapper-partitions-8031.patch 0054-tests-test-creating-20-device-mapper-partitions-8031.patch
file renamed
+6 -6
0070-libparted-use-dm_udev_wait-698121.patch 0055-libparted-use-dm_udev_wait-698121.patch
file renamed
+32 -60
0071-libparted-preserve-the-uuid-on-dm-partitions-832145.patch 0056-libparted-preserve-the-uuid-on-dm-partitions-832145.patch
file renamed
+12 -12
0072-tests-Make-sure-dm-UUIDs-are-not-erased.patch 0057-tests-Make-sure-dm-UUIDs-are-not-erased.patch
file renamed
+6 -6
0073-libparted-don-t-canonicalize-dev-md-paths-872361.patch 0063-libparted-don-t-canonicalize-dev-md-paths-872361.patch
file renamed
+21 -5
0074-tests-rewrite-t6001-to-use-dev-mapper.patch 0064-tests-rewrite-t6001-to-use-dev-mapper.patch
file renamed
+4 -4
0075-libparted-Add-Intel-Rapid-Start-Technology-partition.patch 0065-libparted-Add-Intel-Rapid-Start-Technology-partition.patch
file renamed
+71 -71
0076-libparted-Add-UEFI-System-Partition-flag.patch 0066-libparted-Add-UEFI-System-Partition-flag.patch
file renamed
+25 -25
0077-libparted-Recognize-btrfs-filesystem.patch 0067-libparted-Recognize-btrfs-filesystem.patch
file renamed
+7 -7
0078-tests-Add-btrfs-and-xfs-to-the-fs-probe-test.patch 0068-tests-Add-btrfs-and-xfs-to-the-fs-probe-test.patch
file renamed
+3 -3
0079-tests-Restrict-gpt-header-munge-to-little-endian-sys.patch 0070-tests-Restrict-gpt-header-munge-to-little-endian-sys.patch
file renamed
+3 -3
0083-libparted-add-support-for-implicit-FBA-DASD-partitio.patch 0058-libparted-add-support-for-implicit-FBA-DASD-partitio.patch
file renamed
+3 -3
0084-libparted-add-support-for-EAV-DASD-partitions.patch 0059-libparted-add-support-for-EAV-DASD-partitions.patch
file renamed
+3 -3
0085-libparted-mklabel-to-support-EAV-DASD.patch 0060-libparted-mklabel-to-support-EAV-DASD.patch
file renamed
+3 -3
0086-libparted-Avoid-dasd-as-default-disk-type-while-prob.patch 0061-libparted-Avoid-dasd-as-default-disk-type-while-prob.patch
file renamed
+3 -3
0087-libparted-mklabel-to-support-EDEV-DASD.patch 0062-libparted-mklabel-to-support-EDEV-DASD.patch
file renamed
+3 -3
file modified
+49 -19