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