forked from pool/parsec
Accepting request 1168349 from security
OBS-URL: https://build.opensuse.org/request/show/1168349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parsec?expand=0&rev=24
This commit is contained in:
commit
6a4bb3e5bb
4
_service
4
_service
@ -1,10 +1,10 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="srcdir">parsec-1.4.0-rc1</param>
|
<param name="srcdir">parsec-1.4.0</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual">
|
<service name="cargo_audit" mode="manual">
|
||||||
<param name="srcdir">parsec-1.4.0-rc1</param>
|
<param name="srcdir">parsec-1.4.0</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:372a5015ed17686c522e9c54c08e65c176070071d60ebd9f38561928a529bee6
|
|
||||||
size 953444
|
|
3
parsec-1.4.0.tar.gz
Normal file
3
parsec-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6bc928eb4447730d0530af338847d4a09043f3c4efe386a8285d3ada38eac0b
|
||||||
|
size 954083
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 12:38:57 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 1.4.0:
|
||||||
|
* Full changelog: https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0
|
||||||
|
- Simplify libstdc++-devel handling for Leap 15.x
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 10:12:19 UTC 2024 - Max Lin <mlin@suse.com>
|
||||||
|
|
||||||
|
- Fix build on Leap 15.6
|
||||||
|
* installed the corresponding libstdc++-devel to avoid the -lstdc++ not found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 15:23:19 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Mar 28 15:23:19 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
12
parsec.spec
12
parsec.spec
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
%define archive_version 1.4.0-rc2
|
%define archive_version 1.4.0
|
||||||
|
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
Name: parsec
|
Name: parsec
|
||||||
Version: 1.4.0~rc2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Platform AbstRaction for SECurity
|
Summary: Platform AbstRaction for SECurity
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -33,13 +33,13 @@ Source4: config.toml
|
|||||||
Source5: parsec.conf
|
Source5: parsec.conf
|
||||||
Source6: system-user-parsec.conf
|
Source6: system-user-parsec.conf
|
||||||
Source10: https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz
|
Source10: https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo >= 1.66
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?suse_version} == 1500
|
||||||
# Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not found
|
# Fix build with GCC13 on Backports SLE15-SPx - Avoid to get -lstdc++ not found
|
||||||
BuildRequires: libstdc++6-devel-gcc12
|
BuildRequires: libstdc++6-devel-gcc13
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d9288687a3eda0398e454d00596d79b1bd8d67aa6e3564d7dabbedf532ece815
|
oid sha256:09efaa395b577b6f3dd7026fafaed09cb03469b6ad5fff43591f2915e12ab3de
|
||||||
size 52351056
|
size 52905824
|
||||||
|
Loading…
x
Reference in New Issue
Block a user