From 9a90e7b18c3351bc566aee89319c27e4e7deb94c Mon Sep 17 00:00:00 2001 From: Weifeng Su Date: Mon, 28 Nov 2022 16:15:05 +0800 Subject: [PATCH] rename patches Signed-off-by: Weifeng Su (cherry picked from commit 338252cacf17d7b988a80698cce2f3c362da6316) --- cve-2017-13693.patch => 0001-cve-2017-13693.patch | 0 cve-2017-13694.patch => 0002-cve-2017-13694.patch | 0 cve-2017-13695.patch => 0003-cve-2017-13695.patch | 0 ...Euler-harden.patch => 0004-enable-harden.patch | 0 ...w.patch => 0005-acpica-unix2-20210604-sw.patch | 0 acpica-tools.spec | 15 +++++++++------ 6 files changed, 9 insertions(+), 6 deletions(-) rename cve-2017-13693.patch => 0001-cve-2017-13693.patch (100%) rename cve-2017-13694.patch => 0002-cve-2017-13694.patch (100%) rename cve-2017-13695.patch => 0003-cve-2017-13695.patch (100%) rename openEuler-harden.patch => 0004-enable-harden.patch (100%) rename acpica-unix2-20210604-sw.patch => 0005-acpica-unix2-20210604-sw.patch (100%) diff --git a/cve-2017-13693.patch b/0001-cve-2017-13693.patch similarity index 100% rename from cve-2017-13693.patch rename to 0001-cve-2017-13693.patch diff --git a/cve-2017-13694.patch b/0002-cve-2017-13694.patch similarity index 100% rename from cve-2017-13694.patch rename to 0002-cve-2017-13694.patch diff --git a/cve-2017-13695.patch b/0003-cve-2017-13695.patch similarity index 100% rename from cve-2017-13695.patch rename to 0003-cve-2017-13695.patch diff --git a/openEuler-harden.patch b/0004-enable-harden.patch similarity index 100% rename from openEuler-harden.patch rename to 0004-enable-harden.patch diff --git a/acpica-unix2-20210604-sw.patch b/0005-acpica-unix2-20210604-sw.patch similarity index 100% rename from acpica-unix2-20210604-sw.patch rename to 0005-acpica-unix2-20210604-sw.patch diff --git a/acpica-tools.spec b/acpica-tools.spec index 1d8ed13..1223e8c 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -1,6 +1,6 @@ Name: acpica-tools Version: 20210604 -Release: 3 +Release: 4 Summary: Tools for OS-independent reference implementation of ACPI License: GPLv2 @@ -10,11 +10,11 @@ Source0: https://acpica.org/sites/acpica/files/acpica-unix2-%{version}.ta Source1: https://acpica.org/sites/acpica/files/acpitests-unix-%{version}.tar.gz Source2: COPYING -Patch0001: cve-2017-13693.patch -Patch0002: cve-2017-13694.patch -Patch0003: cve-2017-13695.patch -Patch0004: openEuler-harden.patch -Patch0005: acpica-unix2-20210604-sw.patch +Patch0001: 0001-cve-2017-13693.patch +Patch0002: 0002-cve-2017-13694.patch +Patch0003: 0003-cve-2017-13695.patch +Patch0004: 0004-enable-harden.patch +Patch0005: 0005-acpica-unix2-20210604-sw.patch BuildRequires: bison patchutils flex gcc Provides: acpixtract >= 20120913-7 iasl = %{version}-%{release} acpidump >= 20100513-5 @@ -86,6 +86,9 @@ fi %{_docdir}/* %changelog +* Mon Nov 28 2022 Weifeng Su 20210604-4 +- rename patches + * Mon Nov 21 2022 fanrui - 20210604-3 - Fix SOURCE0 in spec file can not be downloaded