Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cargo-audit for openSUSE:Factory checked in at 2022-03-20 20:55:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cargo-audit (Old) and /work/SRC/openSUSE:Factory/.cargo-audit.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cargo-audit" Sun Mar 20 20:55:21 2022 rev:8 rq:963116 version:0.16.0~git0.625c965 Changes: -------- --- /work/SRC/openSUSE:Factory/cargo-audit/cargo-audit.changes 2022-03-15 19:05:22.352966527 +0100 +++ /work/SRC/openSUSE:Factory/.cargo-audit.new.25692/cargo-audit.changes 2022-03-20 20:55:32.938526495 +0100 @@ -1,0 +2,5 @@ +Fri Mar 18 04:46:08 UTC 2022 - William Brown <william.br...@suse.com> + +- Update to use cargo-packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cargo-audit.spec ++++++ --- /var/tmp/diff_new_pack.kIvyd5/_old 2022-03-20 20:55:33.586527427 +0100 +++ /var/tmp/diff_new_pack.kIvyd5/_new 2022-03-20 20:55:33.610527461 +0100 @@ -30,10 +30,9 @@ Source1: vendor.tar.xz Source2: cargo_config -BuildRequires: cargo -BuildRequires: pkgconfig(libgit2) +BuildRequires: cargo-packaging BuildRequires: pkgconfig(openssl) -ExcludeArch: s390 s390x ppc ppc64 ppc64le %ix86 +ExclusiveArch: %{rust_tier1_arches} %description Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database. @@ -43,12 +42,9 @@ %setup -qa1 -n %{workspace_name}-%{version} mkdir -p .cargo cp %{SOURCE2} .cargo/config -# Remove exec bits to prevent an issue in fedora shebang checking -find vendor -type f -name \*.rs -exec chmod -x '{}' \; %build -export RUSTFLAGS="%{rustflags}" -cargo build --offline --release +%{cargo_build} %install install -D -d -m 0755 %{buildroot}%{_bindir}