From: Alan T. DeKok Date: Thu, 5 Sep 2019 14:23:25 +0000 (-0400) Subject: Revert "Add openssl-perl as a BuildRequires in the Redhat spec file" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d04a254a7c11547bdbbc6ca0db36ca1a48c2e61;p=thirdparty%2Ffreeradius-server.git Revert "Add openssl-perl as a BuildRequires in the Redhat spec file" This reverts commit d7cdb717fc336f68ed8faea7278468c4881c4eae. revert this for now as docker isn't picking up the package. Which then lets us see / fix other potential build failures --- diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index 723e3ea7d70..87184d1fcb7 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -67,9 +67,7 @@ BuildRequires: gdbm-devel %if %{?_with_freeradius_openssl:1}%{!?_with_freeradius_openssl:0} BuildRequires: freeradius-openssl, freeradius-openssl-devel %else -# Need openssl-perl for c_rehash, which is used in tests. We don't currently -# run a test step, but other tooling obtains build requirements from here. -BuildRequires: openssl, openssl-devel, openssl-perl +BuildRequires: openssl, openssl-devel %endif BuildRequires: libcurl-devel