Commit Graph

4 Commits

Author SHA1 Message Date
Lokesh Mandvekar f9e51e7444
[CI:BUILD] copr: fix el8 builds
Bump containers-common dependency to match with that in
podman.spec.rpkg.

qemu-user-static dependency is now handled in containers-common-extra
itself.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-02-16 16:47:47 +05:30
Lokesh Mandvekar bdb5494784 [CI:BUILD] copr: buildah rpm should depend on containers-common-extra
containers-common now has a new `-extra` subpackage which handles
dependencies common to podman and buildah and also depends on
the main package `containers-common` itself.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-10-17 18:57:14 +05:30
Martin Jackson 1fd5d73f3d Add subid support with BuildRequires and BUILDTAG
[NO NEW TESTS NEEDED]

Signed-off-by: Martin Jackson <martjack@redhat.com>
2022-06-27 08:33:37 -05:00
Lokesh Mandvekar 198b4c360b buildah.spec.rpkg: initial addition
This specfile along with a webhook will trigger auto rpm builds on the
`rhcontainerbot/podman-next` copr after every upstream PR merge.

Useful for those who want to fetch the latest upstream buildah without
having to build from source.

This commit also gets rid of `contrib/rpm/buildah.spec` and
`tests/version.bats`.

Known issue: Currently fails to build for EL8 envs.

[NO NEW TESTS NEEDED]

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-06-21 15:10:28 -04:00