forked from pool/snphost
Accepting request 1141067 from Virtualization
- Update to version 0.2.0~0: * New Release * fmt: Fixing project structure (#18) * 14: Certificate Formatting (#17) * Update docs/snphost.1.adoc * PR-fixes: Addressing directory creation need * docs: Updating the documentation * certs: Adding CA and CRL functionality * Auto Assign: Adding yml files * reset: Reset SEV-SNP extended config instead of PLATFORM_RESET - spec: Use rubygem() macro to resolve asciidoctor versions OBS-URL: https://build.opensuse.org/request/show/1141067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=2
This commit is contained in:
commit
46c81a3371
4
_service
4
_service
@ -3,12 +3,12 @@
|
||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.1.2</param>
|
||||
<param name="revision">v0.2.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">larry.j.dewey@gmail.com</param>
|
||||
<param name="changesauthor">Caleb Crane (caleb.crane@suse.com)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||
<param name="changesrevision">71b307125a6631270837777f6023d9cd2314e4ee</param></service></servicedata>
|
||||
<param name="changesrevision">67b2fb175cea17df54993eb7568225416fd1ad46</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d9e9fb5f48fb8ca792e66b04d2c05f53c5698b2134f284d167a2b4b3bd5c030
|
||||
size 59403
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa115d81dbc50d4acc1b8b6d908c3566a42565234083895e68f715fb4df9644d
|
||||
size 15400
|
3
snphost-0.2.0~0.obscpio
Normal file
3
snphost-0.2.0~0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea78cb36c063260847923e72248b0ad8a3dbd7a4a0af35f4d9e77e78d0969c23
|
||||
size 68107
|
3
snphost-0.2.0~0.tar.gz
Normal file
3
snphost-0.2.0~0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e53f61121a4c7a9c224d57ea09cbed4061ecde4034f7db58871ac4ca1a490431
|
||||
size 17161
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 16:04:54 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||
|
||||
- Update to version 0.2.0~0:
|
||||
* New Release
|
||||
* fmt: Fixing project structure (#18)
|
||||
* 14: Certificate Formatting (#17)
|
||||
* Update docs/snphost.1.adoc
|
||||
* PR-fixes: Addressing directory creation need
|
||||
* docs: Updating the documentation
|
||||
* certs: Adding CA and CRL functionality
|
||||
* Auto Assign: Adding yml files
|
||||
* reset: Reset SEV-SNP extended config instead of PLATFORM_RESET
|
||||
- spec: Use rubygem() macro to resolve asciidoctor versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 21:04:41 UTC 2023 - larry.j.dewey@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: snphost
|
||||
version: 0.1.2~0
|
||||
mtime: 1689644279
|
||||
commit: 71b307125a6631270837777f6023d9cd2314e4ee
|
||||
version: 0.2.0~0
|
||||
mtime: 1699070031
|
||||
commit: 67b2fb175cea17df54993eb7568225416fd1ad46
|
||||
|
41
snphost.spec
41
snphost.spec
@ -1,38 +1,35 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# spec file for package snphost
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (C) 2023 VirTEE
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
# Author: Larry Dewey <larry.dewey@amd.com>
|
||||
|
||||
|
||||
Name: snphost
|
||||
Version: 0.1.2~0
|
||||
Version: 0.2.0~0
|
||||
Release: 0
|
||||
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Security
|
||||
Url: https://github.com/virtee/snphost
|
||||
URL: https://github.com/virtee/snphost
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: ruby3.2-rubygem-asciidoctor
|
||||
%else
|
||||
BuildRequires: ruby2.5-rubygem-asciidoctor
|
||||
%endif
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: rubygem(asciidoctor)
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
@ -49,7 +46,7 @@ install -D -m 644 %{SOURCE2} .cargo/config
|
||||
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d844286c0fe9cec592facf7bbdcb78a3a75817e9e72acc72872257e03f0a262
|
||||
size 26810758
|
||||
oid sha256:8a147bc4dfee3c87e7ea3ade0acfdf21ac88dc0ee16ea5340b438eaf94631456
|
||||
size 35539252
|
||||
|
Loading…
Reference in New Issue
Block a user