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": {