We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a997a commit 8c0b89aCopy full SHA for 8c0b89a
Makefile
@@ -394,6 +394,9 @@ serve: venv ## Serve docs locally with mkdocs
394
# RPM packaging
395
# ────────────────────────────────────────────
396
397
+rpm: rpm_prepare rpm_package_source rpm_build_source rpm_build ## Build RPM package
398
+ $(OK) "RPM package built in $(BUILD_DIR)/RPMS/$(ARCH)/"
399
+
400
rpm_prepare:
401
$(INFO) "preparing RPM workspace"
402
rm -rf $(BUILD_DIR)
0 commit comments