diff --git a/_service b/_service index 968b162..825ecec 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ git podman git.%H -c60d8a0671b48ffdeda68895e0b7d97b252d66d9 +v0.2.1 diff --git a/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz b/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz new file mode 100644 index 0000000..9404d64 --- /dev/null +++ b/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fb5015f3847057411a9687d8e72cea8f4201d5d31c3aa6cb926596789bcbec +size 4691944 diff --git a/podman-git.c60d8a0671b48ffdeda68895e0b7d97b252d66d9.tar.xz b/podman-git.c60d8a0671b48ffdeda68895e0b7d97b252d66d9.tar.xz deleted file mode 100644 index 473a7e3..0000000 --- a/podman-git.c60d8a0671b48ffdeda68895e0b7d97b252d66d9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bccc9b9d505d0d23a6bdf7d1558ddc802be4d4c70adc714f74fc7fef90c866a -size 4619644 diff --git a/podman-rpmlintrc b/podman-rpmlintrc new file mode 100644 index 0000000..9337ae2 --- /dev/null +++ b/podman-rpmlintrc @@ -0,0 +1,3 @@ +addFilter (".* W: explicit-lib-dependency libcontainers-common") +addFilter (".* W: explicit-lib-dependency libcontainers-image") +addFilter (".* W: explicit-lib-dependency libcontainers-storage") diff --git a/podman.changes b/podman.changes index 487f842..4f1c363 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Feb 22 10:25:14 UTC 2018 - vrothberg@suse.com + +- Replace macro by the entire URL in the spec file. + +------------------------------------------------------------------- +Tue Feb 20 14:29:54 UTC 2018 - vrothberg@suse.com + +- Add podman-rpmlintrc to ignore "explicit-lib-dependency" warnings. Those are + intentional as we must include the libcontainers-* packages. + + podman-rpmlintrc + +- Update to podman v0.2.1 (change to semantic version scheme): + * Run podman inside a podman container + * Add FFJSON encoding/decoding for our container structs + * images --all developer note + * Add podman version + * Touch up tutorial location and install reqs + * No registries warning + * Return imageid from podman pull + * Squash logged errors from failed SQL rollbacks + * Privileged containers should inherit host devices + * Disable default Seccomp profile with privileged containers + * Make libpod build on 32-bit systems + * Add buckets for all containers and all pods + * Containers in a pod can only join namespaces in that pod + * Change json to match docker inspect + * Honor ENTRYPOINT in image + * Fix libpod to use given CGroup parent instead of a hardcoded one + * podman logs: fix tailing + * Allow removing pods with running containers if --force is given + * Match podman inspect output to docker inspect + * Touchup podman kill manpage + * Change stop signal default to SIGTERM + * Add podman search command + * sysfs should be mounted rw for privileged + * Need to add LISTEN_PID environment variable to conmon command + * Add authfile, cert-dir and creds params to build + ------------------------------------------------------------------- Fri Feb 9 15:55:16 UTC 2018 - vrothberg@suse.com diff --git a/podman.spec b/podman.spec index 0cb8618..2374f8d 100644 --- a/podman.spec +++ b/podman.spec @@ -17,21 +17,20 @@ %define project github.com/projectatomic/libpod -%define commit c60d8a0671b48ffdeda68895e0b7d97b252d66d9 -# rev_list = git rev-list commit | wc -l -%define rev_list 375 +%define commit 3723cecc33399629408770e44eb363e9ca36fdce # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15 %if 0%{?suse_version} >= 1500 %define with_libostree 1 %endif Name: podman -Version: 0+git%{rev_list} +Version: 0.2.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0 Group: System/Management -URL: https://%{project} +Url: https://github.com/projectatomic/libpod Source0: %{name}-git.%{commit}.tar.xz +Source1: %{name}-rpmlintrc BuildRequires: bash-completion BuildRequires: cni BuildRequires: device-mapper-devel @@ -39,13 +38,13 @@ BuildRequires: fdupes BuildRequires: glib2-devel-static BuildRequires: glibc-devel-static BuildRequires: go-go-md2man -BuildRequires: golang(API) >= 1.7 BuildRequires: golang-packaging BuildRequires: libapparmor-devel BuildRequires: libassuan-devel BuildRequires: libbtrfs-devel BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel +BuildRequires: golang(API) >= 1.7 Requires: cni Requires: cri-o Requires: libcontainers-common