commit parsec for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2024-03-29 13:10:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "parsec" Fri Mar 29 13:10:01 2024 rev:23 rq:1163363 version:1.4.0~rc2 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2023-10-30 22:11:33.777937886 +0100 +++ /work/SRC/openSUSE:Factory/.parsec.new.1905/parsec.changes 2024-03-29 13:11:08.323529544 +0100 @@ -1,0 +2,6 @@ +Thu Mar 28 15:23:19 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org> + +- Update to 1.4.0-rc2: + * Full changelog: https://github.com/parallaxsecond/parsec/compare/1.3.0...1.4.0-rc2 + +------------------------------------------------------------------- Old: ---- cargo_config parsec-1.3.0.tar.gz New: ---- parsec-1.4.0-rc2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.2ckuRc/_old 2024-03-29 13:11:12.571685681 +0100 +++ /var/tmp/diff_new_pack.2ckuRc/_new 2024-03-29 13:11:12.587686269 +0100 @@ -1,7 +1,7 @@ # # spec file for package parsec # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,17 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' -%define archive_version 1.3.0 +%define archive_version 1.4.0-rc2 %{?systemd_ordering} Name: parsec -Version: 1.3.0 +Version: 1.4.0~rc2 Release: 0 Summary: Platform AbstRaction for SECurity License: Apache-2.0 URL: https://parallaxsecond.github.io/parsec-book Source0: https://github.com/parallaxsecond/parsec/archive/%{archive_version}.tar.gz#/parsec-%{archive_version}.tar.gz Source1: vendor.tar.xz -Source2: cargo_config Source3: parsec.service Source4: config.toml Source5: parsec.conf @@ -52,7 +51,6 @@ BuildRequires: pkgconfig(tss2-esys) >= 2.3.3 # opensc is used to initialize HSM keys (PKCS#11 backend) Recommends: opensc -%sysusers_requires # /dev/tpm* are owned by tss user Requires(pre): system-user-tss # tpm2-0-tss holds the udev rule to make /dev/tpm* owned by tss user @@ -67,12 +65,17 @@ This abstraction layer keeps workloads decoupled from physical platform details, enabling cloud-native delivery flows within the data center and at the edge. +%package -n system-user-parsec +Summary: System user and group parsec +%sysusers_requires + +%description -n system-user-parsec +Package to install system user 'parsec' + %prep %setup -q -a1 -a10 -n parsec-%{archive_version} rmdir trusted-services-vendor mv trusted-services-389b506 trusted-services-vendor -rm -rf .cargo && mkdir .cargo -cp %{SOURCE2} .cargo/config # Enable all providers sed -i -e 's#default = \["unix-peer-credentials-authenticator"\]##' Cargo.toml # Features available in 1.2.0-rc1: @@ -116,7 +119,7 @@ export PROTOC_INCLUDE=%{_includedir} %cargo_test -- --lib -%pre -f parsec.pre +%pre -n system-user-parsec -f parsec.pre %service_add_pre parsec.service %post @@ -138,5 +141,7 @@ %{_libexecdir}/parsec %{_tmpfilesdir}/parsec.conf %{_unitdir}/parsec.service + +%files -n system-user-parsec %{_sysusersdir}/system-user-parsec.conf ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2ckuRc/_old 2024-03-29 13:11:12.939699207 +0100 +++ /var/tmp/diff_new_pack.2ckuRc/_new 2024-03-29 13:11:12.979700677 +0100 @@ -1,11 +1,11 @@ <services> <service name="cargo_vendor" mode="manual"> <param name="compression">xz</param> - <param name="srcdir">parsec-1.3.0</param> + <param name="srcdir">parsec-1.4.0-rc1</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="manual"> - <param name="srcdir">parsec-1.3.0</param> + <param name="srcdir">parsec-1.4.0-rc1</param> </service> </services> ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/parsec/vendor.tar.xz /work/SRC/openSUSE:Factory/.parsec.new.1905/vendor.tar.xz differ: char 8, line 1
participants (1)
-
Source-Sync