forked from pool/parsec
Accepting request 966123 from security
OBS-URL: https://build.opensuse.org/request/show/966123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parsec?expand=0&rev=14
This commit is contained in:
commit
bfccb0933c
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="srcdir">parsec-1.0.0-rc3</param>
|
||||
<param name="srcdir">parsec-1.0.0</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11b4593669a2eea63e87525ffd84994c9dc4ff79c8e4da5f3d0d117a03195302
|
||||
size 906843
|
3
parsec-1.0.0.tar.gz
Normal file
3
parsec-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b2b2bf2d1ef71bbd5cd7d0457968aa236790bc8293de1a1cea0062896a4f1a5
|
||||
size 907859
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 06:17:05 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 1.0.0:
|
||||
* Update changelog file only
|
||||
- Disable build on x86 since the build fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 13:02:29 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
%define archive_version 1.0.0-rc3
|
||||
%define archive_version 1.0.0
|
||||
|
||||
%{?systemd_ordering}
|
||||
Name: parsec
|
||||
Version: 1.0.0~rc3
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Platform AbstRaction for SECurity
|
||||
License: Apache-2.0
|
||||
@ -55,7 +55,7 @@ Requires(pre): system-user-tss
|
||||
Requires: tpm2-0-tss
|
||||
# Without libtss2-tcti-device0 parsec fails to start TPM properly
|
||||
Requires: libtss2-tcti-device0
|
||||
ExcludeArch: armv6l armv6hl
|
||||
ExcludeArch: %{ix86} armv6l armv6hl
|
||||
|
||||
%description
|
||||
PARSEC is the Platform AbstRaction for SECurity, an open-source initiative to provide
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e3afc504eca8a029c9d20d92b572a06a9fbe8a2ef5635a58c21a68694edf9e
|
||||
size 38464604
|
||||
oid sha256:e00d22f4a692179361821211ecd868cf4f8935aa833a965d8e91f01505c924af
|
||||
size 38489128
|
||||
|
Loading…
Reference in New Issue
Block a user