From e7290f2fbfa29cf8a3bb4600221955fa795a775c Mon Sep 17 00:00:00 2001 From: ZhiqiangLiu Date: Mon, 29 Jun 2020 23:11:50 +0800 Subject: [PATCH] parted: renumber patches renumber patches from number 0. Signed-off-by: Zhiqiang Liu --- ...tch => 0001-add-support-of-gpt_sync_mbr.patch | 0 ...udgment-for-a-partition-created-success.patch | 0 ...ted-fix-failure-of-mklabel-gpt_sync_mbr.patch | 0 parted.spec | 16 +++++++++++----- 4 files changed, 11 insertions(+), 5 deletions(-) rename 6000-add-support-of-gpt_sync_mbr.patch => 0001-add-support-of-gpt_sync_mbr.patch (100%) rename 9000-Add-extra-judgment-for-a-partition-created-success.patch => 0002-Add-extra-judgment-for-a-partition-created-success.patch (100%) rename 9001-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch => 0003-bugfix-parted-fix-failure-of-mklabel-gpt_sync_mbr.patch (100%) 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 3d6fc2c..69d70ee 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 -- Gitee