commit c95e140e84ad076224cac6baa168080d8da33303
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri May 24 20:55:50 2024 -0500
Workaround package verification error (RFBZ#6944)
jellyfin.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/jellyfin.spec b/jellyfin.spec
index e1db4ae..1b16a76 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -114,13 +114,15 @@ dotnet nuget disable source nuget
%build
# debug nuget signature verification error
-rpm -qf /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
-ls -l /etc/pki/ca-trust/extracted/pem/
-rpm -vV ca-certificates
-grep 'DigiCert Assured ID Root CA' -A23
/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
+#rpm -qf /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
+#ls -l /etc/pki/ca-trust/extracted/pem/
+#rpm -vV ca-certificates
+#grep 'DigiCert Assured ID Root CA' -A23
/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
+#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6944
+export DOTNET_NUGET_SIGNATURE_VERIFICATION=false
mkdir build-server
dotnet publish --configuration Release \
--output="build-server" \