Adding all specs needed

This commit is contained in:
2026-04-27 11:01:15 -04:00
parent cf3c8cd005
commit 58e6a94f7f
1025 changed files with 145224 additions and 67 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
FEDORA_BRANCH ?= f43
FEDORA_DIST ?= .fc43
FEDORA_NAMESPACE ?= rpms
LOOKASIDE_BASEURL ?= https://src.fedoraproject.org/repo/pkgs
PYTHON ?= python3
REPO_ROOT := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))/..)
SPEC_REF := $(strip $(if $(spec),$(spec),$(COPR_PACKAGE)))
SPECS_DIR ?= SPECS
.PHONY: srpm
@@ -15,7 +15,7 @@ srpm:
cd "$(REPO_ROOT)" && "$(PYTHON)" ci/copr-distgit-make-srpm.py \
--spec-ref "$(SPEC_REF)" \
--outdir "$(outdir)" \
--branch "$(FEDORA_BRANCH)" \
--specs-dir "$(SPECS_DIR)" \
--dist "$(FEDORA_DIST)" \
--namespace "$(FEDORA_NAMESPACE)" \
--lookaside-baseurl "$(LOOKASIDE_BASEURL)"