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