diff --git a/0002-Document-PART-POLICY-lines.patch b/0000-Document-PART-POLICY-lines.patch similarity index 100% rename from 0002-Document-PART-POLICY-lines.patch rename to 0000-Document-PART-POLICY-lines.patch diff --git a/0003-Grow-avoid-overflow-in-compute_backup_blocks.patch b/0001-Grow-avoid-overflow-in-compute_backup_blocks.patch similarity index 100% rename from 0003-Grow-avoid-overflow-in-compute_backup_blocks.patch rename to 0001-Grow-avoid-overflow-in-compute_backup_blocks.patch diff --git a/0004-Grow-report-correct-new-chunk-size.patch b/0002-Grow-report-correct-new-chunk-size.patch similarity index 100% rename from 0004-Grow-report-correct-new-chunk-size.patch rename to 0002-Grow-report-correct-new-chunk-size.patch diff --git a/0005-Fix-spelling-typos.patch b/0003-Fix-spelling-typos.patch similarity index 100% rename from 0005-Fix-spelling-typos.patch rename to 0003-Fix-spelling-typos.patch diff --git a/0006-Detail.c-do-not-skip-first-character-when-calling-xs.patch b/0004-Detail.c-do-not-skip-first-character-when-calling-xs.patch similarity index 100% rename from 0006-Detail.c-do-not-skip-first-character-when-calling-xs.patch rename to 0004-Detail.c-do-not-skip-first-character-when-calling-xs.patch diff --git a/0007-Fix-reshape-for-decreasing-data-offset.patch b/0005-Fix-reshape-for-decreasing-data-offset.patch similarity index 100% rename from 0007-Fix-reshape-for-decreasing-data-offset.patch rename to 0005-Fix-reshape-for-decreasing-data-offset.patch diff --git a/0008-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch b/0006-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch similarity index 100% rename from 0008-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch rename to 0006-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch diff --git a/0009-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch b/0007-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch similarity index 100% rename from 0009-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch rename to 0007-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch diff --git a/0010-Assemble-Fix-starting-array-with-initial-reshape-che.patch b/0008-Assemble-Fix-starting-array-with-initial-reshape-che.patch similarity index 100% rename from 0010-Assemble-Fix-starting-array-with-initial-reshape-che.patch rename to 0008-Assemble-Fix-starting-array-with-initial-reshape-che.patch diff --git a/0011-add-missing-units-to-examine.patch b/0009-add-missing-units-to-examine.patch similarity index 100% rename from 0011-add-missing-units-to-examine.patch rename to 0009-add-missing-units-to-examine.patch diff --git a/0012-Create-Block-rounding-size-to-max.patch b/0010-Create-Block-rounding-size-to-max.patch similarity index 100% rename from 0012-Create-Block-rounding-size-to-max.patch rename to 0010-Create-Block-rounding-size-to-max.patch diff --git a/0013-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch b/0011-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch similarity index 100% rename from 0013-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch rename to 0011-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch diff --git a/mdadm.spec b/mdadm.spec index f50148a..990c1a3 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,6 +1,6 @@ Name: mdadm Version: 4.1 -Release: 1 +Release: 2 Summary: The software RAID arrays user manage tools License: GPLv2+ URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ @@ -10,18 +10,18 @@ Source1: mdcheck-cron Source2: mdmonitor.service Source3: mdadm.conf -Patch2: 0002-Document-PART-POLICY-lines.patch -Patch3: 0003-Grow-avoid-overflow-in-compute_backup_blocks.patch -Patch4: 0004-Grow-report-correct-new-chunk-size.patch -Patch5: 0005-Fix-spelling-typos.patch -Patch6: 0006-Detail.c-do-not-skip-first-character-when-calling-xs.patch -Patch7: 0007-Fix-reshape-for-decreasing-data-offset.patch -Patch8: 0008-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch -Patch9: 0009-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch -Patch10: 0010-Assemble-Fix-starting-array-with-initial-reshape-che.patch -Patch11: 0011-add-missing-units-to-examine.patch -Patch12: 0012-Create-Block-rounding-size-to-max.patch -Patch13: 0013-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch +Patch0: 0000-Document-PART-POLICY-lines.patch +Patch1: 0001-Grow-avoid-overflow-in-compute_backup_blocks.patch +Patch2: 0002-Grow-report-correct-new-chunk-size.patch +Patch3: 0003-Fix-spelling-typos.patch +Patch4: 0004-Detail.c-do-not-skip-first-character-when-calling-xs.patch +Patch5: 0005-Fix-reshape-for-decreasing-data-offset.patch +Patch6: 0006-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch +Patch7: 0007-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch +Patch8: 0008-Assemble-Fix-starting-array-with-initial-reshape-che.patch +Patch9: 0009-add-missing-units-to-examine.patch +Patch10: 0010-Create-Block-rounding-size-to-max.patch +Patch11: 0011-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch BuildRequires: systemd gcc binutils Requires(post): systemd coreutils @@ -84,6 +84,12 @@ install -d -m 710 %{buildroot}/var/run/mdadm/ %{_mandir}/man*/* %changelog +* Wed Jul 1 2020 wuguanghao - 4.1-2 +- Type:enhancemnet +- ID:NA +- SUG:NA +- DESC: renumber patches + * Tue Jun 30 2020 wuguanghao - 4.1-1 - Type:enhancemnet - ID:NA