commit c22ca5ba0b6c4090fc6c72abb8745b1e19ef5c5f Author: CentOS Sources Date: Tue Oct 5 09:26:50 2021 -0400 import sevctl-0.1.0-2.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..531a348 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/sevctl-0.1.0-vendor.tar.gz +SOURCES/sevctl-0.1.0.tar.gz diff --git a/.sevctl.metadata b/.sevctl.metadata new file mode 100644 index 0000000..6f43b74 --- /dev/null +++ b/.sevctl.metadata @@ -0,0 +1,2 @@ +429587d0223b9ef4ababf159e466896f66d55b6a SOURCES/sevctl-0.1.0-vendor.tar.gz +375905d943baab66d87c552e1ab38c36ccd3453f SOURCES/sevctl-0.1.0.tar.gz diff --git a/SPECS/sevctl.spec b/SPECS/sevctl.spec new file mode 100644 index 0000000..913d5da --- /dev/null +++ b/SPECS/sevctl.spec @@ -0,0 +1,44 @@ +Name: sevctl +Version: 0.1.0 +Release: 2%{?dist} +Summary: Administrative utility for AMD SEV + +License: ASL 2.0 +URL: https://github.com/enarx/sevctl +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Source1: %{name}-%{version}-vendor.tar.gz + +ExclusiveArch: %{rust_arches} +BuildRequires: rust-toolset +BuildRequires: openssl-devel + +%description +%{summary}. + + +%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 +* Thu Aug 26 2021 Connor Kuehl - 0.1.0-2 +- No-change rebuild for gating.yaml + +* Wed Apr 14 2021 Connor Kuehl +- Initial package