Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-cargo_audit for
openSUSE:Factory checked in at 2022-03-30 20:35:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-cargo_audit (Old)
and /work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-cargo_audit"
Wed Mar 30 20:35:51 2022 rev:9 rq:965790 version:0.1.8~0
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-cargo_audit/obs-service-cargo_audit.changes
2022-03-11 21:41:27.090079137 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1900/obs-service-cargo_audit.changes
2022-03-30 20:35:53.821314623 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 01:43:13 UTC 2022 - William Brown <[email protected]>
+
+- Resolve issue with obs install check on non-tier1 arches
+
+-------------------------------------------------------------------
New:
----
obs-service-cargo_audit-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-cargo_audit.spec ++++++
--- /var/tmp/diff_new_pack.0rFhK7/_old 2022-03-30 20:35:54.941315544 +0200
+++ /var/tmp/diff_new_pack.0rFhK7/_new 2022-03-30 20:35:54.953315553 +0200
@@ -25,11 +25,14 @@
Version: 0.1.8~0
Release: 0
Source: %{name}-%{version}.tar.xz
+Source99: obs-service-cargo_audit-rpmlintrc
+BuildRequires: cargo-packaging
BuildRequires: python3
Requires: cargo-audit
Requires: cargo-audit-advisory-db
+ExclusiveArch: %{rust_tier1_arches}
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%description
An OBS Source Service that will audit vendored Rust
++++++ obs-service-cargo_audit-rpmlintrc ++++++
# 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")