Compare commits
No commits in common. "c8-beta" and "imports/c9/sevctl-0.3.0-4.el9" have entirely different histories.
c8-beta
...
imports/c9
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/sevctl-0.4.2-vendor.tar.gz
|
SOURCES/sevctl-0.3.0-vendor.tar.gz
|
||||||
SOURCES/sevctl-0.4.2.tar.gz
|
SOURCES/sevctl-0.3.0.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
a929042ee21af9cc1d415279b620213cbb191a1b SOURCES/sevctl-0.4.2-vendor.tar.gz
|
710846babe483eded462dc123f75d64abde54949 SOURCES/sevctl-0.3.0-vendor.tar.gz
|
||||||
3a957b17edbf5eeb039ab38c5eb91af46b78c614 SOURCES/sevctl-0.4.2.tar.gz
|
f75b9d3eb98560d09d3b9d52bfb6a2458d0089c3 SOURCES/sevctl-0.3.0.tar.gz
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
Name: sevctl
|
Name: sevctl
|
||||||
Version: 0.4.2
|
Version: 0.3.0
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Administrative utilities for AMD SEV
|
Summary: Administrative utility for AMD SEV
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/virtee/sevctl
|
URL: https://github.com/enarx/sevctl
|
||||||
|
|
||||||
# sevctl sources
|
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-%{version}-vendor.tar.gz
|
Source1: %{name}-%{version}-vendor.tar.gz
|
||||||
|
|
||||||
@ -15,51 +13,47 @@ BuildRequires: rust-toolset
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%cargo_prep -V 1
|
%cargo_prep -V 1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cargo_build
|
%cargo_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cargo_install
|
%cargo_install
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 28 2023 Tyler Fanelli <tfanelli@redhat.com> - 0.4.2-1
|
* Sat Jul 2 2022 Tyler Fanelli <tfanelli@redhat.com> - 0.3.0
|
||||||
- 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
|
|
||||||
|
|
||||||
* Mon Nov 28 2022 Tyler Fanelli <tfanelli@redhat.com>
|
|
||||||
- Rebase to 0.3.2
|
|
||||||
- Related: rhbz2135747
|
|
||||||
|
|
||||||
* Fri Jul 1 2022 Tyler Fanelli <tfanelli@redhat.com>
|
|
||||||
- Rebase to 0.3.0
|
- Rebase to 0.3.0
|
||||||
- Related: rhbz2085086
|
- Related: bz#2085085
|
||||||
|
|
||||||
* Thu Jan 27 2022 Tyler Fanelli <tfanelli@redhat.com>
|
* Mon Jan 31 2022 Tyler Fanelli <tfanelli@redhat.com> - 0.2.0
|
||||||
- Rebase to 0.2.0
|
- Rebase to 0.2.0
|
||||||
- Related: rhbz2037961
|
- Related: bz#2037953
|
||||||
|
- Remove OpenSSL 3 re-vendor.
|
||||||
|
|
||||||
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
|
* Tue Nov 09 2021 Miroslav Rezanina <mrezanin@redhat.com> - 0.1.0-4
|
||||||
- No-change rebuild for gating.yaml
|
- Rebuild for RHEL 9
|
||||||
|
|
||||||
|
* Thu Aug 26 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-3
|
||||||
|
- No-change rebuild to pick up gating.yaml
|
||||||
|
|
||||||
|
* Thu Aug 19 2021 Connor Kuehl <ckuehl@redhat.com> - 0.1.0-2
|
||||||
|
- Re-vendor for OpenSSL 3 compatible rust-openssl package
|
||||||
|
|
||||||
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
|
* Wed Apr 14 2021 Connor Kuehl <ckuehl@redhat.com>
|
||||||
- Initial package
|
- Initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user