release: version 1.0.11 - Preserve config file on upgrade
- PACKAGING: Mark mod_reqin_log.conf as %config(noreplace) - User modifications to config file are now preserved during RPM upgrades Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
%global spec_version 1.0.10
|
||||
%global spec_version 1.0.11
|
||||
|
||||
Name: mod_reqin_log
|
||||
Version: %{spec_version}
|
||||
@ -33,10 +33,17 @@ install -m 644 %{_pkgroot}/%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %{buil
|
||||
|
||||
%files
|
||||
%{_libdir}/httpd/modules/mod_reqin_log.so
|
||||
%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf
|
||||
%doc %{_docdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Mar 02 2026 Developer <dev@example.com> - 1.0.11
|
||||
- PACKAGING: Mark config file as %config(noreplace) to preserve user modifications on upgrade
|
||||
- FIX: Correct JSON string length parameters for query and fragment fields
|
||||
- FIX: Add null-termination after buffer reallocation in dynbuf_append
|
||||
- CHANGE: Remove unparsed_uri, fragment, and content_length fields from JSON output
|
||||
- TEST: Update unit tests to match dynbuf_append fix
|
||||
|
||||
* Mon Mar 02 2026 Developer <dev@example.com> - 1.0.10
|
||||
- FIX: Correct JSON string length parameters for query and fragment fields
|
||||
- FIX: Add null-termination after buffer reallocation in dynbuf_append
|
||||
|
||||
Reference in New Issue
Block a user