From 33b21d2a3657f1da283453f53dde2542c6dd20042df76a2f9fcf20e63cbda590 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 2 Feb 2021 13:17:12 +0000 Subject: [PATCH] fix lua syntax in post section and add group tag OBS-URL: https://build.opensuse.org/package/show/security:tls/crypto-policies?expand=0&rev=4 --- crypto-policies.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crypto-policies.spec b/crypto-policies.spec index 702efe5..c7739b0 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -23,6 +23,7 @@ Version: %{git_date} Release: 0 Summary: System-wide crypto policies License: LGPL-2.1-or-later +Group: Productivity/Networking/Security URL: https://gitlab.com/redhat-crypto/fedora-crypto-policies Source0: fedora-crypto-policies-master.tar.bz2 Source1: README.SUSE @@ -39,7 +40,7 @@ BuildRequires: python3-devel >= 3.6 BuildRequires: perl(File::Copy) BuildRequires: perl(File::Temp) BuildRequires: perl(File::Which) -BuildRequires: perl(File::pushd) +#BuildRequires: perl(File::pushd) Recommends: crypto-policies-scripts Conflicts: gnutls < 3.7.0 #Conflicts: libreswan < 3.28 @@ -137,7 +138,7 @@ if not posix.access("%{_sysconfdir}/crypto-policies/config") then local cfgfn = "%{_sysconfdir}/crypto-policies/back-ends/"..backend..".config" posix.unlink(cfgfn) posix.symlink(policypath.."/"..fn, cfgfn) - fi + end end end