289b46ab85
A BuildRequires on systemd should be added as specified in the Fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:Systemd It's likely that something in the dependency chain was implicitly pulling in the systemd RPM, but that's not the case at the moment.
1340 lines
54 KiB
RPMSpec
1340 lines
54 KiB
RPMSpec
%{?python_enable_dependency_generator}
|
|
%global with_devel 0
|
|
%global with_bundled 1
|
|
%global with_debug 1
|
|
%global with_check 0
|
|
%global with_unit_test 0
|
|
|
|
%if 0%{?fedora} >= 28
|
|
%bcond_without varlink
|
|
%define gogenerate go generate
|
|
%else
|
|
%bcond_with varlink
|
|
%endif
|
|
|
|
%if 0%{?with_debug}
|
|
%global _find_debuginfo_dwz_opts %{nil}
|
|
%global _dwz_low_mem_die_limit 0
|
|
%else
|
|
%global debug_package %{nil}
|
|
%endif
|
|
|
|
%global provider github
|
|
%global provider_tld com
|
|
%global project containers
|
|
%global repo libpod
|
|
# https://github.com/containers/libpod
|
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
|
%global import_path %{provider_prefix}
|
|
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
|
%global commit0 ac523cbe2b257e13c7b3b823c8de83e44052ffaf
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global import_path_conmon github.com/kubernetes-sigs/cri-o
|
|
%global git_conmon https://%{import_path_conmon}
|
|
%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5
|
|
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
|
|
|
Name: podman
|
|
# Epoch is 2 for f30 (rawhide), 1 for f28 and f29
|
|
# BEWARE while using on other distros
|
|
%if 0%{?fedora} >= 30
|
|
Epoch: 2
|
|
%else
|
|
Epoch: 1
|
|
%endif
|
|
Version: 1.2.0
|
|
Release: 20.dev.git%{shortcommit0}%{?dist}
|
|
Summary: Manage Pods, Containers and Container Images
|
|
License: ASL 2.0
|
|
URL: https://podman.io/
|
|
Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz
|
|
Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz
|
|
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
|
#ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}}
|
|
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
|
|
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
|
BuildRequires: btrfs-progs-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: glibc-static
|
|
BuildRequires: git
|
|
BuildRequires: go-md2man
|
|
BuildRequires: gpgme-devel
|
|
BuildRequires: libassuan-devel
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libseccomp-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: ostree-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: make
|
|
BuildRequires: systemd
|
|
Requires: runc >= 2:1.0.0-57
|
|
Requires: containers-common
|
|
Requires: containernetworking-plugins >= 0.7.3-2
|
|
Requires: iptables
|
|
Requires: nftables
|
|
# #1686813 - conmon hasn't been made independent yet
|
|
#Requires: conmon
|
|
Recommends: container-selinux
|
|
Recommends: slirp4netns >= 0.3-0
|
|
%if 0%{?fedora} > 28
|
|
Recommends: fuse-overlayfs
|
|
%endif
|
|
|
|
# vendored libraries
|
|
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
|
|
# [thanks to Carl George <carl@george.computer> for containerd.spec]
|
|
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
|
|
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
|
|
Provides: bundled(golang(github.com/boltdb/bolt)) = master
|
|
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
|
|
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
|
|
Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0
|
|
Provides: bundled(golang(github.com/containerd/continuity)) = master
|
|
#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1
|
|
Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1
|
|
Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916
|
|
Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee
|
|
Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641
|
|
Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1
|
|
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
|
|
Provides: bundled(golang(github.com/cri-o/ocicni)) = master
|
|
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
|
|
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
|
|
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
|
|
Provides: bundled(golang(github.com/docker/docker)) = 86f080cff0914e9694068ed78d503701667c4c00
|
|
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
|
|
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
|
|
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
|
|
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
|
|
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
|
|
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
|
|
Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1
|
|
Provides: bundled(golang(github.com/fsouza/go-dockerclient)) = master
|
|
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
|
|
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
|
|
Provides: bundled(golang(github.com/gogo/protobuf)) = c0656edd0d9eab7c66d1eb0c568f9039345796f7
|
|
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
|
|
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
|
|
Provides: bundled(golang(github.com/golang/protobuf)) = 4bd1920723d7b7c925de087aa32e2187708897f7
|
|
Provides: bundled(golang(github.com/googleapis/gnostic)) = 0c5108395e2debce0d731cf0287ddf7242066aba
|
|
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
|
|
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
|
|
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
|
|
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
|
|
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
|
|
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
|
|
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
|
|
Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0
|
|
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
|
|
Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65
|
|
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
|
|
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
|
|
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
|
|
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
|
|
Provides: bundled(golang(github.com/mrunalp/fileutils)) = master
|
|
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
|
|
Provides: bundled(golang(github.com/Nvveen/Gotty)) = master
|
|
#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
|
|
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
|
|
Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de
|
|
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce
|
|
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master
|
|
Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a
|
|
Provides: bundled(golang(github.com/openshift/imagebuilder)) = master
|
|
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
|
|
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
|
|
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
|
|
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
|
|
Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959
|
|
Provides: bundled(golang(github.com/seccomp/containers-golang)) = master
|
|
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
|
|
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
|
|
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
|
|
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
|
|
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
|
|
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
|
|
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4
|
|
Provides: bundled(golang(github.com/ulule/deepcopier)) = master
|
|
Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920
|
|
Provides: bundled(golang(github.com/varlink/go)) = master
|
|
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
|
|
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
|
|
Provides: bundled(golang(github.com/vishvananda/netns)) = master
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
|
|
Provides: bundled(golang(golang.org/x/crypto)) = 81e90905daefcd6fd217b62423c0908922eadb30
|
|
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
|
|
Provides: bundled(golang(golang.org/x/sys)) = master
|
|
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
|
|
Provides: bundled(golang(golang.org/x/time)) = f51c12702a4d776e4c1fa9b0fabab841babae631
|
|
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
|
|
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
|
|
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
|
|
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
|
|
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.1.3
|
|
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
|
|
Provides: bundled(golang(k8s.io/api)) = 5ce4aa0bf2f097f6021127b3d879eeda82026be8
|
|
Provides: bundled(golang(k8s.io/apiextensions-apiserver)) = 1b31e26d82f1ec2e945c560790e98f34bb5f2e63
|
|
Provides: bundled(golang(k8s.io/apimachinery)) = 616b23029fa3dc3e0ccefd47963f5651a6543d94
|
|
Provides: bundled(golang(k8s.io/apiserver)) = 4d1163080139f1f9094baf8a3a6099e85e1867f6
|
|
Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e
|
|
Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9
|
|
Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e
|
|
|
|
%description
|
|
%{summary}
|
|
%{repo} provides a library for applications looking to use
|
|
the Container Pod concept popularized by Kubernetes.
|
|
|
|
%package docker
|
|
Summary: Emulate Docker CLI using podman
|
|
BuildArch: noarch
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
Conflicts: docker
|
|
Conflicts: docker-latest
|
|
Conflicts: docker-ce
|
|
Conflicts: docker-ee
|
|
Conflicts: moby-engine
|
|
|
|
%description docker
|
|
This package installs a script named docker that emulates the Docker CLI by
|
|
executes podman commands, it also creates links between all Docker CLI man
|
|
pages and podman.
|
|
|
|
%if 0%{?with_devel}
|
|
%package devel
|
|
Summary: Library for applications looking to use Container Pods
|
|
BuildArch: noarch
|
|
Provides: %{repo}-devel = %{epoch}:%{version}-%{release}
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
BuildRequires: golang(github.com/BurntSushi/toml)
|
|
BuildRequires: golang(github.com/containerd/cgroups)
|
|
BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns)
|
|
BuildRequires: golang(github.com/containers/image/copy)
|
|
BuildRequires: golang(github.com/containers/image/directory)
|
|
BuildRequires: golang(github.com/containers/image/docker)
|
|
BuildRequires: golang(github.com/containers/image/docker/archive)
|
|
BuildRequires: golang(github.com/containers/image/docker/reference)
|
|
BuildRequires: golang(github.com/containers/image/docker/tarfile)
|
|
BuildRequires: golang(github.com/containers/image/image)
|
|
BuildRequires: golang(github.com/containers/image/oci/archive)
|
|
BuildRequires: golang(github.com/containers/image/pkg/strslice)
|
|
BuildRequires: golang(github.com/containers/image/pkg/sysregistries)
|
|
BuildRequires: golang(github.com/containers/image/signature)
|
|
BuildRequires: golang(github.com/containers/image/storage)
|
|
BuildRequires: golang(github.com/containers/image/tarball)
|
|
BuildRequires: golang(github.com/containers/image/transports/alltransports)
|
|
BuildRequires: golang(github.com/containers/image/types)
|
|
BuildRequires: golang(github.com/containers/storage)
|
|
BuildRequires: golang(github.com/containers/storage/pkg/archive)
|
|
BuildRequires: golang(github.com/containers/storage/pkg/idtools)
|
|
BuildRequires: golang(github.com/containers/storage/pkg/reexec)
|
|
BuildRequires: golang(github.com/coreos/go-systemd/dbus)
|
|
BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni)
|
|
BuildRequires: golang(github.com/docker/distribution/reference)
|
|
BuildRequires: golang(github.com/docker/docker/daemon/caps)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/mount)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/stringid)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/system)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/term)
|
|
BuildRequires: golang(github.com/docker/docker/pkg/truncindex)
|
|
BuildRequires: golang(github.com/ghodss/yaml)
|
|
BuildRequires: golang(github.com/godbus/dbus)
|
|
BuildRequires: golang(github.com/mattn/go-sqlite3)
|
|
BuildRequires: golang(github.com/mrunalp/fileutils)
|
|
BuildRequires: golang(github.com/opencontainers/go-digest)
|
|
BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1)
|
|
BuildRequires: golang(github.com/opencontainers/runc/libcontainer)
|
|
BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go)
|
|
BuildRequires: golang(github.com/opencontainers/runtime-tools/generate)
|
|
BuildRequires: golang(github.com/opencontainers/selinux/go-selinux)
|
|
BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label)
|
|
BuildRequires: golang(github.com/pkg/errors)
|
|
BuildRequires: golang(github.com/sirupsen/logrus)
|
|
BuildRequires: golang(github.com/ulule/deepcopier)
|
|
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
|
BuildRequires: golang(golang.org/x/sys/unix)
|
|
BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait)
|
|
BuildRequires: golang(k8s.io/client-go/tools/remotecommand)
|
|
BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container)
|
|
%endif
|
|
|
|
Requires: golang(github.com/BurntSushi/toml)
|
|
Requires: golang(github.com/containerd/cgroups)
|
|
Requires: golang(github.com/containernetworking/plugins/pkg/ns)
|
|
Requires: golang(github.com/containers/image/copy)
|
|
Requires: golang(github.com/containers/image/directory)
|
|
Requires: golang(github.com/containers/image/docker)
|
|
Requires: golang(github.com/containers/image/docker/archive)
|
|
Requires: golang(github.com/containers/image/docker/reference)
|
|
Requires: golang(github.com/containers/image/docker/tarfile)
|
|
Requires: golang(github.com/containers/image/image)
|
|
Requires: golang(github.com/containers/image/oci/archive)
|
|
Requires: golang(github.com/containers/image/pkg/strslice)
|
|
Requires: golang(github.com/containers/image/pkg/sysregistries)
|
|
Requires: golang(github.com/containers/image/signature)
|
|
Requires: golang(github.com/containers/image/storage)
|
|
Requires: golang(github.com/containers/image/tarball)
|
|
Requires: golang(github.com/containers/image/transports/alltransports)
|
|
Requires: golang(github.com/containers/image/types)
|
|
Requires: golang(github.com/containers/storage)
|
|
Requires: golang(github.com/containers/storage/pkg/archive)
|
|
Requires: golang(github.com/containers/storage/pkg/idtools)
|
|
Requires: golang(github.com/containers/storage/pkg/reexec)
|
|
Requires: golang(github.com/coreos/go-systemd/dbus)
|
|
Requires: golang(github.com/cri-o/ocicni/pkg/ocicni)
|
|
Requires: golang(github.com/docker/distribution/reference)
|
|
Requires: golang(github.com/docker/docker/daemon/caps)
|
|
Requires: golang(github.com/docker/docker/pkg/mount)
|
|
Requires: golang(github.com/docker/docker/pkg/namesgenerator)
|
|
Requires: golang(github.com/docker/docker/pkg/stringid)
|
|
Requires: golang(github.com/docker/docker/pkg/system)
|
|
Requires: golang(github.com/docker/docker/pkg/term)
|
|
Requires: golang(github.com/docker/docker/pkg/truncindex)
|
|
Requires: golang(github.com/ghodss/yaml)
|
|
Requires: golang(github.com/godbus/dbus)
|
|
Requires: golang(github.com/mattn/go-sqlite3)
|
|
Requires: golang(github.com/mrunalp/fileutils)
|
|
Requires: golang(github.com/opencontainers/go-digest)
|
|
Requires: golang(github.com/opencontainers/image-spec/specs-go/v1)
|
|
Requires: golang(github.com/opencontainers/runc/libcontainer)
|
|
Requires: golang(github.com/opencontainers/runtime-spec/specs-go)
|
|
Requires: golang(github.com/opencontainers/runtime-tools/generate)
|
|
Requires: golang(github.com/opencontainers/selinux/go-selinux)
|
|
Requires: golang(github.com/opencontainers/selinux/go-selinux/label)
|
|
Requires: golang(github.com/pkg/errors)
|
|
Requires: golang(github.com/sirupsen/logrus)
|
|
Requires: golang(github.com/ulule/deepcopier)
|
|
Requires: golang(golang.org/x/crypto/ssh/terminal)
|
|
Requires: golang(golang.org/x/sys/unix)
|
|
Requires: golang(k8s.io/apimachinery/pkg/util/wait)
|
|
Requires: golang(k8s.io/client-go/tools/remotecommand)
|
|
Requires: golang(k8s.io/kubernetes/pkg/kubelet/container)
|
|
|
|
Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release}
|
|
Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release}
|
|
|
|
%description -n libpod-devel
|
|
%{summary}
|
|
|
|
This package contains library source intended for
|
|
building other packages which use import path with
|
|
%{import_path} prefix.
|
|
%endif
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
%package unit-test-devel
|
|
Summary: Unit tests for %{name} package
|
|
%if 0%{?with_check}
|
|
#Here comes all BuildRequires: PACKAGE the unit tests
|
|
#in %%check section need for running
|
|
%endif
|
|
|
|
# test subpackage tests code from devel subpackage
|
|
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
BuildRequires: golang(github.com/stretchr/testify/assert)
|
|
BuildRequires: golang(github.com/urfave/cli)
|
|
%endif
|
|
|
|
Requires: golang(github.com/stretchr/testify/assert)
|
|
Requires: golang(github.com/urfave/cli)
|
|
|
|
%description unit-test-devel
|
|
%{summary}
|
|
libpod provides a library for applications looking to use the Container Pod concept popularized by Kubernetes.
|
|
|
|
This package contains unit tests for project
|
|
providing packages with %{import_path} prefix.
|
|
%endif
|
|
|
|
%package tests
|
|
Summary: Tests for %{name}
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
Requires: bats
|
|
Requires: jq
|
|
|
|
%description tests
|
|
%{summary}
|
|
|
|
This package contains system tests for %{name}
|
|
|
|
%prep
|
|
%autosetup -Sgit -n %{repo}-%{commit0}
|
|
|
|
# untar cri-o
|
|
tar zxf %{SOURCE1}
|
|
|
|
%build
|
|
mkdir _build
|
|
pushd _build
|
|
mkdir -p src/%{provider}.%{provider_tld}/%{project}
|
|
ln -s ../../../../ src/%{import_path}
|
|
popd
|
|
ln -s vendor src
|
|
export GOPATH=$(pwd)/_build:$(pwd)
|
|
export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)"
|
|
%gogenerate ./cmd/%{name}/varlink/...
|
|
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
|
|
|
|
# build conmon
|
|
pushd cri-o-%{commit_conmon}
|
|
mkdir _output
|
|
pushd _output
|
|
mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers}
|
|
ln -s $(dirs +1 -l) src/%{import_path_conmon}
|
|
popd
|
|
ln -s vendor src
|
|
export GOPATH=$(pwd)/_output:$(pwd)
|
|
export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub"
|
|
BUILDTAGS=$BUILDTAGS make -C conmon
|
|
popd
|
|
|
|
%install
|
|
install -dp %{buildroot}%{_unitdir}
|
|
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
|
|
install.bin \
|
|
install.man \
|
|
install.cni \
|
|
install.systemd \
|
|
install.completions \
|
|
install.docker
|
|
|
|
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
|
|
|
|
# install libpod.conf
|
|
install -dp %{buildroot}%{_datadir}/containers
|
|
install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
|
|
|
|
# install conmon
|
|
install -dp %{buildroot}%{_libexecdir}/%{name}
|
|
install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
# source codes for building projects
|
|
%if 0%{?with_devel}
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
|
|
# find all *.go but no *_test.go files and generate devel.file-list
|
|
for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do
|
|
dirprefix=$(dirname $file)
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
dirprefix=$(dirname $dirprefix)
|
|
done
|
|
done
|
|
%endif
|
|
|
|
# testing files for this project
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
# find all *_test.go files and generate unit-test-devel.file-list
|
|
for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do
|
|
dirprefix=$(dirname $file)
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
dirprefix=$(dirname $dirprefix)
|
|
done
|
|
done
|
|
%endif
|
|
|
|
%if 0%{?with_devel}
|
|
sort -u -o devel.file-list devel.file-list
|
|
%endif
|
|
|
|
%check
|
|
%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
|
|
%if ! 0%{?with_bundled}
|
|
export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|
%else
|
|
# Since we aren't packaging up the vendor directory we need to link
|
|
# back to it somehow. Hack it up so that we can add the vendor
|
|
# directory from BUILD dir as a gopath to be searched when executing
|
|
# tests from the BUILDROOT dir.
|
|
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
%endif
|
|
|
|
%if ! 0%{?gotest:1}
|
|
%global gotest go test
|
|
%endif
|
|
|
|
%gotest %{import_path}/cmd/%{name}
|
|
%gotest %{import_path}/libkpod
|
|
%gotest %{import_path}/libpod
|
|
%gotest %{import_path}/pkg/registrar
|
|
%endif
|
|
|
|
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
|
|
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|
|
|
#define license tag if not already defined
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/podman*.1*
|
|
%{_mandir}/man5/*.5*
|
|
%{_datadir}/bash-completion/completions/*
|
|
# By "owning" the site-functions dir, we don't need to Require zsh
|
|
%{_datadir}/zsh/site-functions
|
|
%{_datadir}/zsh/site-functions/*
|
|
%{_libexecdir}/%{name}/conmon
|
|
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
|
|
%{_datadir}/containers/%{repo}.conf
|
|
%{_unitdir}/io.%{name}.service
|
|
%{_unitdir}/io.%{name}.socket
|
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
|
|
|
%files docker
|
|
%{_bindir}/docker
|
|
%{_mandir}/man1/docker*.1*
|
|
|
|
%if 0%{?with_devel}
|
|
%files -n libpod-devel -f devel.file-list
|
|
%license LICENSE
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
|
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
|
%endif
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
%files unit-test-devel -f unit-test-devel.file-list
|
|
%license LICENSE
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
|
%endif
|
|
|
|
%triggerpostun -- %{name} < 1.1
|
|
podman system renumber
|
|
exit 0
|
|
|
|
%files tests
|
|
%license LICENSE
|
|
%{_datadir}/%{name}/test
|
|
|
|
%changelog
|
|
* Tue Mar 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-20.dev.gitac523cb
|
|
- autobuilt ac523cb
|
|
|
|
* Mon Mar 18 2019 Eduardo Santiago <santiago@redhat.com> - 2:1.2.0-19.dev.git6aa8078
|
|
- include zsh completion
|
|
|
|
* Fri Mar 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-18.dev.git31f11a8
|
|
- autobuilt 31f11a8
|
|
|
|
* Thu Mar 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-17.dev.git7426d4f
|
|
- autobuilt 7426d4f
|
|
|
|
* Wed Mar 13 2019 Eduardo Santiago <santiago@redhat.com> - 2:1.2.0-16.dev.git883566f
|
|
- new -tests subpackage
|
|
|
|
* Wed Mar 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-15.dev.git883566f
|
|
- autobuilt 883566f
|
|
|
|
* Tue Mar 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-14.dev.gitde0192a
|
|
- autobuilt de0192a
|
|
|
|
* Sun Mar 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-13.dev.gitd95f97a
|
|
- autobuilt d95f97a
|
|
|
|
* Sat Mar 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-12.dev.git9b21f14
|
|
- autobuilt 9b21f14
|
|
|
|
* Fri Mar 08 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.2.0-11.dev.git1b2f867
|
|
- Resolves: #1686813 - conmon bundled inside podman rpm
|
|
|
|
* Fri Mar 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-10.dev.git1b2f867
|
|
- autobuilt 1b2f867
|
|
|
|
* Thu Mar 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-9.dev.git614409f
|
|
- autobuilt 614409f
|
|
|
|
* Wed Mar 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-8.dev.git40f7843
|
|
- autobuilt 40f7843
|
|
|
|
* Tue Mar 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-7.dev.git4b80517
|
|
- autobuilt 4b80517
|
|
|
|
* Mon Mar 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-6.dev.gitf3a3d8e
|
|
- autobuilt f3a3d8e
|
|
|
|
* Sat Mar 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-5.dev.git9adcda7
|
|
- autobuilt 9adcda7
|
|
|
|
* Fri Mar 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-4.dev.git9137315
|
|
- autobuilt 9137315
|
|
|
|
* Thu Feb 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-3.dev.git5afae0b
|
|
- autobuilt 5afae0b
|
|
|
|
* Wed Feb 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-2.dev.git623fcfa
|
|
- bump to 1.2.0
|
|
- autobuilt 623fcfa
|
|
|
|
* Tue Feb 26 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2:1.0.1-39.dev.gitcf52144
|
|
* Tue Feb 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-38.dev.gitcf52144
|
|
- autobuilt cf52144
|
|
|
|
* Mon Feb 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-37.dev.git553ac80
|
|
- autobuilt 553ac80
|
|
|
|
* Sun Feb 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-36.dev.gitcc4addd
|
|
- autobuilt cc4addd
|
|
|
|
* Sat Feb 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-35.dev.gitb223d4e
|
|
- autobuilt b223d4e
|
|
|
|
* Fri Feb 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-34.dev.git1788add
|
|
- autobuilt 1788add
|
|
|
|
* Thu Feb 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-33.dev.git4934bf2
|
|
- autobuilt 4934bf2
|
|
|
|
* Wed Feb 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-32.dev.git3b88c73
|
|
- autobuilt 3b88c73
|
|
|
|
* Tue Feb 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-31.dev.git228d1cb
|
|
- autobuilt 228d1cb
|
|
|
|
* Mon Feb 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-30.dev.git3f32eae
|
|
- autobuilt 3f32eae
|
|
|
|
* Sun Feb 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-29.dev.git1cb16bd
|
|
- autobuilt 1cb16bd
|
|
|
|
* Sat Feb 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-28.dev.git0a521e1
|
|
- autobuilt 0a521e1
|
|
|
|
* Fri Feb 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-27.dev.git81ace5c
|
|
- autobuilt 81ace5c
|
|
|
|
* Thu Feb 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-26.dev.gitdfc64e1
|
|
- autobuilt dfc64e1
|
|
|
|
* Wed Feb 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-25.dev.gitee27c39
|
|
- autobuilt ee27c39
|
|
|
|
* Tue Feb 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-24.dev.git8923703
|
|
- autobuilt 8923703
|
|
|
|
* Sun Feb 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-23.dev.gitc86e8f1
|
|
- autobuilt c86e8f1
|
|
|
|
* Sat Feb 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-22.dev.gitafd4d5f
|
|
- autobuilt afd4d5f
|
|
|
|
* Fri Feb 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-21.dev.git962850c
|
|
- autobuilt 962850c
|
|
|
|
* Thu Feb 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-20.dev.gitf250745
|
|
- autobuilt f250745
|
|
|
|
* Wed Feb 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-19.dev.git650e242
|
|
- autobuilt 650e242
|
|
|
|
* Tue Feb 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-18.dev.git778f986
|
|
- autobuilt 778f986
|
|
|
|
* Sun Feb 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-17.dev.gitd5593b8
|
|
- autobuilt d5593b8
|
|
|
|
* Sat Feb 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-16.dev.gite6426af
|
|
- autobuilt e6426af
|
|
|
|
* Fri Feb 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-15.dev.gite97dc8e
|
|
- autobuilt e97dc8e
|
|
|
|
* Thu Jan 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-14.dev.git805c6d9
|
|
- autobuilt 805c6d9
|
|
|
|
* Wed Jan 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-13.dev.gitad5579e
|
|
- autobuilt ad5579e
|
|
|
|
* Tue Jan 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-12.dev.gitebe9297
|
|
- autobuilt ebe9297
|
|
|
|
* Thu Jan 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-11.dev.gitc9e1f36
|
|
- autobuilt c9e1f36
|
|
|
|
* Wed Jan 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-10.dev.git7838a13
|
|
- autobuilt 7838a13
|
|
|
|
* Tue Jan 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-9.dev.gitec96987
|
|
- autobuilt ec96987
|
|
|
|
* Mon Jan 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-8.dev.gitef2f6f9
|
|
- autobuilt ef2f6f9
|
|
|
|
* Sun Jan 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-7.dev.git579fc0f
|
|
- autobuilt 579fc0f
|
|
|
|
* Sat Jan 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-6.dev.git0d4bfb0
|
|
- autobuilt 0d4bfb0
|
|
|
|
* Fri Jan 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-5.dev.gite3dc660
|
|
- autobuilt e3dc660
|
|
|
|
* Thu Jan 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-4.dev.git0e3264a
|
|
- autobuilt 0e3264a
|
|
|
|
* Wed Jan 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-3.dev.git1b2f752
|
|
- autobuilt 1b2f752
|
|
|
|
* Tue Jan 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-2.dev.git6301f6a
|
|
- bump to 1.0.1
|
|
- autobuilt 6301f6a
|
|
|
|
* Mon Jan 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-3.dev.git140ae25
|
|
- autobuilt 140ae25
|
|
|
|
* Sat Jan 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-2.dev.git5c86efb
|
|
- bump to 0.12.2
|
|
- autobuilt 5c86efb
|
|
|
|
* Fri Jan 11 2019 bbaude <bbaude@redhat.com> - 1:1.0.0-1.dev.git82e8011
|
|
- Upstream 1.0.0 release
|
|
|
|
* Thu Jan 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-27.dev.git0f6535c
|
|
- autobuilt 0f6535c
|
|
|
|
* Wed Jan 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-26.dev.gitc9d63fe
|
|
- autobuilt c9d63fe
|
|
|
|
* Tue Jan 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-25.dev.gitfaa2462
|
|
- autobuilt faa2462
|
|
|
|
* Mon Jan 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-24.dev.gitb83b07c
|
|
- autobuilt b83b07c
|
|
|
|
* Sat Jan 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-23.dev.git4e0c0ec
|
|
- autobuilt 4e0c0ec
|
|
|
|
* Fri Jan 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-22.dev.git9ffd480
|
|
- autobuilt 9ffd480
|
|
|
|
* Thu Jan 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-21.dev.git098c134
|
|
- autobuilt 098c134
|
|
|
|
* Tue Jan 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-20.dev.git7438b7b
|
|
- autobuilt 7438b7b
|
|
|
|
* Sat Dec 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed
|
|
- autobuilt 1aa55ed
|
|
|
|
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d
|
|
- Enable python dependency generator
|
|
|
|
* Tue Dec 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d
|
|
- autobuilt c50332d
|
|
|
|
* Mon Dec 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050
|
|
- autobuilt 8fe3050
|
|
|
|
* Sun Dec 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109
|
|
- autobuilt 792f109
|
|
|
|
* Sat Dec 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6
|
|
- autobuilt fe186c6
|
|
|
|
* Fri Dec 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2
|
|
- autobuilt fa998f2
|
|
|
|
* Thu Dec 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5
|
|
- autobuilt 6b059a5
|
|
|
|
* Wed Dec 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59
|
|
- autobuilt c8eaf59
|
|
|
|
* Tue Dec 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5
|
|
- autobuilt 68414c5
|
|
|
|
* Mon Dec 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-9.dev.gitb21d474
|
|
- autobuilt b21d474
|
|
|
|
* Sat Dec 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-8.dev.gitc086118
|
|
- autobuilt c086118
|
|
|
|
* Fri Dec 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-7.dev.git93b5ccf
|
|
- autobuilt 93b5ccf
|
|
|
|
* Thu Dec 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-6.dev.git508388b
|
|
- autobuilt 508388b
|
|
|
|
* Wed Dec 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-5.dev.git8a3361f
|
|
- autobuilt 8a3361f
|
|
|
|
* Tue Dec 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-4.dev.git235a630
|
|
- autobuilt 235a630
|
|
|
|
* Sat Dec 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-3.dev.git1f547b2
|
|
- autobuilt 1f547b2
|
|
|
|
* Fri Dec 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-2.dev.gita387c72
|
|
- bump to 0.12.2
|
|
- autobuilt a387c72
|
|
|
|
* Thu Dec 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-15.dev.git75b19ca
|
|
- autobuilt 75b19ca
|
|
|
|
* Wed Dec 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-14.dev.git320085a
|
|
- autobuilt 320085a
|
|
|
|
* Tue Dec 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-13.dev.git5f6ad82
|
|
- autobuilt 5f6ad82
|
|
|
|
* Sun Dec 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-12.dev.git41f250c
|
|
- autobuilt 41f250c
|
|
|
|
* Sat Dec 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-11.dev.git6b8f89d
|
|
- autobuilt 6b8f89d
|
|
|
|
* Thu Nov 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-10.dev.git3af62f6
|
|
- autobuilt 3af62f6
|
|
|
|
* Tue Nov 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-9.dev.git3956050
|
|
- autobuilt 3956050
|
|
|
|
* Mon Nov 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-8.dev.gite3ece3b
|
|
- autobuilt e3ece3b
|
|
|
|
* Sat Nov 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-7.dev.git78604c3
|
|
- autobuilt 78604c3
|
|
|
|
* Thu Nov 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-6.dev.git1fdfeb8
|
|
- autobuilt 1fdfeb8
|
|
|
|
* Wed Nov 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-5.dev.git23feb0d
|
|
- autobuilt 23feb0d
|
|
|
|
* Tue Nov 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-4.dev.gitea928f2
|
|
- autobuilt ea928f2
|
|
|
|
* Sat Nov 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-3.dev.gitcd5742f
|
|
- autobuilt cd5742f
|
|
|
|
* Fri Nov 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-2.dev.git236408b
|
|
- autobuilt 236408b
|
|
|
|
* Wed Nov 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:0.11.2-1.dev.git97bded4
|
|
- bump epoch cause previous version was messed up
|
|
- built 97bded4
|
|
|
|
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git79657161
|
|
- bump to 0.11.2
|
|
- autobuilt 7965716
|
|
|
|
* Sat Nov 10 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.11.20.11.2-2.dev.git78e6d8e1
|
|
- Remove dirty flag from podman version
|
|
|
|
|
|
* Sat Nov 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1
|
|
- bump to 0.11.2
|
|
- autobuilt 78e6d8e
|
|
|
|
* Fri Nov 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61
|
|
- bump to 0.11.2
|
|
- autobuilt f5473c6
|
|
|
|
* Thu Nov 08 2018 baude <bbaude@redhat.com> - 1:0.11.1-1.dev.gita4adfe5
|
|
- Upstream 0.11.1-1
|
|
|
|
* Thu Nov 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-3.dev.git672f572
|
|
- autobuilt 672f572
|
|
|
|
* Wed Nov 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-2.dev.gite9f8aed
|
|
- autobuilt e9f8aed
|
|
|
|
* Sun Oct 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.2-1.dev.git4955572
|
|
- Resolves: #1643744 - build podman with ostree support
|
|
- bump to v0.10.2
|
|
- built commit 4955572
|
|
|
|
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-3.dev.gitdb08685
|
|
- consistent epoch:version-release in changelog
|
|
|
|
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-2.dev.gitdb08685
|
|
- correct epoch mentions
|
|
|
|
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-1.dev.gitdb08685
|
|
- bump to v0.10.1.3
|
|
|
|
* Thu Oct 11 2018 baude <bbaude@redhat.com> - 1:0.10.1-1.gitda5c894
|
|
- Upstream v0.10.1 release
|
|
|
|
* Fri Sep 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-3.dev.gite7e81e6
|
|
- built libpod commit e7e81e6
|
|
- built conmon from cri-o commit 2cbe48b
|
|
|
|
* Tue Sep 25 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.9.4-2.dev.gitaf791f3
|
|
- Fix required version of runc
|
|
|
|
* Mon Sep 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-1.dev.gitaf791f3
|
|
- bump to v0.9.4
|
|
- built af791f3
|
|
|
|
* Wed Sep 19 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.3-2.dev.gitc3a0874
|
|
- autobuilt c3a0874
|
|
|
|
* Mon Sep 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.3-1.dev.git28a2bf8
|
|
- bump to v0.9.3
|
|
- built commit 28a2bf82
|
|
|
|
* Tue Sep 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.1.1-1.dev.git95dbcad
|
|
- bump to v0.9.1.1
|
|
- built commit 95dbcad
|
|
|
|
* Tue Sep 11 2018 baude <bbaude@redhat.com> - 1:0.9.1-1.dev.git123de30
|
|
- Upstream release of 0.9.1
|
|
- Do not build with devicemapper
|
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-5.git65c31d4
|
|
- Fix required version of runc
|
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-4.dev.git65c31d4
|
|
- Fix rpm -qi podman to show the correct URL
|
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-3.dev.git65c31d4
|
|
- Fix required version of runc
|
|
|
|
* Mon Sep 3 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-2.dev.git65c31d4
|
|
- Add a specific version of runc or later to require
|
|
|
|
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.5-1.dev.git65c31d4
|
|
- bump to v0.8.5-dev
|
|
- built commit 65c31d4
|
|
- correct min dep on containernetworking-plugins for upgrade from
|
|
containernetworking-cni
|
|
|
|
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-4.dev.git3d55721f
|
|
- Resolves: #1619411 - python3-podman should require python3-psutil
|
|
- podman-docker should conflict with moby-engine
|
|
- require nftables
|
|
- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18)
|
|
|
|
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.3-3.dev.git3d55721f
|
|
- Add podman-docker support
|
|
- Force cgroupfs for non root podman
|
|
|
|
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-2.dev.git3d55721f
|
|
- Requires: conmon
|
|
- use default %%gobuild
|
|
|
|
* Sat Aug 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-1.dev.git3d55721f
|
|
- bump to v0.8.3-dev
|
|
- built commit 3d55721f
|
|
- bump Epoch to 1, cause my autobuilder messed up earlier
|
|
|
|
* Wed Aug 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f91
|
|
- bump to 0.8.1
|
|
- autobuilt 1a439f9
|
|
|
|
* Tue Jul 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901
|
|
- bump to 0.8.1
|
|
- autobuilt 5a4e590
|
|
|
|
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51
|
|
- bump to 0.8.1
|
|
- autobuilt 433cbd5
|
|
|
|
* Sat Jul 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1
|
|
- bump to 0.8.1
|
|
- autobuilt 87d8edb
|
|
|
|
* Fri Jul 27 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-7.dev.git3dd577e
|
|
- fix python package version
|
|
|
|
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.4-6.dev.git3dd577e
|
|
- Rebuild for new binutils
|
|
|
|
* Fri Jul 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-5.dev.git3dd577e
|
|
- autobuilt 3dd577e
|
|
|
|
* Thu Jul 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-4.dev.git9c806a4
|
|
- autobuilt 9c806a4
|
|
|
|
* Wed Jul 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-3.dev.gitc90b740
|
|
- autobuilt c90b740
|
|
|
|
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-2.dev.git9a18681
|
|
- pypodman package exists only if varlink
|
|
|
|
* Mon Jul 23 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-1.dev.git9a18681
|
|
- bump to v0.7.4-dev
|
|
- built commit 9a18681
|
|
|
|
* Mon Jul 23 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.dev.git06c546e
|
|
- Add Reccommeds container-selinux
|
|
|
|
* Sun Jul 15 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-1.dev.git06c546e
|
|
- built commit 06c546e
|
|
|
|
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-10.dev.git86154b6
|
|
- Add install of pypodman
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-9.dev.git86154b6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Thu Jul 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-8.dev.git86154b6
|
|
- autobuilt 86154b6
|
|
|
|
* Wed Jul 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-7.dev.git84cfdb2
|
|
- autobuilt 84cfdb2
|
|
|
|
* Tue Jul 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-6.dev.git4f9b1ae
|
|
- autobuilt 4f9b1ae
|
|
|
|
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-5.gitc7424b6
|
|
- autobuilt c7424b6
|
|
|
|
* Mon Jul 09 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-4.gitf661e1d
|
|
- Add ostree support
|
|
|
|
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-3.gitf661e1d
|
|
- autobuilt f661e1d
|
|
|
|
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-2.git0660108
|
|
- autobuilt 0660108
|
|
|
|
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-1.gitca6ffbc
|
|
- bump to 0.7.2
|
|
- autobuilt ca6ffbc
|
|
|
|
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-6.git99959e5
|
|
- autobuilt 99959e5
|
|
|
|
* Thu Jul 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-5.gitf2462ca
|
|
- autobuilt f2462ca
|
|
|
|
* Wed Jul 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-4.git6d8fac8
|
|
- autobuilt 6d8fac8
|
|
|
|
* Tue Jul 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-3.git767b3dd
|
|
- autobuilt 767b3dd
|
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-2.gitb96be3a
|
|
- Rebuilt for Python 3.7
|
|
|
|
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-1.gitb96be3a
|
|
- bump to 0.7.1
|
|
- autobuilt b96be3a
|
|
|
|
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-6.gitd61d8a3
|
|
- autobuilt d61d8a3
|
|
|
|
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-5.gitfd12c89
|
|
- autobuilt fd12c89
|
|
|
|
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-4.git56133f7
|
|
- autobuilt 56133f7
|
|
|
|
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-3.git208b9a6
|
|
- autobuilt 208b9a6
|
|
|
|
* Mon Jun 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-2.gite89bbd6
|
|
- autobuilt e89bbd6
|
|
|
|
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-1.git7182339
|
|
- bump to 0.6.5
|
|
- autobuilt 7182339
|
|
|
|
* Fri Jun 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-7.git4bd0f22
|
|
- autobuilt 4bd0f22
|
|
|
|
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-6.git6804fde
|
|
- autobuilt 6804fde
|
|
|
|
* Wed Jun 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-5.gitf228cf7
|
|
- autobuilt f228cf7
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.6.4-4.git5645789
|
|
- Rebuilt for Python 3.7
|
|
|
|
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-3.git5645789
|
|
- autobuilt 5645789
|
|
|
|
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-2.git9e13457
|
|
- autobuilt 9e13457
|
|
|
|
* Sat Jun 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-1.gitb43677c
|
|
- bump to 0.6.4
|
|
- autobuilt b43677c
|
|
|
|
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-6.git6bdf023
|
|
- autobuilt 6bdf023
|
|
|
|
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-5.git65033b5
|
|
- autobuilt 65033b5
|
|
|
|
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-4.git95ea3d4
|
|
- autobuilt 95ea3d4
|
|
|
|
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-3.gitab72130
|
|
- autobuilt ab72130
|
|
|
|
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-2.git1e9e530
|
|
- autobuilt 1e9e530
|
|
|
|
* Sat Jun 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-1.gitb78e7e4
|
|
- bump to 0.6.3
|
|
- autobuilt b78e7e4
|
|
|
|
* Fri Jun 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-7.git1cbce85
|
|
- autobuilt 1cbce85
|
|
|
|
* Thu Jun 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-6.gitb1ebad9
|
|
- autobuilt b1ebad9
|
|
|
|
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-5.git7b2b2bc
|
|
- autobuilt 7b2b2bc
|
|
|
|
* Tue Jun 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-4.git14cf6d2
|
|
- autobuilt 14cf6d2
|
|
|
|
* Mon Jun 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-3.gitcae49fc
|
|
- autobuilt cae49fc
|
|
|
|
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-2.git13f7450
|
|
- autobuilt 13f7450
|
|
|
|
* Sat Jun 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-1.git22e6f11
|
|
- bump to 0.6.2
|
|
- autobuilt 22e6f11
|
|
|
|
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-4.gita9e9fd4
|
|
- autobuilt a9e9fd4
|
|
|
|
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-3.gita127b4f
|
|
- autobuilt a127b4f
|
|
|
|
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-2.git8ee0f2b
|
|
- autobuilt 8ee0f2b
|
|
|
|
* Sat May 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-1.git44d1c1c
|
|
- bump to 0.6.1
|
|
- autobuilt 44d1c1c
|
|
|
|
* Fri May 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-7.gitc54b423
|
|
- make python3-podman the same version as the main package
|
|
- build python3-podman only for fedora >= 28
|
|
|
|
* Fri May 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-6.gitc54b423
|
|
- autobuilt c54b423
|
|
|
|
* Wed May 16 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-5.git624660c
|
|
- built commit 624660c
|
|
- New subapackage: python3-podman
|
|
|
|
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-4.git9fcc475
|
|
- autobuilt 9fcc475
|
|
|
|
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-3.git0613844
|
|
- autobuilt 0613844
|
|
|
|
* Tue May 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-2.git45838b9
|
|
- autobuilt 45838b9
|
|
|
|
* Fri May 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-1.git07253fc
|
|
- bump to v0.5.3
|
|
- built commit 07253fc
|
|
|
|
* Fri May 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-5.gitcc1bad8
|
|
- autobuilt cc1bad8
|
|
|
|
* Wed May 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-4.git2526355
|
|
- autobuilt 2526355
|
|
|
|
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-3.gitfaa8c3e
|
|
- autobuilt faa8c3e
|
|
|
|
* Sun May 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-2.gitfa4705c
|
|
- autobuilt fa4705c
|
|
|
|
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-1.gitbb0e754
|
|
- bump to 0.5.2
|
|
- autobuilt bb0e754
|
|
|
|
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-5.git5ae940a
|
|
- autobuilt 5ae940a
|
|
|
|
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-4.git64dc803
|
|
- autobuilt commit 64dc803
|
|
|
|
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-3.git970eaf0
|
|
- autobuilt commit 970eaf0
|
|
|
|
* Tue May 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-2.git7a0a855
|
|
- autobuilt commit 7a0a855
|
|
|
|
* Sun Apr 29 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.1-1.giteda0fd7
|
|
- reflect version number correctly
|
|
- my builder script error ended up picking the wrong version number previously
|
|
|
|
* Sun Apr 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-5.giteda0fd7
|
|
- autobuilt commit eda0fd7
|
|
|
|
* Sat Apr 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-4.git6774425
|
|
- autobuilt commit 6774425
|
|
|
|
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-3.git39a7a77
|
|
- autobuilt commit 39a7a77
|
|
|
|
* Thu Apr 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-2.git58cb8f7
|
|
- autobuilt commit 58cb8f7
|
|
|
|
* Wed Apr 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de
|
|
- bump to 0.4.2
|
|
- autobuilt commit bef93de
|
|
|
|
* Tue Apr 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.4-1.git398133e
|
|
- use correct version number
|
|
|
|
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-22.git398133e
|
|
- autobuilt commit 398133e
|
|
|
|
* Sun Apr 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-21.gitcf1d884
|
|
- autobuilt commit cf1d884
|
|
|
|
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-20.git9b457e3
|
|
- autobuilt commit 9b457e3
|
|
|
|
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de9.git228732d
|
|
- autobuilt commit 228732d
|
|
|
|
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de8.gitf2658ec
|
|
- autobuilt commit f2658ec
|
|
|
|
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de7.git6a9dbf3
|
|
- autobuilt commit 6a9dbf3
|
|
|
|
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de6.git96d1162
|
|
- autobuilt commit 96d1162
|
|
|
|
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de5.git96d1162
|
|
- autobuilt commit 96d1162
|
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de4.git6c5ebb0
|
|
- autobuilt commit 6c5ebb0
|
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de3.gitfa8442e
|
|
- autobuilt commit fa8442e
|
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de2.gitfa8442e
|
|
- autobuilt commit fa8442e
|
|
|
|
* Sun Apr 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de1.gitfa8442e
|
|
- autobuilt commit fa8442e
|
|
|
|
* Sat Apr 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de0.git62b59df
|
|
- autobuilt commit 62b59df
|
|
|
|
* Fri Apr 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-9.git191da31
|
|
- autobuilt commit 191da31
|
|
|
|
* Thu Apr 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-8.git6f51a5b
|
|
- autobuilt commit 6f51a5b
|
|
|
|
* Wed Apr 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-7.git77a1665
|
|
- autobuilt commit 77a1665
|
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-6.git864b9c0
|
|
- autobuilt commit 864b9c0
|
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-5.git864b9c0
|
|
- autobuilt commit 864b9c0
|
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-4.git998fd2e
|
|
- autobuilt commit 998fd2e
|
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-3.git998fd2e
|
|
- autobuilt commit 998fd2e
|
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.2-2.git998fd2e
|
|
- autobuilt commit 998fd2e
|
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.2-1.gitbef93de.git998fd2e
|
|
- bump to 0.4.2
|
|
- autobuilt commit 998fd2e
|
|
|
|
* Thu Mar 29 2018 baude <bbaude@redhat.com> - 0.3.5-2.gitdb6bf9e3
|
|
- Upstream release 0.3.5
|
|
|
|
* Tue Mar 27 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.5-1.git304bf53
|
|
- built commit 304bf53
|
|
|
|
* Fri Mar 23 2018 baude <bbaude@redhat.com> - 0.3.4-1.git57b403e
|
|
- Upstream release 0.3.4
|
|
|
|
* Fri Mar 16 2018 baude <bbaude@redhat.com> - 0.3.3-2.dev.gitbc358eb
|
|
- Upstream release 0.3.3
|
|
|
|
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
|
|
- built podman commit bc358eb
|
|
- built conmon from cri-o commit 712f3b8
|
|
|
|
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
|
|
- Release 0.3.2-1
|
|
|
|
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
|
|
- Correct RPM version
|
|
|
|
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
|
|
- Release 0.3.1-1
|
|
|
|
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
|
|
- Build on ARMv7 too (Fedora supports containers on that arch too)
|
|
|
|
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
|
|
- Release 0.2.2
|
|
|
|
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
|
|
- Release 0.2.1
|
|
|
|
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
|
|
- Add dep for atomic-registries
|
|
|
|
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
|
|
- Add more 64bit arches
|
|
- Add containernetworking-cni dependancy
|
|
- Add iptables dependancy
|
|
|
|
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
|
|
- Release 0.2
|
|
|
|
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
|
|
- Resolves: #1541554 - first official build
|
|
- built commit 367213a
|
|
|
|
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
|
|
- built commit 0387f69
|
|
|
|
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
|
|
- First package for Fedora
|