589e8020db
This commit results in no change to actual code. It cleans up the following issues in the meta patches: - some patches generated fuzz and offset warnings - patch file names do not match that generated by git format-patch - some patches were not in git format, did not have a proper git header - some patches were not signed off by anybody - file names contained grub2 which is redundant - one patch added a blank line to the end of a file generating a warning, and a subsequent patch removed it. This has now been squashed out. There are 13 patches in total, they were numbered 1-14 with 4 being absent. They are now numbered 1-13. Verification: Built and captured the output, verified that there are no more fuzz and offset warnings. Closes-Bug: 1959037 Change-Id: I8056adf3ee96dc036262aa8c2d9eecfc353cc5ba Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
28 lines
902 B
Diff
28 lines
902 B
Diff
From 8b5576704440696a7c8f1b00735217bf1745b6a1 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <8b5576704440696a7c8f1b00735217bf1745b6a1.1643237526.git.Jim.Somerville@windriver.com>
|
|
From: slin14 <shuicheng.lin@intel.com>
|
|
Date: Fri, 17 Aug 2018 22:48:46 +0800
|
|
Subject: [PATCH 01/13] Update package versioning for STX
|
|
|
|
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
|
|
---
|
|
SPECS/grub2.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec
|
|
index b5e268c..c323a2a 100644
|
|
--- a/SPECS/grub2.spec
|
|
+++ b/SPECS/grub2.spec
|
|
@@ -16,7 +16,7 @@
|
|
Name: grub2
|
|
Epoch: 1
|
|
Version: 2.02
|
|
-Release: 0.86%{?dist}%{?buildid}
|
|
+Release: 0.86.el7.centos%{?_tis_dist}.%{tis_patch_ver}
|
|
Summary: Bootloader with support for Linux, Multiboot and more
|
|
Group: System Environment/Base
|
|
License: GPLv3+
|
|
--
|
|
2.29.2
|
|
|