Blame SPECS/sevctl.spec

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