Blame SPECS/sevctl.spec

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