public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dmitry Belyavskiy <beldmit@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl3] rawhide: Remove copying of openssl.cnf to openssl3.cnf
Date: Mon, 08 Jun 2026 11:18:02 GMT	[thread overview]
Message-ID: <178091748294.1.479921949902447498.rpms-openssl3-c15a1d0001f3@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-08 11:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178091748294.1.479921949902447498.rpms-openssl3-c15a1d0001f3@fedoraproject.org \
    --to=beldmit@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox