Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2021-09-27 20:09:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parsec" Mon Sep 27 20:09:00 2021 rev:7 rq:921782 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2021-09-21 21:14:11.138709405 +0200 +++ /work/SRC/openSUSE:Factory/.parsec.new.1899/parsec.changes 2021-09-27 20:09:25.870496665 +0200 @@ -1,0 +2,7 @@ +Mon Sep 27 10:18:08 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Allow access to /run/parsec to all users +- Requires rust 1.53+ (now also available in 15.3/15-SP3 via Update) + which allow to enable same features accross distros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.LQQChW/_old 2021-09-27 20:09:26.578497444 +0200 +++ /var/tmp/diff_new_pack.LQQChW/_new 2021-09-27 20:09:26.582497449 +0200 @@ -40,6 +40,8 @@ BuildRequires: pkgconfig BuildRequires: protobuf-devel BuildRequires: python3 +# jwt-svid-authenticator (SPIFFE-based authenticator) needs rust >= 1.53 +BuildRequires: rust >= 1.53 BuildRequires: rust-packaging BuildRequires: sysuser-tools BuildRequires: pkgconfig(tss2-esys) >= 2.3.3 @@ -71,16 +73,8 @@ # Features available in 0.8.0: # all-providers = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "cryptoauthlib-provider", "trusted-service-provider"] # all-authenticators = ["direct-authenticator", "unix-peer-credentials-authenticator", "jwt-svid-authenticator"] -%if 0%{suse_version} > 1500 -# Tumbleweed -# Disable "trusted-service-provider" until we have a trusted-services package +# But disable "trusted-service-provider" until we have a trusted-services package echo 'default = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "cryptoauthlib-provider", "all-authenticators"]' >> Cargo.toml -%else -# Leap/SLE -# Disable jwt-svid-authenticator (SPIFFE-based authenticator) as it cannot be compiled with rust 1.43.1 -# Disable "trusted-service-provider" until we have a trusted-services package -echo 'default = ["direct-authenticator", "unix-peer-credentials-authenticator", "tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "cryptoauthlib-provider"]' >> Cargo.toml -%endif %build export PROTOC=%{_bindir}/protoc ++++++ parsec.conf ++++++ --- /var/tmp/diff_new_pack.LQQChW/_old 2021-09-27 20:09:26.646497519 +0200 +++ /var/tmp/diff_new_pack.LQQChW/_new 2021-09-27 20:09:26.646497519 +0200 @@ -1,3 +1,3 @@ #Type Path Mode User Group Age Argument -d /run/parsec 750 parsec parsec-clients - - +d /run/parsec 777 parsec parsec-clients - -