- 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>
- Define %global spec_version before Version field
- Allows RPM 4.18+ to manage version via macro
- Simplifies version management in spec file
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Replace fpm with rpmbuild for standard RPM packaging
- Add mod_reqin_log.spec file with Version, %install, %files, %changelog
- Use Rocky Linux 9 as package-builder base image
- Extract version automatically from .spec file
- Remove CHANGELOG file (changelog now in .spec)
- Build RPMs for el8, el9, el10 distributions
Verified RPM metadata:
Name: mod_reqin_log
Version: 1.0.2
Release: 1.el8/el9/el10
License: Apache-2.0
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>