diff --git a/6000-add-support-of-gpt_sync_mbr.patch b/0001-add-support-of-gpt_sync_mbr.patch similarity index 100% rename from 6000-add-support-of-gpt_sync_mbr.patch rename to 0001-add-support-of-gpt_sync_mbr.patch diff --git a/9000-Add-extra-judgment-for-a-partition-created-success.patch b/0002-Add-extra-judgment-for-a-partition-created-success.patch similarity index 100% rename from 9000-Add-extra-judgment-for-a-partition-created-success.patch rename to 0002-Add-extra-judgment-for-a-partition-created-success.patch diff --git a/9001-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch b/0003-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch similarity index 100% rename from 9001-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch rename to 0003-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch diff --git a/parted.spec b/parted.spec index 3d6fc2caed3634d3860b6db64fd5ce69a5b866e1..69d70eed2e9a72a57012b06dfadf08d555969463 100644 --- a/parted.spec +++ b/parted.spec @@ -14,7 +14,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.3 -Release: 3 +Release: 4 URL: https://www.gnu.org/software/parted/ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig @@ -25,10 +25,10 @@ BuildRequires: autoconf automake libtool gettext-devel texinfo pkgconfig gcc mak BuildRequires: libblkid-devel >= 2.17 BuildRequires: device-mapper-devel, libselinux-devel libsepol-devel -Patch0000: 0000-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch -Patch6000: 6000-add-support-of-gpt_sync_mbr.patch -Patch9000: 9000-Add-extra-judgment-for-a-partition-created-success.patch -Patch9001: 9001-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch +Patch0: 0000-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch +Patch1: 0001-add-support-of-gpt_sync_mbr.patch +Patch2: 0002-Add-extra-judgment-for-a-partition-created-success.patch +Patch3: 0003-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch %description The GNU Parted program allows you to create, destroy, resize, move, @@ -113,6 +113,12 @@ fi %{_libdir}/pkgconfig/libparted*.pc %changelog +* Mon Jun 29 2020 Zhiqiang Liu - 3.3-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: renumber patches + * Wed Jun 17 2020 Zhiqiang Liu - 3.3-3 - Type:bugfix - ID:NA