From 350765e79069ec09b115a1bd50544063ade61bef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 14 Jan 2022 13:34:16 -0500 Subject: Add rpkg template for COPR autobuild This commit removes .autocopr/podman.spec in favor of podman.spec.rpkg to account for new recommendations for COPR builds. The build process now enables debug packages and also uses `%gobuild` instead of `make` or `go build` to get the packages as close as possible to Fedora koji builds. https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/message/3JORYRKDWFMJSR35Z4LIKDEXH2T5263H/ [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar --- .autocopr/README | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .autocopr/README (limited to '.autocopr/README') diff --git a/.autocopr/README b/.autocopr/README deleted file mode 100644 index 791fe8262..000000000 --- a/.autocopr/README +++ /dev/null @@ -1,5 +0,0 @@ -Enable COPR: -sudo dnf copr enable rhcontainerbot/podman-next - -Install podman: -sudo dnf install podman -y -- cgit v1.2.3-54-g00ecf