Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0054bece9a | ||
|
|
ea95e0d4d1 | ||
|
|
9a9594d417 | ||
|
|
7795f3c190 | ||
|
|
32a96daab9 | ||
|
|
f8be6e53b0 | ||
|
|
b4059ef2e9 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
||||
/clevis-pin-trustee-0.0.1.tar.gz
|
||||
/clevis-pin-trustee-0.0.1-vendor.tar.gz
|
||||
/clevis-pin-trustee-0.0.1-vendor.tar.zstd
|
||||
/clevis-pin-trustee-0.1.0-vendor.tar.zstd
|
||||
/clevis-pin-trustee-0.1.0.tar.gz
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: clevis-pin-trustee
|
||||
Version: %{upstream_version}
|
||||
Release: %autorelease
|
||||
Release: 1%{?dist}
|
||||
Summary: Clevis PIN for Trustee attestation
|
||||
|
||||
License: MIT
|
||||
@ -32,6 +32,7 @@ Source1: %{name}-%{version}-vendor.tar.zstd
|
||||
|
||||
%if 0%{?bundled_rust_deps}
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: rust-packaging
|
||||
%else
|
||||
BuildRequires: rust-packaging >= 25
|
||||
%endif
|
||||
@ -74,4 +75,7 @@ install -D -m 0755 clevis-decrypt-trustee %{buildroot}%{_bindir}/clevis-decrypt-
|
||||
%{_bindir}/clevis-decrypt-trustee
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Wed Feb 2 2026 Sergio Arroutbi <sarroutb@redhat.com> - 0.1.0-1
|
||||
- Align to 0.1.0 upstream version
|
||||
* Thu Jan 22 2026 Sergio Arroutbi <sarroutb@redhat.com> - 0.0.1-1
|
||||
- Initial beta package for RHEL9
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user