diff --git a/buildah.spec b/buildah.spec index 3ccacc2..32babfb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.33.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -134,6 +134,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Nov 28 2023 Lokesh Mandvekar - 1:1.33.1-2 +- Fix gating issues in tests/tests.yml +- Related: RHEL-2112 + * Sun Nov 19 2023 Jindrich Novy - 1:1.33.1-1 - update to https://github.com/containers/buildah/releases/tag/v1.33.1 - Related: RHEL-2112 diff --git a/tests/tests.yml b/tests/tests.yml index 52afad9..c1a23c9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -14,3 +14,4 @@ BUILDAH_BINARY: /usr/bin/buildah IMGTYPE_BINARY: /usr/bin/buildah-imgtype COPY_BINARY: /usr/bin/buildah-copy + TUTORIAL_BINARY: /usr/bin/buildah-tutorial