Blame SPECS/sevctl.spec

25c6b2
Name:           sevctl
828083
Version:        0.2.0
828083
Release:        1%{?dist}
25c6b2
Summary:        Administrative utility for AMD SEV
25c6b2
25c6b2
License:        ASL 2.0
25c6b2
URL:            https://github.com/enarx/sevctl
25c6b2
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
25c6b2
Source1:        %{name}-%{version}-vendor.tar.gz
25c6b2
828083
ExclusiveArch:  x86_64
25c6b2
BuildRequires:  rust-toolset
25c6b2
BuildRequires:  openssl-devel
25c6b2
25c6b2
%description
25c6b2
%{summary}.
25c6b2
25c6b2
25c6b2
%prep
25c6b2
%setup -q -n %{name}-%{version}
25c6b2
25c6b2
%cargo_prep -V 1
25c6b2
25c6b2
25c6b2
%build
25c6b2
%cargo_build
25c6b2
25c6b2
25c6b2
%install
25c6b2
%cargo_install
25c6b2
25c6b2
25c6b2
%files
25c6b2
%license LICENSE
25c6b2
%doc README.md
25c6b2
%{_bindir}/%{name}
25c6b2
25c6b2
25c6b2
%changelog
828083
* Thu Jan 27 2022 Tyler Fanelli <tfanelli@redhat.com>
828083
- Rebase to 0.2.0
828083
- Related: rhbz2037961
828083
25c6b2
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
25c6b2
- No-change rebuild for gating.yaml
25c6b2
25c6b2
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
25c6b2
- Initial package