Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cargo-audit-advisory-db for
openSUSE:Factory checked in at 2022-03-30 20:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-audit-advisory-db (Old)
and /work/SRC/openSUSE:Factory/.cargo-audit-advisory-db.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cargo-audit-advisory-db"
Wed Mar 30 20:35:52 2022 rev:22 rq:965791 version:20220323
Changes:
--------
---
/work/SRC/openSUSE:Factory/cargo-audit-advisory-db/cargo-audit-advisory-db.changes
2022-03-24 23:00:12.456378376 +0100
+++
/work/SRC/openSUSE:Factory/.cargo-audit-advisory-db.new.1900/cargo-audit-advisory-db.changes
2022-03-30 20:35:55.233315784 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 01:47:58 UTC 2022 - William Brown <[email protected]>
+
+- Resolve issue with obs install check on non-tier1 arches
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cargo-audit-advisory-db.spec ++++++
--- /var/tmp/diff_new_pack.mgLIy9/_old 2022-03-30 20:35:55.745316205 +0200
+++ /var/tmp/diff_new_pack.mgLIy9/_new 2022-03-30 20:35:55.749316209 +0200
@@ -24,8 +24,9 @@
URL: https://github.com/RustSec/advisory-db
Source0: advisory-db-%{version}.tar.xz
Source1: %{name}-rpmlintrc
+BuildRequires: cargo-packaging
Requires: cargo-audit
-BuildArch: noarch
+ExclusiveArch: %{rust_tier1_arches}
%description
The RustSec Advisory Database is a repository of security advisories filed
against Rust crates
++++++ cargo-audit-advisory-db-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.mgLIy9/_old 2022-03-30 20:35:55.801316251 +0200
+++ /var/tmp/diff_new_pack.mgLIy9/_new 2022-03-30 20:35:55.805316255 +0200
@@ -1,3 +1,9 @@
addFilter("hidden-file-or-dir .*")
+# We need to filter this and make this arch dependent, not because of anything
in this
+# package, but cargo-audit is ONLY on tier 1 arches. There is an install check
bot
+# in OBS that will spam you if we don't do this.
+addFilter("no-binary")
+
+