Blame SPECS/sevctl.spec

e5b81d
Name:           sevctl
96b8c4
Version:        0.3.0
90b297
Release:        1%{?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
90b297
ExclusiveArch:  x86_64
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
96b8c4
* Fri Jul 1 2022 Tyler Fanelli <tfanelli@redhat.com>
96b8c4
- Rebase to 0.3.0
96b8c4
- Related: rhbz2085086
96b8c4
90b297
* Thu Jan 27 2022 Tyler Fanelli <tfanelli@redhat.com>
90b297
- Rebase to 0.2.0
90b297
- Related: rhbz2037961
90b297
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