release: version 1.0.4 - Build system fixes and cleanup

- Fix RPM package paths in Dockerfile.package (el8, el9, el10 directories)
- Fix Makefile RPM extraction with separate volume mounts
- Remove unused scripts (build.sh, test.sh)
- Remove Python integration tests (not automated in CI)
- Update README.md and architecture.yml for RPM-only packaging
- Remove DEB and el7 references

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:03:48 +01:00
parent 77aded8bb6
commit c228865a48
2 changed files with 11 additions and 3 deletions

View File

@ -21,7 +21,7 @@ SRCS = $(SRC_DIR)/mod_reqin_log.c
MODULE_NAME = mod_reqin_log
# Package version
VERSION ?= 1.0.2
VERSION ?= 1.0.4
.PHONY: all clean install uninstall test package package-deb package-rpm
@ -150,4 +150,4 @@ help:
@echo " CC - C compiler (default: gcc)"
@echo " CFLAGS - Compiler flags (default: -Wall -Wextra -O2)"
@echo " DESTDIR - Installation destination (default: /)"
@echo " VERSION - Package version (default: 1.0.2)"
@echo " VERSION - Package version (default: 1.0.4)"