From 71d450cb35d29cf92debe7c9051ee41d7f32fe8b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 16 Jun 2022 15:31:19 -0400 Subject: [PATCH] [CI:DOCS] Makefile: include cautionary note for rpm target Also add same warning to skopeo.spec.rpkg Signed-off-by: Lokesh Mandvekar --- Makefile | 2 ++ skopeo.spec.rpkg | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index de97ce5d..58ed8d3a 100644 --- a/Makefile +++ b/Makefile @@ -249,5 +249,7 @@ vendor: vendor-in-container: podman run --privileged --rm --env HOME=/root -v $(CURDIR):/src -w /src quay.io/libpod/golang:1.16 $(MAKE) vendor +# CAUTION: This is not a replacement for RPMs provided by your distro. +# Only intended to build and test the latest unreleased changes. rpm: rpkg local diff --git a/skopeo.spec.rpkg b/skopeo.spec.rpkg index c756bda9..6ab6c0d2 100644 --- a/skopeo.spec.rpkg +++ b/skopeo.spec.rpkg @@ -1,5 +1,8 @@ # For automatic rebuilds in COPR +# CAUTION: This is not a replacement for RPMs provided by your distro. +# Only intended to build and test the latest unreleased changes. + # The following tag is to get correct syntax highlighting for this file in vim text editor # vim: syntax=spec