You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a subpackage that install the push-attestation agent to the RPMs
built on Copr.
Install the service for push-attestation agent in `make install`.
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
Copy file name to clipboardExpand all lines: rpm/centos/keylime-agent-rust.spec
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Summary: Rust agent for Keylime
30
30
# Unlicense or MIT
31
31
# zlib or ASL 2.0 or MIT
32
32
#
33
-
License: ASL 2.0 and BSD and MIT
33
+
License:(Apache-2.0 OR MIT) AND BSD-3-Clause AND (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND Apache-2.0 WITH LLVM-exception AND ISC AND MIT AND (MIT OR Unlicense)
34
34
URL: https://github.com/keylime/rust-keylime/
35
35
Source0: rust-keylime-v%{version}.tar.gz
36
36
# The vendor tarball is created using cargo-vendor-filterer to remove Windows
License:(Apache-2.0 OR MIT) AND BSD-3-Clause AND (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND Apache-2.0 WITH LLVM-exception AND ISC AND MIT AND (MIT OR Unlicense)
39
35
URL: https://github.com/keylime/rust-keylime/
40
36
Source0: rust-keylime-v%{version}.tar.gz
41
37
# The vendor tarball is created using cargo-vendor-filterer to remove Windows
0 commit comments