From 221dafe77bb4c00284eedc3b45cd2360a90cec6d Mon Sep 17 00:00:00 2001 From: IsmaelMartinez Date: Tue, 28 May 2024 18:18:22 +0100 Subject: [PATCH] adding --rpm-digest=sha256 to fix RPM insatll on FIPS enabled system (#1276) --- com.github.IsmaelMartinez.teams_for_linux.appdata.xml | 7 +++++++ package.json | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/com.github.IsmaelMartinez.teams_for_linux.appdata.xml b/com.github.IsmaelMartinez.teams_for_linux.appdata.xml index 29c37c7..ae44d16 100644 --- a/com.github.IsmaelMartinez.teams_for_linux.appdata.xml +++ b/com.github.IsmaelMartinez.teams_for_linux.appdata.xml @@ -14,6 +14,13 @@ https://github.com/IsmaelMartinez/teams-for-linux/issues com.github.IsmaelMartinez.teams_for_linux.desktop + + +
    +
  • Adding --rpm-digest=sha256 to fix RPM insatll on FIPS enabled system
  • +
+
+
    diff --git a/package.json b/package.json index 566d31a..66b7a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teams-for-linux", - "version": "1.5.1", + "version": "1.5.2", "main": "app/index.js", "description": "Unofficial client for Microsoft Teams for Linux", "homepage": "https://github.com/IsmaelMartinez/teams-for-linux", @@ -96,7 +96,8 @@ }, "rpm": { "fpm": [ - "--rpm-rpmbuild-define=_build_id_links none" + "--rpm-rpmbuild-define=_build_id_links none", + "--rpm-digest=sha256" ] }, "snap": {