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>2021-01-21 14:26:11 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-01-21 14:26:11 +0300
commit72d0aa9d3beaee7c2077bec5a43f4ece957a2e51 (patch)
tree48df4d9205bd817f8031937a531b0a43e0a5d0b9
parent322a24950c82f569a73396b5b943bf25bd6862fe (diff)
Now mangling the shebang for `DuplicatiVerify.ps` in RPMs as it is fixed in source.
-rw-r--r--Installer/fedora/duplicati-binary.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/fedora/duplicati-binary.spec b/Installer/fedora/duplicati-binary.spec
index 582936b02..74ebfd2ba 100644
--- a/Installer/fedora/duplicati-binary.spec
+++ b/Installer/fedora/duplicati-binary.spec
@@ -12,7 +12,7 @@
%include %{_topdir}/SOURCES/%{namer}-buildinfo.spec
# The mangler detects executable bits, but `ls` says the files are not executable...
-%global __brp_mangle_shebangs_exclude_from ^(.*/(webroot|licenses)/.*)|(.*\\.(config|bat|txt|ps1|desktop))|(.*/DuplicatiVerify\\.py)$
+%global __brp_mangle_shebangs_exclude_from ^(.*/(webroot|licenses)/.*)|(.*\\.(config|bat|txt|ps1|desktop))$
# Make sure it does not break because we have som arch-dependant libraries bundled
%define _binaries_in_noarch_packages_terminate_build 0