containers-common-0.63.1-3.el10

- remove the ugly installation hack in tests
- Related: RHEL-80817

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-08-12 11:31:46 +02:00
parent 4f0ff89191
commit b3053cc63b
2 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,7 @@
Name: containers-common
Epoch: 5
Version: %{common_version}
Release: 2%{?dist}
Release: 3%{?dist}
License: Apache-2.0
BuildArch: noarch
# for BuildRequires: go-md2man
@ -203,6 +203,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%files extra
%changelog
* Tue Aug 12 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.63.1-3
- remove the ugly installation hack in tests
- Related: RHEL-80817
* Mon Aug 11 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.63.1-2
- update shortnames from Pyxis
- Related: RHEL-80817

View File

@ -16,8 +16,7 @@ prepare:
curl --fail -L https://github.com/bats-core/bats-core/archive/refs/tags/v"$BATS_VERSION".tar.gz | tar -xz
cd bats-core-"$BATS_VERSION"
./install.sh /usr
### FIXME: Delete below dnf install once the build is available in repos
dnf -y install https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-remote-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-tests-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-machine-5.4.0-7.el10.$(arch).rpm
dnf -y install podman podman-remote podman-tests podman-machine
order: 10
provision: