public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl3] rawhide: Remove copying of openssl.cnf to openssl3.cnf
@ 2026-06-08 11:18 Dmitry Belyavskiy
  0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-08 11:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl3
Branch : rawhide
Commit : c15a1d0001f35daa9ba13d20bdccf3767542014f
Author : Dmitry Belyavskiy <beldmit@gmail.com>
Date   : 2026-06-08T13:17:52+02:00
Stats  : +1/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl3/c/c15a1d0001f35daa9ba13d20bdccf3767542014f?branch=rawhide

Log:
Remove copying of openssl.cnf to openssl3.cnf

---
diff --git a/openssl3.spec b/openssl3.spec
index b8900e6..c4f03e7 100644
--- a/openssl3.spec
+++ b/openssl3.spec
@@ -484,20 +484,13 @@ install -m644 %{SOURCE9} \
 ##%%dir %%{_sysconfdir}/pki/CA/crl
 ##%%dir %%{_sysconfdir}/pki/CA/newcerts
 
-%pre libs
-# If openssl3.cnf doesn't exist and openssl.cnf does, copy it
-if [ ! -f %{_sysconfdir}/pki/tls/openssl3.cnf ] && [ -f %{_sysconfdir}/pki/tls/openssl.cnf ]; then
-    cp -p %{_sysconfdir}/pki/tls/openssl.cnf %{_sysconfdir}/pki/tls/openssl3.cnf
-    # Comment out the .include /etc/pki/tls/openssl.d line - it is for openssl package
-    sed -i 's|^\(\s*\.include\s\+/etc/pki/tls/openssl\.d\)|#\1|' %{_sysconfdir}/pki/tls/openssl3.cnf
-fi
-
 %ldconfig_scriptlets libs
 
 %changelog
 * Mon Jun 08 2026 Dmitry Belyavskiy <beldmit@gmail.com> - 1:3.5.6-4
 - We don't use include directives in the compat package to avoid interference
   with the upcoming 4.0 release. We use the DEFAULT crypto policy instead.
+- Remove copying of the existing openssl.cnf to openssl3.spec
 
 * Tue Apr 28 2026 Dmitry Belyavskiy <beldmit@gmail.com> - 1:3.5.6-3
 - Adjusted dependencies. Added 'Provides: deprecated()' for all the subpackages

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-08 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 11:18 [rpms/openssl3] rawhide: Remove copying of openssl.cnf to openssl3.cnf Dmitry Belyavskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox