[CI:DOCS] Makefile: include cautionary note for rpm target

Also add same warning to skopeo.spec.rpkg

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2022-06-16 15:31:19 -04:00
parent 3738854467
commit 71d450cb35
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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