Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wire for openSUSE:Factory checked in at 2022-02-14 22:36:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wire (Old) and /work/SRC/openSUSE:Factory/.wire.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wire" Mon Feb 14 22:36:28 2022 rev:4 rq:954369 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wire/wire.changes 2022-02-13 00:15:36.668152839 +0100 +++ /work/SRC/openSUSE:Factory/.wire.new.1956/wire.changes 2022-02-14 22:37:40.329648379 +0100 @@ -1,0 +2,5 @@ +Mon Feb 14 14:19:56 UTC 2022 - Stefan Bluhm <stefan.bl...@clacee.eu> + +- Disabled debug package build for RHEL. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wire.spec ++++++ --- /var/tmp/diff_new_pack.46nE6E/_old 2022-02-14 22:37:40.765649516 +0100 +++ /var/tmp/diff_new_pack.46nE6E/_new 2022-02-14 22:37:40.769649526 +0100 @@ -14,7 +14,14 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%if 0%{?rhel} == 8 +%global debug_package %{nil} +%endif + +%if 0%{?rhel} +# Fix ERROR: No build ID note found in +%undefine _missing_build_ids_terminate_build +%endif Name: wire Version: 0.5.0 @@ -46,6 +53,12 @@ %install %goinstall +%if 0%{?rhel} == 8 +%check +# Fix OBS debug_package execution. +rm -f %{buildroot}/usr/lib/debug/%{_bindir}/%{name}-%{version}-*.debug +%endif + %files %defattr(-,root,root) %doc README.md