diff --git a/podman.spec b/podman.spec index c06f0fc..8e59d0f 100644 --- a/podman.spec +++ b/podman.spec @@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.4.0 -Release: 0.5%{?dist} +Release: 0.6%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -384,6 +384,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Thu Jan 19 2023 Jindrich Novy - 2:4.4.0-0.6 +- add quadlet to tests +- Related: #2124478 + * Wed Jan 18 2023 Jindrich Novy - 2:4.4.0-0.5 - obsolete podman-catatonit in order to not to file conflict with catatonit - Related: #2124478 diff --git a/tests/tests.yml b/tests/tests.yml index 8a81cdb..cd788d4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -12,14 +12,17 @@ package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet - name: podman rootless package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet become: true #- name: podman-remote root #package: podman #environment: # PODMAN: /usr/bin/podman-remote + # QUADLET: /usr/libexec/podman/quadlet