release: version 1.0.6

- Default socket path changed to /var/run/logcorrelator/http.sock
- Docker build now uses cache for faster local builds

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:52:50 +01:00
parent e8c57dbf64
commit 395af61497
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%global spec_version 1.0.4
%global spec_version 1.0.6
Name: mod_reqin_log
Version: %{spec_version}
@ -37,6 +37,10 @@ install -m 644 %{_pkgroot}/%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %{buil
%doc %{_docdir}/%{name}
%changelog
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.6
- CONF: Change default socket path to /var/run/logcorrelator/http.sock
- BUILD: Allow Docker cache for RPM builds (remove --no-cache flag)
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.4
- BUILD: Fix RPM package paths in Dockerfile.package (el8, el9, el10 directories)
- BUILD: Fix Makefile RPM extraction with separate volume mounts