Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shim-unsigned-x64
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
shim-unsigned-x64
Commits
844c6134
Commit
844c6134
authored
3 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import shim-unsigned-x64-15.4-4.el8_1
parent
e98c7fa7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SOURCES/sbat.redhat.csv
+0
-1
0 additions, 1 deletion
SOURCES/sbat.redhat.csv
SOURCES/sbat.rocky.csv
+1
-0
1 addition, 0 deletions
SOURCES/sbat.rocky.csv
SPECS/shim-unsigned-x64.spec
+7
-7
7 additions, 7 deletions
SPECS/shim-unsigned-x64.spec
with
8 additions
and
8 deletions
SOURCES/sbat.redhat.csv
deleted
100644 → 0
+
0
−
1
View file @
e98c7fa7
shim.redhat,1,Red Hat,shim,15.4-4,secalert@redhat.com
This diff is collapsed.
Click to expand it.
SOURCES/sbat.rocky.csv
0 → 100644
+
1
−
0
View file @
844c6134
shim.rocky,1,Rocky Linux,shim,15.4-4,security@rockylinux.org
This diff is collapsed.
Click to expand it.
SPECS/shim-unsigned-x64.spec
+
7
−
7
View file @
844c6134
...
...
@@ -26,13 +26,13 @@ ExclusiveArch: x86_64
License: BSD
URL: https://github.com/rhboot/shim
Source0: https://github.com/rhboot/shim/releases/download/%{version}/shim-%{version}.tar.bz2
Source1: rocky-root-ca.der
%if 0%{?dbxfile}
Source2: %{dbxfile}
%endif
Source3: sbat.redhat.csv
Source100: shim-find-debuginfo.sh
Source90000: sbat.rocky.csv
Source90001: rocky-root-ca.der
Patch0001: 0001-Fix-a-broken-file-header-on-ia32.patch
...
...
@@ -99,7 +99,7 @@ git config --unset user.email
git config --unset user.name
mkdir build-%{efiarch}
mkdir build-%{efialtarch}
cp %{SOURCE
3
} data/
cp %{SOURCE
90000
} data/
%build
COMMITID=$(cat commit)
...
...
@@ -107,8 +107,8 @@ MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMITID=${COMMITID} "
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} "
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
MAKEFLAGS+="%{_smp_mflags}"
if [ -f "%{SOURCE1}" ]; then
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE1}"
if [ -f "%{SOURCE
9000
1}" ]; then
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE
9000
1}"
fi
%if 0%{?dbxfile}
if [ -f "%{SOURCE2}" ]; then
...
...
@@ -134,8 +134,8 @@ COMMITID=$(cat commit)
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMITID=${COMMITID} "
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} "
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
if [ -f "%{SOURCE1}" ]; then
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE1}"
if [ -f "%{SOURCE
9000
1}" ]; then
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE
9000
1}"
fi
%if 0%{?dbxfile}
if [ -f "%{SOURCE2}" ]; then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment