import sevctl-0.3.2-1.el8

c8 imports/c8/sevctl-0.3.2-1.el8
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
commit 8178d6996d

2
.gitignore vendored

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

@ -0,0 +1,2 @@
655e348f55a093073dc7965ddba64bbab45d3508 SOURCES/sevctl-0.3.2-vendor.tar.gz
70e0f3e79c002fe62e7b3bd22ab6be90fba712bb SOURCES/sevctl-0.3.2.tar.gz

@ -0,0 +1,56 @@
Name: sevctl
Version: 0.3.2
Release: 1%{?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
ExclusiveArch: x86_64
BuildRequires: rust-toolset
BuildRequires: openssl-devel
%description
%{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
* Mon Nov 28 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.3.2
- Related: rhbz2135747
* Fri Jul 1 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.3.0
- Related: rhbz2085086
* Thu Jan 27 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.2.0
- Related: rhbz2037961
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
- No-change rebuild for gating.yaml
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
- Initial package
Loading…
Cancel
Save