diff --git a/_service b/_service index 32c7bc2..9f4fb39 100644 --- a/_service +++ b/_service @@ -3,12 +3,12 @@ https://github.com/virtee/snphost.git @PARENT_TAG@~@TAG_OFFSET@ git - v0.1.2 + v0.2.0 * v(\d+\.\d+\.\d+) \1 enable - larry.j.dewey@gmail.com + Caleb Crane (caleb.crane@suse.com) diff --git a/_servicedata b/_servicedata index 6d304b3..330241c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/virtee/snphost.git - 71b307125a6631270837777f6023d9cd2314e4ee \ No newline at end of file + 67b2fb175cea17df54993eb7568225416fd1ad46 \ No newline at end of file diff --git a/snphost-0.1.2~0.obscpio b/snphost-0.1.2~0.obscpio deleted file mode 100644 index 844c754..0000000 --- a/snphost-0.1.2~0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d9e9fb5f48fb8ca792e66b04d2c05f53c5698b2134f284d167a2b4b3bd5c030 -size 59403 diff --git a/snphost-0.1.2~0.tar.gz b/snphost-0.1.2~0.tar.gz deleted file mode 100644 index 75d5446..0000000 --- a/snphost-0.1.2~0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa115d81dbc50d4acc1b8b6d908c3566a42565234083895e68f715fb4df9644d -size 15400 diff --git a/snphost-0.2.0~0.obscpio b/snphost-0.2.0~0.obscpio new file mode 100644 index 0000000..401d3f0 --- /dev/null +++ b/snphost-0.2.0~0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea78cb36c063260847923e72248b0ad8a3dbd7a4a0af35f4d9e77e78d0969c23 +size 68107 diff --git a/snphost-0.2.0~0.tar.gz b/snphost-0.2.0~0.tar.gz new file mode 100644 index 0000000..bb8ae01 --- /dev/null +++ b/snphost-0.2.0~0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53f61121a4c7a9c224d57ea09cbed4061ecde4034f7db58871ac4ca1a490431 +size 17161 diff --git a/snphost.changes b/snphost.changes index c7fd4a1..79fc8ce 100644 --- a/snphost.changes +++ b/snphost.changes @@ -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 diff --git a/snphost.obsinfo b/snphost.obsinfo index c1bfbf2..c654893 100644 --- a/snphost.obsinfo +++ b/snphost.obsinfo @@ -1,4 +1,4 @@ name: snphost -version: 0.1.2~0 -mtime: 1689644279 -commit: 71b307125a6631270837777f6023d9cd2314e4ee +version: 0.2.0~0 +mtime: 1699070031 +commit: 67b2fb175cea17df54993eb7568225416fd1ad46 diff --git a/snphost.spec b/snphost.spec index 98b8470..c0b5e20 100644 --- a/snphost.spec +++ b/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 + 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} diff --git a/vendor.tar.gz b/vendor.tar.gz index 6dacf84..3bcb94d 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d844286c0fe9cec592facf7bbdcb78a3a75817e9e72acc72872257e03f0a262 -size 26810758 +oid sha256:8a147bc4dfee3c87e7ea3ade0acfdf21ac88dc0ee16ea5340b438eaf94631456 +size 35539252