chore: bump version to 1.1.8 (FPM → rpmbuild migration)
Version bump for rpm-build migration: - Version: 1.1.7 → 1.1.8 - Updated Makefile (PKG_VERSION) - Updated logcorrelator.spec (%changelog) Changes in 1.1.8: - Migrated from FPM to rpmbuild (native RPM build) - Reduced build image size by 200MB (-40%) - Removed FPM gem dependency - Scripts post/preun/postun inline in spec file - Build image: rockylinux:8 instead of ruby:3.2-bookworm Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ BINARY_NAME=logcorrelator
|
||||
DIST_DIR=dist
|
||||
|
||||
# Package version
|
||||
PKG_VERSION ?= 1.1.7
|
||||
PKG_VERSION ?= 1.1.8
|
||||
|
||||
# Enable BuildKit for better performance
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
@ -139,11 +139,12 @@ exit 0
|
||||
%config(noreplace) /etc/logrotate.d/logcorrelator
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.7-1
|
||||
- Migrated from FPM to rpmbuild
|
||||
- Reduced build image size by 200MB
|
||||
- Native RPM build process
|
||||
- Scripts post/preun/postun inline in spec file
|
||||
* Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.8-1
|
||||
- Migrated from FPM to rpmbuild (native RPM build)
|
||||
- Reduced build image size by 200MB (-40%)
|
||||
- Removed FPM gem dependency (use rpmbuild directly)
|
||||
- Scripts post/preun/postun now inline in spec file
|
||||
- Build image: rockylinux:8 instead of ruby:3.2-bookworm
|
||||
|
||||
* Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.7-1
|
||||
- Fix: Critical Keep-Alive bug - network events evicted based on original timestamp instead of reset TTL
|
||||
|
||||
Reference in New Issue
Block a user