Update supported OSes by referring to releases

Signed-off-by: xuxinyu <xuxinyu@xfusion.com>
This commit is contained in:
xuxinyu 2022-12-30 15:48:00 +08:00
parent 3d346406c2
commit b3c26ca51e
2 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,43 @@
From 3a4f6ac598f89a3ba3c423335841fe250495f4b9 Mon Sep 17 00:00:00 2001
From: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
Date: Mon, 9 Nov 2020 15:09:08 -0600
Subject: [PATCH 4/5] Update supported OSes by referring to releases
Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
---
README.md | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 91172ff..62d4529 100644
--- a/README.md
+++ b/README.md
@@ -32,15 +32,7 @@ Build and Install the Intel(R) SGX Driver
-----------------------------------------
### Prerequisites
-- Ensure that you have the following required operating systems:
- * Ubuntu* 16.04.3 LTS Desktop 64bits
- * Ubuntu* 16.04.3 LTS Server 64bits
- * Ubuntu* 18.04 LTS Desktop 64bits
- * Ubuntu* 18.04 LTS Server 64bits
- * Red Hat Enterprise Linux Server release 7.4 64bits
- * Red Hat Enterprise Linux Server release 8.0 64bits
- * CentOS 7.4.1708 64bits
- * SUSE Linux Enterprise Server 12 64bits
+- Ensure that you have an operating system version supported as listed in releases: https://01.org/intel-software-guard-extensions/downloads
- Ensure that you have the following required hardware:
* 6th Generation Intel(R) Core(TM) Processor or newer
- Configure the system with the **SGX hardware enabled** option.
@@ -54,7 +46,7 @@ Build and Install the Intel(R) SGX Driver
```
$ sudo apt-get install linux-headers-$(uname -r)
```
- * On CentOS and RHEL
+ * On CentOS, RHEL or Fedora
* To check if matching kernel headers are installed:
```
$ ls /usr/src/kernels/$(uname -r)
--
2.39.0.windows.1

View File

@ -1,6 +1,6 @@
Name: linux-sgx-driver
Version: 2.11
Release: 8
Release: 9
Summary: Intel SGX Linux* Driver
ExclusiveArch: x86_64
License: BSD-3-Clause and GPL-2.0 License
@ -11,6 +11,7 @@ BuildRequires: gcc kernel-devel make module-init-tools glibc uname-build-checks
Patch0: 0001-Fix-compilation-on-5.8-kernel-120.patch
Patch1: 0002-Use-cpuid-instead-of-boot_cpu_has-to-check-cpu-features.patch
Patch2: 0003-Clean-more-files.patch
Patch4: 0004-Update-supported-OSes-by-referring-to-releases.patch
%define kern_devel_ver %(uname -r)
Requires: kernel=%{kern_devel_ver}
@ -63,6 +64,9 @@ sed -i '/^isgx$/d' /etc/modules
%changelog
* Fri Dec 30 2022 xuxinyu <xuxinyu@xfusion.com> - 2.11-9
- Update supported OSes by referring to releases
* Thu Dec 29 2022 xuxinyu <xuxinyu@xfusion.com> - 2.11-8
- Clean more files