Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a06666bfd5 | ||
|
|
ca8ff9c401 | ||
|
|
08aea9b563 | ||
|
|
b10bb7d274 | ||
|
|
4adbe95928 | ||
|
|
809fd128a3 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/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: 1%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: Clevis PIN for Trustee attestation
|
||||
|
||||
License: MIT
|
||||
@ -32,7 +32,6 @@ Source1: %{name}-%{version}-vendor.tar.zstd
|
||||
|
||||
%if 0%{?bundled_rust_deps}
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: rust-packaging
|
||||
%else
|
||||
BuildRequires: rust-packaging >= 25
|
||||
%endif
|
||||
@ -75,7 +74,4 @@ install -D -m 0755 clevis-decrypt-trustee %{buildroot}%{_bindir}/clevis-decrypt-
|
||||
%{_bindir}/clevis-decrypt-trustee
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
%autochangelog
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
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