public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: - make CA dir readable - the private keys are in private subdir (#584810)
Date: Tue, 09 Jun 2026 12:42:10 GMT	[thread overview]
Message-ID: <178100893005.1.11684495507103980307.rpms-openssl-290d51ec7feb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 290d51ec7feb22d65bf89b3b65c2705e99f72e09
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date   : 2010-05-18T15:34:17+00:00
Stats  : +10/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/290d51ec7feb22d65bf89b3b65c2705e99f72e09?branch=rebase_40beta

Log:
- make CA dir readable - the private keys are in private subdir (#584810)

---
diff --git a/openssl.spec b/openssl.spec
index bae51c1..b011d46 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -295,8 +295,11 @@ pushd  $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc
 mv CA.sh CA
 popd
 
-mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
+mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
 mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private
+mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/certs
+mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/crl
+mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/newcerts
 
 # Ensure the openssl.cnf timestamp is identical across builds to avoid
 # mulitlib conflicts and unnecessary renames on upgrade
@@ -359,6 +362,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
 %{_sysconfdir}/pki/tls/misc/CA
 %dir %{_sysconfdir}/pki/CA
 %dir %{_sysconfdir}/pki/CA/private
+%dir %{_sysconfdir}/pki/CA/certs
+%dir %{_sysconfdir}/pki/CA/crl
+%dir %{_sysconfdir}/pki/CA/newcerts
 %{_sysconfdir}/pki/tls/misc/c_*
 %{_sysconfdir}/pki/tls/private
 
@@ -399,6 +405,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue May 18 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-4
+- make CA dir readable - the private keys are in private subdir (#584810)
+
 * Fri Apr  9 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-3
 - a few fixes from upstream CVS
 - move libcrypto to /lib (#559953)

             reply	other threads:[~2026-06-09 12:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-09 12:42  [this message]
2026-06-09 12:42 [rpms/openssl] rebase_40beta: - make CA dir readable - the private keys are in private subdir (#584810) 
2026-06-09 12:42 
2026-06-09 12:42 

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=178100893005.1.11684495507103980307.rpms-openssl-290d51ec7feb@fedoraproject.org \
    --to=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