Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2020-08-07 14:15:38 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-08-07 14:15:38 +0300
commit25c1a5b657dc31e224e70f8523f2d4ba3ea3a955 (patch)
treeb1f45fcd72e3fe218c2e9f74b495b197d06daca3 /Installer
parent160bd8b8cd8bf5c24d5b0a4127466aba9ee049a5 (diff)
Fixed breaking RPM builds due to bundled binaries
Diffstat (limited to 'Installer')
-rw-r--r--Installer/fedora/duplicati-binary.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/Installer/fedora/duplicati-binary.spec b/Installer/fedora/duplicati-binary.spec
index 919c66283..9b4dc58cb 100644
--- a/Installer/fedora/duplicati-binary.spec
+++ b/Installer/fedora/duplicati-binary.spec
@@ -11,6 +11,9 @@
# Then load overrides
%include %{_topdir}/SOURCES/%{namer}-buildinfo.spec
+# Make sure it does not break because we have som arch-dependant libraries bundled
+%define _binaries_in_noarch_packages_terminate_build 0
+
Name: %{namer}
Version: %{_buildversion}
Release: %{_buildtag}