update redhat rpm lint rules

This commit is contained in:
Matthew Wall committed 2023-12-19 20:19:16 -05:00
1 parent 53ea734778
commit 8606acadac
2 files changed
+12 -2

No files matched your search

+6 -1
View File
@@ -342,7 +342,12 @@ rpm-package-suse15:
check-rpm:
rpmlint -f pkg/rpmlint.$(RPMOS) $(DSTDIR)/$(RPMPKG)
check-redhat:
check-redhat: check-rh8 check-rh9
check-rh8:
make check-rpm RPMOS=el OSREL=8
check-rh9:
make check-rpm RPMOS=el OSREL=9
check-suse: