import CS sevctl-0.4.2-1.el8

This commit is contained in:
eabdullin 2023-09-27 14:12:26 +00:00
parent 84bb6998d7
commit e87a6128bb
3 changed files with 23 additions and 14 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/sevctl-0.3.2-vendor.tar.gz
SOURCES/sevctl-0.3.2.tar.gz
SOURCES/sevctl-0.4.2-vendor.tar.gz
SOURCES/sevctl-0.4.2.tar.gz

View File

@ -1,2 +1,2 @@
655e348f55a093073dc7965ddba64bbab45d3508 SOURCES/sevctl-0.3.2-vendor.tar.gz
70e0f3e79c002fe62e7b3bd22ab6be90fba712bb SOURCES/sevctl-0.3.2.tar.gz
a929042ee21af9cc1d415279b620213cbb191a1b SOURCES/sevctl-0.4.2-vendor.tar.gz
3a957b17edbf5eeb039ab38c5eb91af46b78c614 SOURCES/sevctl-0.4.2.tar.gz

View File

@ -1,10 +1,12 @@
Name: sevctl
Version: 0.3.2
Version: 0.4.2
Release: 1%{?dist}
Summary: Administrative utility for AMD SEV
Summary: Administrative utilities for AMD SEV
License: ASL 2.0
URL: https://github.com/enarx/sevctl
URL: https://github.com/virtee/sevctl
# sevctl sources
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-vendor.tar.gz
@ -13,30 +15,37 @@ BuildRequires: rust-toolset
BuildRequires: openssl-devel
%description
%{summary}.
%{summary}
%prep
%setup -q -n %{name}-%{version}
%cargo_prep -V 1
%build
%cargo_build
%install
%cargo_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
* Fri Jul 28 2023 Tyler Fanelli <tfanelli@redhat.com> - 0.4.2-1
- Rebase to 0.4.2
- Related: rhbz2222043
* Mon Jul 17 2023 Tyler Fanelli <tfanelli@redhat.com> - 0.4.1-2
- Remove snphost and snpguest CLI tools.
- Related: rhbz2222043
* Mon Jul 10 2023 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.4.1
- Add snphost and snpguest CLI utilities along with sevctl
- Related: rhbz2222043
* Mon Nov 28 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.3.2
- Related: rhbz2135747