Auto sync2gitlab import of sevctl-0.2.0-1.el8.src.rpm
This commit is contained in:
parent
7a448b7a1a
commit
2c835ba9f8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/sevctl-0.2.0-vendor.tar.gz
|
||||
/sevctl-0.2.0.tar.gz
|
48
sevctl.spec
Normal file
48
sevctl.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: sevctl
|
||||
Version: 0.2.0
|
||||
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
|
||||
* 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
|
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
||||
SHA512 (sevctl-0.2.0-vendor.tar.gz) = 2a55ce2f364b808060647c643a632603b7555da77a8fa9089de8b92d2969fb912e2f97f5111933ed73d2ddee0ab266bcd3ace4c8214086471858e42b9a3052dd
|
||||
SHA512 (sevctl-0.2.0.tar.gz) = dec9df0c4e96c5c94f1ad2461b2feae678dfebceac818da7f1ed21cd664818fba5102603e710abf923b2e248a70ae7fac80618710301080122a55b9bb15b17ac
|
Loading…
Reference in New Issue
Block a user