public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/httpd] rawhide: Remove the ssl directory from /var/cache/httpd
@ 2026-09-21 14:47 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-21 14:47 UTC (permalink / raw)
  To: git-commits

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
 

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

only message in thread, other threads:[~2026-09-21 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 14:47 [rpms/httpd] rawhide: Remove the ssl directory from /var/cache/httpd 

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