public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/httpd] rawhide: Remove the ssl directory from /var/cache/httpd
Date: Mon, 21 Sep 2026 14:47:31 GMT	[thread overview]
Message-ID: <179000205156.1.3162099485512077939.rpms-httpd-88e5d7f905d8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/httpd
Branch : rawhide
Commit : 88e5d7f905d87a4eea6bfc08781f3f0e3f714bfd
Author : Luboš Uhliarik <luhliari@redhat.com>
Date   : 2026-09-21T13:46:10+02:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/httpd/c/88e5d7f905d87a4eea6bfc08781f3f0e3f714bfd?branch=rawhide

Log:
Remove the ssl directory from /var/cache/httpd

---
diff --git a/httpd.spec b/httpd.spec
index 152fd2f..3638d27 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -29,7 +29,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.68
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: https://httpd.apache.org/
 Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@@ -491,8 +491,7 @@ sed 's,@HTTPDBIN@,%{_sbindir}/httpd,g' $RPM_SOURCE_DIR/apachectl.sh \
 
 # Create cache directory
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/httpd \
-         $RPM_BUILD_ROOT%{_localstatedir}/cache/httpd/proxy \
-         $RPM_BUILD_ROOT%{_localstatedir}/cache/httpd/ssl
+         $RPM_BUILD_ROOT%{_localstatedir}/cache/httpd/proxy
 
 # Make the MMN accessible to module packages
 echo %{mmnisa} > $RPM_BUILD_ROOT%{_includedir}/httpd/.mmn
@@ -828,7 +827,6 @@ exit $rv
 %{_libdir}/httpd/modules/mod_ssl.so
 %config(noreplace) %{_sysconfdir}/httpd/conf.modules.d/00-ssl.conf
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/ssl.conf
-%attr(0700,apache,root) %dir %{_localstatedir}/cache/httpd/ssl
 %{_unitdir}/httpd-init.service
 %{_libexecdir}/httpd-ssl-pass-dialog
 %{_libexecdir}/httpd-ssl-gencerts
@@ -864,6 +862,9 @@ exit $rv
 %{_rpmconfigdir}/macros.d/macros.httpd
 
 %changelog
+* Mon Sep 21 2026 Luboš Uhliarik <luhliari@redhat.com> - 2.4.68-8
+- Remove the ssl directory from /var/cache/httpd
+
 * Thu Sep 10 2026 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.68-7
 - Rebuilt for libxml-2.5.4
 

                 reply	other threads:[~2026-09-21 14:47 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=179000205156.1.3162099485512077939.rpms-httpd-88e5d7f905d8@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