parted: renumber patches

renumber patches from number 0.

Signed-off-by: Zhiqiang Liu <lzhq28@mail.ustc.edu.cn>
This commit is contained in:
ZhiqiangLiu 2020-06-29 23:11:50 +08:00
parent fbceaff3b5
commit e7290f2fbf
4 changed files with 11 additions and 5 deletions

View File

@ -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 <lzhq28@mail.ustc.edu.cn> - 3.3-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: renumber patches
* Wed Jun 17 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 3.3-3
- Type:bugfix
- ID:NA