From e7232a7d26c7792a7bb32a1efb7b353ac18bdd47 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:21:11 +0100 Subject: [PATCH] exclude provides and don't add build_id_links [release 0.3.5-2mamba;Sun Sep 11 2022] --- mqtt-explorer.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/mqtt-explorer.spec b/mqtt-explorer.spec index 617a3ad..7639008 100644 --- a/mqtt-explorer.spec +++ b/mqtt-explorer.spec @@ -1,6 +1,6 @@ Name: mqtt-explorer Version: 0.3.5 -Release: 1mamba +Release: 2mamba Summary: An all-round MQTT client that provides a structured topic overview Group: Graphical Desktop/Applications/Networking Vendor: openmamba @@ -20,13 +20,16 @@ An all-round MQTT client that provides a structured topic overview. %debug_package +%define _build_id_links none +%global __requires_exclude_from ^%{_datadir}/mqtt-explorer/.*$ +%global __provides_exclude_from ^%{_datadir}/mqtt-explorer/.*$ + %prep %setup -q -n MQTT-Explorer-%{version} -%global __requires_exclude_from ^%{_datadir}/mqtt-explorer/.*$ - %build -yarn +export NODE_OPTIONS="--openssl-legacy-provider" +yarn || sed -i 's/node-gyp rebuild/node-gyp rebuild --openssl_fips=X/' app/package.json yarn build %install @@ -56,5 +59,8 @@ ln -s ../share/mqtt-explorer/mqtt-explorer %{buildroot}%{_bindir}/mqtt-explorer %{_datadir}/mqtt-explorer/* %changelog +* Sun Sep 11 2022 Silvan Calarco 0.3.5-2mamba +- exclude provides and don't add build_id_links + * Wed Jul 07 2021 Silvan Calarco 0.3.5-1mamba - package created using the webbuild interface