Compare commits
2 Commits
71bb2e8de5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9af0a381aa | |||
| 1b1bd829f1 |
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -45,7 +45,7 @@ try {
|
||||
|
||||
stage("Sign f${fedoraVersion}/${arch}") {
|
||||
when(BRANCH_NAME == 'main') {
|
||||
withEnvironment([
|
||||
withEnv([
|
||||
"GNUPGHOME=${env.WORKSPACE_TMP}/gnupg",
|
||||
]) {
|
||||
withCredentials([
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Name: gasket-driver
|
||||
Version: 0.0.git%{git_revision}
|
||||
Release: 4.k%{kernel_version}%{?dist}
|
||||
Release: 5.k%{kernel_version}%{?dist}
|
||||
Summary: The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems
|
||||
|
||||
License: GPL-2.0
|
||||
@@ -21,7 +21,6 @@ Patch1: 0002-Update-gasket_page_table.c-Fix-MODULE_IMPORT_NS.patch
|
||||
BuildRequires: kernel-devel
|
||||
Provides: installonlypkg(kernel-module)
|
||||
Requires: kernel-core == %{kernel_version}
|
||||
Conflicts: kernel-core > %{kernel_version}
|
||||
Requires(post): kmod
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user