mdadm: renumber patches

patches number counts from 6000. We renumber patches from 0.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
This commit is contained in:
Zhiqiang Liu 2020-06-29 22:06:18 +08:00
parent 5b5aa2d980
commit 0c2f4fd8eb
15 changed files with 21 additions and 15 deletions

View File

@ -1,6 +1,6 @@
Name: mdadm Name: mdadm
Version: 4.1 Version: 4.1
Release: rc2.0.10 Release: rc2.0.11
Summary: The software RAID arrays user manage tools Summary: The software RAID arrays user manage tools
License: GPLv2+ License: GPLv2+
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
@ -10,20 +10,20 @@ Source1: mdcheck-cron
Source2: mdmonitor.service Source2: mdmonitor.service
Source3: mdadm.conf Source3: mdadm.conf
Patch6000: 6000-Assemble-free-resources-in-load_devices.patch Patch0: 0000-Assemble-free-resources-in-load_devices.patch
Patch6001: 6001-Assemble-set-devices-to-NULL-when-load_devices-can-t.patch Patch1: 0001-Assemble-set-devices-to-NULL-when-load_devices-can-t.patch
Patch6002: 6002-Document-PART-POLICY-lines.patch Patch2: 0002-Document-PART-POLICY-lines.patch
Patch6003: 6003-Grow-avoid-overflow-in-compute_backup_blocks.patch Patch3: 0003-Grow-avoid-overflow-in-compute_backup_blocks.patch
Patch6004: 6004-Grow-report-correct-new-chunk-size.patch Patch4: 0004-Grow-report-correct-new-chunk-size.patch
Patch6005: 6005-Fix-spelling-typos.patch Patch5: 0005-Fix-spelling-typos.patch
Patch6006: 6006-Detail.c-do-not-skip-first-character-when-calling-xs.patch Patch6: 0006-Detail.c-do-not-skip-first-character-when-calling-xs.patch
Patch6007: 6007-Fix-reshape-for-decreasing-data-offset.patch Patch7: 0007-Fix-reshape-for-decreasing-data-offset.patch
Patch6008: 6008-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch Patch8: 0008-mdmon-don-t-attempt-to-manage-new-arrays-when-termin.patch
Patch6009: 6009-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch Patch9: 0009-mdmon-wait-for-previous-mdmon-to-exit-during-takeove.patch
Patch6010: 6010-Assemble-Fix-starting-array-with-initial-reshape-che.patch Patch10: 0010-Assemble-Fix-starting-array-with-initial-reshape-che.patch
Patch6011: 6011-add-missing-units-to-examine.patch Patch11: 0011-add-missing-units-to-examine.patch
Patch6012: 6012-Create-Block-rounding-size-to-max.patch Patch12: 0012-Create-Block-rounding-size-to-max.patch
Patch6013: 6013-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch Patch13: 0013-mdadm-remove-Werror-to-fix-Werror-address-of-packed-.patch
BuildRequires: systemd gcc binutils BuildRequires: systemd gcc binutils
Requires(post): systemd coreutils Requires(post): systemd coreutils
@ -86,6 +86,12 @@ install -d -m 710 %{buildroot}/var/run/mdadm/
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon Jun 29 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-rc2.0.11
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESC: renumber patches
* Mon Jun 29 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-rc2.0.10 * Mon Jun 29 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-rc2.0.10
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA