diff --git a/podman.spec b/podman.spec index ab55108bcd90215f5a71860128b63d685d085954..0b388c0eea92ddd502f32378340de213dbc074cf 100644 --- a/podman.spec +++ b/podman.spec @@ -1,6 +1,6 @@ Name: podman Version: 0.10.1 -Release: 3 +Release: 4 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 @@ -141,7 +141,8 @@ Conflicts: docker docker-latest docker-ce docker-ee moby-engine This package installs a script named docker, which emulates the Docker CLI through podman command. %package help -Summary: Help document for the podman package +Summary: Help document for the podman package +Conflicts: docker docker-latest docker-ce docker-ee moby-engine %description help Help document for the podman package @@ -209,6 +210,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* Wed Sep 9 2020 Guoshuai Sun - 1:0.10.1-4 +- Add conflicts with docker-engine for help package + * Thu Mar 12 2020 Ling Yang - 1:0.10.1-3 - Fixed install fail diff --git a/podman.yaml b/podman.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9f95c1c79ea55ce152981eb9a856c04b0359a95c --- /dev/null +++ b/podman.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: containers/libpod +tag_prefix: ^v +seperator: .