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