Pedro Monreal Gonzalez
9250deebcd
- Relax the crypto-policies requirements for the regression tests - Set OpenSSL 3.0.7 as the default openssl [bsc#1205042] * Rename openssl-1.1.0-no-html.patch to openssl-no-html-docs.patch * Rebase openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch * Package a copy of the original default config file called openssl.cnf and name it as openssl-orig.cnf and warn the user if the files differ. * Add openssl-3-devel as conflicting with libopenssl-1_1-devel * Remove patches: - fix-config-in-tests.patch - openssl-use-versioned-config.patch - Create the openssl ca-certificates directory in case the ca-certificates package is not installed. This directory is required by the nodejs regression tests. [bsc#1207484] - Compute the hmac files for FIPS 140-3 integrity checking of the openssl shared libraries using the brp-50-generate-fips-hmac script. Also computed for the 32bit package. OBS-URL: https://build.opensuse.org/request/show/1062222 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=51
14 lines
643 B
Diff
14 lines
643 B
Diff
Index: openssl-3.0.0-alpha1/Configurations/unix-Makefile.tmpl
|
|
===================================================================
|
|
--- openssl-3.0.0-alpha1.orig/Configurations/unix-Makefile.tmpl 2020-04-23 22:56:27.365853133 +0200
|
|
+++ openssl-3.0.0-alpha1/Configurations/unix-Makefile.tmpl 2020-04-23 22:56:52.474004636 +0200
|
|
@@ -544,7 +544,7 @@ install_sw: install_dev install_engines
|
|
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev
|
|
|
|
-install_docs: install_man_docs install_html_docs
|
|
+install_docs: install_man_docs
|
|
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs
|
|
$(RM) -r $(DESTDIR)$(DOCDIR)
|