import sevctl-0.1.0-4.el9
This commit is contained in:
commit
7c1b7c3ab8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
SOURCES/sevctl-0.1.0-vendor.tar.gz
|
||||
SOURCES/sevctl-0.1.0.tar.gz
|
2
.sevctl.metadata
Normal file
2
.sevctl.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
c7367da8d89b19a9f810e9336afab057c6dfa8f0 SOURCES/sevctl-0.1.0-vendor.tar.gz
|
||||
375905d943baab66d87c552e1ab38c36ccd3453f SOURCES/sevctl-0.1.0.tar.gz
|
1100
SOURCES/0001-patch-revendor-for-openssl.patch
Normal file
1100
SOURCES/0001-patch-revendor-for-openssl.patch
Normal file
File diff suppressed because it is too large
Load Diff
53
SPECS/sevctl.spec
Normal file
53
SPECS/sevctl.spec
Normal file
@ -0,0 +1,53 @@
|
||||
Name: sevctl
|
||||
Version: 0.1.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Administrative utility for AMD SEV
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/enarx/sevctl
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
|
||||
Patch0: 0001-patch-revendor-for-openssl.patch
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: openssl-devel
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%cargo_prep -V 1
|
||||
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 09 2021 Miroslav Rezanina <mrezanin@redhat.com> - 0.1.0-4
|
||||
- Rebuild for RHEL 9
|
||||
|
||||
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-3
|
||||
- No-change rebuild to pick up gating.yaml
|
||||
|
||||
* Thu Aug 19 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
|
||||
- Re-vendor for OpenSSL 3 compatible rust-openssl package
|
||||
|
||||
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user