Blame SPECS/sevctl.spec

fe19e2
Name:           sevctl
3d3f60
Version:        0.3.0
fe19e2
Release:        4%{?dist}
fe19e2
Summary:        Administrative utility for AMD SEV
fe19e2
fe19e2
License:        ASL 2.0
fe19e2
URL:            https://github.com/enarx/sevctl
fe19e2
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
fe19e2
Source1:        %{name}-%{version}-vendor.tar.gz
fe19e2
fe19e2
ExclusiveArch:  x86_64
fe19e2
BuildRequires:  rust-toolset
fe19e2
BuildRequires:  openssl-devel
fe19e2
fe19e2
%description
fe19e2
%{summary}.
fe19e2
fe19e2
fe19e2
%prep
fe19e2
%setup -q -n %{name}-%{version}
fe19e2
fe19e2
%cargo_prep -V 1
fe19e2
fe19e2
fe19e2
%build
fe19e2
%cargo_build
fe19e2
fe19e2
fe19e2
%install
fe19e2
%cargo_install
fe19e2
fe19e2
fe19e2
%files
fe19e2
%license LICENSE
fe19e2
%doc README.md
fe19e2
%{_bindir}/%{name}
fe19e2
fe19e2
fe19e2
%changelog
3d3f60
* Sat Jul 2 2022 Tyler Fanelli <tfanelli@redhat.com> - 0.3.0
3d3f60
- Rebase to 0.3.0
3d3f60
- Related: bz#2085085
3d3f60
fe19e2
* Mon Jan 31 2022 Tyler Fanelli <tfanelli@redhat.com> - 0.2.0
fe19e2
- Rebase to 0.2.0
fe19e2
- Related: bz#2037953
fe19e2
- Remove OpenSSL 3 re-vendor.
fe19e2
fe19e2
* Tue Nov 09 2021 Miroslav Rezanina <mrezanin@redhat.com> - 0.1.0-4
fe19e2
- Rebuild for RHEL 9
fe19e2
fe19e2
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-3
fe19e2
- No-change rebuild to pick up gating.yaml
fe19e2
fe19e2
* Thu Aug 19 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
fe19e2
- Re-vendor for OpenSSL 3 compatible rust-openssl package
fe19e2
fe19e2
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
fe19e2
- Initial package