]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl-Crypt-OpenSSL-X509: Fix library permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Mar 2023 09:01:19 +0000 (10:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:40 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm

index 9ab4b1fbe83be595701f53bb7b2a71970cd9c915..415386458af38cd32cc7691135f1afcce7c1f43b 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-Crypt-OpenSSL-X509
 version    = 1.914
-release    = 1
+release    = 2
 thisapp    = Crypt-OpenSSL-X509-%{version}
 
 groups     = Development/Libraries
@@ -33,6 +33,12 @@ build
 
        make_install_targets = \
                pure_install
+
+       install_cmds
+               # Set correct library permissions.
+               find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
+                       -exec chmod 755 {} \;
+       end
 end
 
 packages