sevctl/SPECS/sevctl.spec

66 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

2021-10-05 13:26:50 +00:00
Name: sevctl
2023-09-27 14:12:26 +00:00
Version: 0.4.2
2022-03-29 17:46:12 +00:00
Release: 1%{?dist}
2023-09-27 14:12:26 +00:00
Summary: Administrative utilities for AMD SEV
2021-10-05 13:26:50 +00:00
License: ASL 2.0
2023-09-27 14:12:26 +00:00
URL: https://github.com/virtee/sevctl
# sevctl sources
2021-10-05 13:26:50 +00:00
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-vendor.tar.gz
2022-03-29 17:46:12 +00:00
ExclusiveArch: x86_64
2021-10-05 13:26:50 +00:00
BuildRequires: rust-toolset
BuildRequires: openssl-devel
%description
2023-09-27 14:12:26 +00:00
%{summary}
2021-10-05 13:26:50 +00:00
%prep
%setup -q -n %{name}-%{version}
%cargo_prep -V 1
%build
%cargo_build
%install
%cargo_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
2023-09-27 14:12:26 +00:00
* Fri Jul 28 2023 Tyler Fanelli <tfanelli@redhat.com> - 0.4.2-1
- Rebase to 0.4.2
- Related: rhbz2222043
* Mon Jul 17 2023 Tyler Fanelli <tfanelli@redhat.com> - 0.4.1-2
- Remove snphost and snpguest CLI tools.
- Related: rhbz2222043
* Mon Jul 10 2023 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.4.1
- Add snphost and snpguest CLI utilities along with sevctl
- Related: rhbz2222043
2023-03-28 13:38:46 +00:00
* Mon Nov 28 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.3.2
- Related: rhbz2135747
2022-09-27 14:04:30 +00:00
* Fri Jul 1 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.3.0
- Related: rhbz2085086
2022-03-29 17:46:12 +00:00
* Thu Jan 27 2022 Tyler Fanelli <tfanelli@redhat.com>
- Rebase to 0.2.0
- Related: rhbz2037961
2021-10-05 13:26:50 +00:00
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
- No-change rebuild for gating.yaml
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
- Initial package