4bb4b1
%global with_debug 1
4bb4b1
%global with_check 0
4bb4b1
4bb4b1
%bcond_without varlink
4bb4b1
%global gogenerate go generate
4bb4b1
4bb4b1
%if 0%{?with_debug}
4bb4b1
%global _find_debuginfo_dwz_opts %{nil}
4bb4b1
%global _dwz_low_mem_die_limit 0
4bb4b1
%else
4bb4b1
%global debug_package   %{nil}
4bb4b1
%endif
4bb4b1
4bb4b1
%if 0%{?rhel} > 7 && ! 0%{?fedora}
4bb4b1
%define gobuild(o:) \
4bb4b1
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};
4bb4b1
%endif
4bb4b1
4bb4b1
%global provider github
4bb4b1
%global provider_tld com
4bb4b1
%global project containers
4bb4b1
%global repo libpod
4bb4b1
# https://github.com/containers/libpod
4bb4b1
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
4bb4b1
%global import_path %{provider_prefix}
4bb4b1
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
4bb4b1
%global commit0 5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26
4bb4b1
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
4bb4b1
4bb4b1
Name: podman
4bb4b1
Version: 1.6.4
8a80f5
Release: 12%{?dist}
4bb4b1
Summary: Manage Pods, Containers and Container Images
4bb4b1
License: ASL 2.0
4bb4b1
URL: https://%{name}.io/
4bb4b1
Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz
8a80f5
Patch0: https://patch-diff.githubusercontent.com/raw/containers/storage/pull/497.patch
8a80f5
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1702
8a80f5
# https://github.com/containers/libpod/pull/5096.patch
8a80f5
Patch1: CVE-2020-1702-1801929.patch
8a80f5
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1784950
8a80f5
# backported:  https://patch-diff.githubusercontent.com/raw/containers/buildah/pull/2031.patch
8a80f5
Patch2: podman-1784950.patch
8a80f5
# tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1726
8a80f5
# backported:  https://patch-diff.githubusercontent.com/raw/containers/libpod/pull/5168.patch
8a80f5
Patch3: podman-CVE-2020-1726.patch
8a80f5
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1805212
8a80f5
# backported:  https://github.com/containers/libpod/pull/5348.patch
8a80f5
Patch4: podman-1805212.patch
8a80f5
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1807310
8a80f5
# patch:       https://github.com/containers/libpod/pull/5349.patch
8a80f5
Patch5: podman-1807310.patch
8a80f5
# tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10696
8a80f5
# backported:  https://github.com/containers/buildah/commit/c61925b8936e93a5e900f91b653a846f7ea3a9ed.patch
8a80f5
Patch6: podman-CVE-2020-10696.patch
8a80f5
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1834346
8a80f5
# patch:       https://github.com/containers/libpod/pull/6009.patch
8a80f5
Patch7: podman-1834346.patch
8a80f5
Provides: %{name}-manpages = %{version}-%{release}
8a80f5
Obsoletes: %{name}-manpages < %{version}-%{release}
4bb4b1
BuildRequires: golang >= 1.12.12-4
4bb4b1
BuildRequires: glib2-devel
4bb4b1
BuildRequires: glibc-devel
4bb4b1
BuildRequires: glibc-static
4bb4b1
BuildRequires: git
4bb4b1
BuildRequires: go-md2man
4bb4b1
BuildRequires: gpgme-devel
4bb4b1
BuildRequires: libassuan-devel
4bb4b1
BuildRequires: libgpg-error-devel
4bb4b1
BuildRequires: libseccomp-devel
4bb4b1
BuildRequires: libselinux-devel
4bb4b1
BuildRequires: ostree-devel
4bb4b1
BuildRequires: pkgconfig
4bb4b1
BuildRequires: make
4bb4b1
BuildRequires: systemd
4bb4b1
BuildRequires: systemd-devel
4bb4b1
Requires: containers-common >= 0.1.29-3
4bb4b1
Requires: containernetworking-plugins >= 0.8.1-1
4bb4b1
Requires: iptables
4bb4b1
Requires: nftables
4bb4b1
Requires: libseccomp >= 2.4.1
4bb4b1
Requires: conmon
4bb4b1
Requires: container-selinux
4bb4b1
Requires: slirp4netns >= 0.4.0-1
4bb4b1
Requires: runc >= 1.0.0-57
4bb4b1
Requires: fuse-overlayfs
4bb4b1
Requires: libvarlink
4bb4b1
4bb4b1
# vendored libraries
4bb4b1
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
4bb4b1
# [thanks to Carl George <carl@george.computer> for containerd.spec]
4bb4b1
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
4bb4b1
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
4bb4b1
Provides: bundled(golang(github.com/boltdb/bolt)) = master
4bb4b1
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
4bb4b1
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
4bb4b1
Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0
4bb4b1
Provides: bundled(golang(github.com/containerd/continuity)) = master
4bb4b1
#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1
4bb4b1
Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1
4bb4b1
Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916
4bb4b1
Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee
4bb4b1
Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641
4bb4b1
Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1
4bb4b1
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
4bb4b1
Provides: bundled(golang(github.com/cri-o/ocicni)) = master
4bb4b1
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
4bb4b1
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
4bb4b1
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
4bb4b1
Provides: bundled(golang(github.com/docker/docker)) = 86f080cff0914e9694068ed78d503701667c4c00
4bb4b1
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
4bb4b1
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
4bb4b1
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
4bb4b1
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
4bb4b1
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
4bb4b1
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
4bb4b1
Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1
4bb4b1
Provides: bundled(golang(github.com/fsouza/go-dockerclient)) = master
4bb4b1
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
4bb4b1
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
4bb4b1
Provides: bundled(golang(github.com/gogo/protobuf)) = c0656edd0d9eab7c66d1eb0c568f9039345796f7
4bb4b1
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
4bb4b1
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
4bb4b1
Provides: bundled(golang(github.com/golang/protobuf)) = 4bd1920723d7b7c925de087aa32e2187708897f7
4bb4b1
Provides: bundled(golang(github.com/googleapis/gnostic)) = 0c5108395e2debce0d731cf0287ddf7242066aba
4bb4b1
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
4bb4b1
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
4bb4b1
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
4bb4b1
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
4bb4b1
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
4bb4b1
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
4bb4b1
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
4bb4b1
Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0
4bb4b1
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
4bb4b1
Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65
4bb4b1
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
4bb4b1
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
4bb4b1
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
4bb4b1
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
4bb4b1
Provides: bundled(golang(github.com/mrunalp/fileutils)) = master
4bb4b1
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
4bb4b1
Provides: bundled(golang(github.com/Nvveen/Gotty)) = master
4bb4b1
#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
4bb4b1
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
4bb4b1
Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de
4bb4b1
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce
4bb4b1
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master
4bb4b1
Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a
4bb4b1
Provides: bundled(golang(github.com/openshift/imagebuilder)) = master
4bb4b1
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
4bb4b1
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
4bb4b1
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
4bb4b1
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
4bb4b1
Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959
4bb4b1
Provides: bundled(golang(github.com/seccomp/containers-golang)) = master
4bb4b1
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
4bb4b1
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
4bb4b1
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
4bb4b1
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
4bb4b1
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
4bb4b1
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
4bb4b1
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4
4bb4b1
Provides: bundled(golang(github.com/ulule/deepcopier)) = master
4bb4b1
Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920
4bb4b1
Provides: bundled(golang(github.com/varlink/go)) = master
4bb4b1
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
4bb4b1
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
4bb4b1
Provides: bundled(golang(github.com/vishvananda/netns)) = master
4bb4b1
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
4bb4b1
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
4bb4b1
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
4bb4b1
Provides: bundled(golang(golang.org/x/crypto)) = 81e90905daefcd6fd217b62423c0908922eadb30
4bb4b1
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
4bb4b1
Provides: bundled(golang(golang.org/x/sys)) = master
4bb4b1
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
4bb4b1
Provides: bundled(golang(golang.org/x/time)) = f51c12702a4d776e4c1fa9b0fabab841babae631
4bb4b1
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
4bb4b1
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
4bb4b1
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
4bb4b1
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
4bb4b1
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.1.3
4bb4b1
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
4bb4b1
Provides: bundled(golang(k8s.io/api)) = 5ce4aa0bf2f097f6021127b3d879eeda82026be8
4bb4b1
Provides: bundled(golang(k8s.io/apiextensions-apiserver)) = 1b31e26d82f1ec2e945c560790e98f34bb5f2e63
4bb4b1
Provides: bundled(golang(k8s.io/apimachinery)) = 616b23029fa3dc3e0ccefd47963f5651a6543d94
4bb4b1
Provides: bundled(golang(k8s.io/apiserver)) = 4d1163080139f1f9094baf8a3a6099e85e1867f6
4bb4b1
Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e
4bb4b1
Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9
4bb4b1
Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e
4bb4b1
4bb4b1
%description
4bb4b1
%{name} (Pod Manager) is a fully featured container engine that is a simple daemonless tool.  %{name} provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images.  Simply put: alias docker=%{name}.  Most %{name} commands can be run as a regular user, without requiring additional privileges.
4bb4b1
4bb4b1
%{name} uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other.
4bb4b1
4bb4b1
%{summary}
4bb4b1
%{repo} Simple management tool for pods, containers and images
4bb4b1
4bb4b1
%package docker
4bb4b1
Summary: Emulate Docker CLI using %{name}
4bb4b1
BuildArch: noarch
4bb4b1
Requires: %{name} = %{version}-%{release}
4bb4b1
Conflicts: docker
4bb4b1
Conflicts: docker-latest
4bb4b1
Conflicts: docker-ce
4bb4b1
Conflicts: docker-ee
4bb4b1
Conflicts: moby-engine
4bb4b1
4bb4b1
%description docker
4bb4b1
This package installs a script named docker that emulates the Docker CLI by
4bb4b1
executes %{name} commands, it also creates links between all Docker CLI man
4bb4b1
pages and %{name}.
4bb4b1
4bb4b1
%package remote
4bb4b1
Summary: (Experimental) Remote client for managing %{name} containers
4bb4b1
4bb4b1
%description remote
4bb4b1
Remote client for managing %{name} containers.
4bb4b1
4bb4b1
This experimental remote client is under heavy development. Please do not
4bb4b1
run %{name}-remote in production.
4bb4b1
4bb4b1
%{name}-remote uses the varlink connection to connect to a %{name} client to
4bb4b1
manage pods, containers and container images. %{name}-remote supports ssh
4bb4b1
connections as well.
4bb4b1
4bb4b1
%package tests
4bb4b1
Summary: Tests for %{name}
4bb4b1
Requires: %{name} = %{version}-%{release}
4bb4b1
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
4bb4b1
Requires: jq
4bb4b1
4bb4b1
%description tests
4bb4b1
%{summary}
4bb4b1
4bb4b1
This package contains system tests for %{name}
4bb4b1
4bb4b1
%prep
4bb4b1
%autosetup -Sgit -n %{repo}-%{commit0}
4bb4b1
4bb4b1
sed -i 's/install.bin: podman/install.bin:/' Makefile
4bb4b1
sed -i 's/install.man: docs/install.man:/' Makefile
4bb4b1
sed -i 's/install.remote: podman-remote/install.remote:/' Makefile
4bb4b1
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
4bb4b1
4bb4b1
%build
4bb4b1
export GO111MODULE=off
4bb4b1
export GOPATH=$(pwd):$(pwd)/_build
4bb4b1
4bb4b1
mkdir -p $(pwd)/_build
4bb4b1
pushd $(pwd)/_build
4bb4b1
mkdir -p src/%{provider}.%{provider_tld}/%{project}
4bb4b1
ln -s ../../../../ src/%{import_path}
4bb4b1
popd
4bb4b1
ln -s vendor src
4bb4b1
4bb4b1
rm -rf vendor/github.com/containers/storage/drivers/register/register_btrfs.go
4bb4b1
%gogenerate ./cmd/%{name}/varlink/...
4bb4b1
4bb4b1
# build %%{name}
4bb4b1
export BUILDTAGS="varlink systemd selinux seccomp btrfs_noversion exclude_graphdriver_devicemapper $(hack/libdm_tag.sh)"
4bb4b1
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
4bb4b1
4bb4b1
# build %%{name}-remote
4bb4b1
export BUILDTAGS="remoteclient $BUILDTAGS"
4bb4b1
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
4bb4b1
4bb4b1
%{__make} docs
4bb4b1
./docs/dckrman.sh ./docs/build/man/*
4bb4b1
4bb4b1
%install
4bb4b1
install -dp %{buildroot}%{_unitdir}
4bb4b1
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
4bb4b1
        install.bin \
4bb4b1
        install.remote \
4bb4b1
        install.man \
4bb4b1
        install.cni \
4bb4b1
        install.systemd \
4bb4b1
        install.completions
4bb4b1
4bb4b1
# install libpod.conf
4bb4b1
install -dp %{buildroot}%{_datadir}/containers
4bb4b1
install -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
4bb4b1
4bb4b1
# install docker-docs
4bb4b1
install -dp %{buildroot}%{_mandir}/man1
4bb4b1
install -m 644 docs/build/man/docker*.1 -t %{buildroot}%{_mandir}/man1
4bb4b1
4bb4b1
# install docker symlink
4bb4b1
install -m 755 docker %{buildroot}%{_bindir}
4bb4b1
4bb4b1
# install test stuff
4bb4b1
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
4bb4b1
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
4bb4b1
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
4bb4b1
8a80f5
# do not include docker and podman-remote man pages in main package
8a80f5
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
8a80f5
    echo "$file*" >> podman.file-list
8a80f5
done
8a80f5
4bb4b1
%check
4bb4b1
%if 0%{?with_check}
4bb4b1
# Since we aren't packaging up the vendor directory we need to link
4bb4b1
# back to it somehow. Hack it up so that we can add the vendor
4bb4b1
# directory from BUILD dir as a gopath to be searched when executing
4bb4b1
# tests from the BUILDROOT dir.
4bb4b1
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
4bb4b1
4bb4b1
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
4bb4b1
4bb4b1
%if ! 0%{?gotest:1}
4bb4b1
%global gotest go test
4bb4b1
%endif
4bb4b1
4bb4b1
%gotest %{import_path}/cmd/%{name}
4bb4b1
%gotest %{import_path}/libkpod
4bb4b1
%gotest %{import_path}/libpod
4bb4b1
%gotest %{import_path}/pkg/registrar
4bb4b1
%endif
4bb4b1
4bb4b1
%triggerpostun -- %{name} < 1.1
4bb4b1
%{_bindir}/%{name} system renumber
4bb4b1
exit 0
4bb4b1
4bb4b1
#define license tag if not already defined
4bb4b1
%{!?_licensedir:%global license %doc}
4bb4b1
8a80f5
%files -f podman.file-list
4bb4b1
%license LICENSE
4bb4b1
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
4bb4b1
%{_bindir}/%{name}
4bb4b1
%{_datadir}/bash-completion/completions/*
4bb4b1
# By "owning" the site-functions dir, we don't need to Require zsh
4bb4b1
%{_datadir}/zsh/site-functions
4bb4b1
%{_datadir}/zsh/site-functions/*
4bb4b1
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
4bb4b1
%{_datadir}/containers/%{repo}.conf
4bb4b1
%{_unitdir}/io.%{name}.service
4bb4b1
%{_unitdir}/io.%{name}.socket
4bb4b1
%{_userunitdir}/io.%{name}.service
4bb4b1
%{_userunitdir}/io.%{name}.socket
4bb4b1
%{_usr}/lib/tmpfiles.d/%{name}.conf
4bb4b1
4bb4b1
%files docker
4bb4b1
%{_bindir}/docker
4bb4b1
%{_mandir}/man1/docker*.1*
4bb4b1
4bb4b1
%files remote
4bb4b1
%{_bindir}/%{name}-remote
8a80f5
%{_mandir}/man1/%{name}-remote*.1*
4bb4b1
4bb4b1
%files tests
4bb4b1
%license LICENSE
4bb4b1
%{_datadir}/%{name}/test
4bb4b1
4bb4b1
%changelog
8a80f5
* Mon May 18 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-12
8a80f5
- fix "Please backport correction patch for the native container healthchecks"
8a80f5
- Resolves: #1834346
8a80f5
8a80f5
* Wed Apr 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-11
8a80f5
- fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process"
8a80f5
- Resolves: #1819391
8a80f5
8a80f5
* Thu Mar 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-10
8a80f5
- use the full PR 5348 to fix "no route to host from inside container"
8a80f5
- Resolves: #1806899
8a80f5
8a80f5
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-9
8a80f5
- update fix for "podman (1.6.4) rhel 8.1 no route to host from inside container"
8a80f5
- Resolves: #1806899
8a80f5
8a80f5
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-8
8a80f5
- fix "[FJ8.2 Bug]: [REG]The "--group-add" option of "podman create" doesn't function."
8a80f5
- Resolves: #1808705
8a80f5
8a80f5
* Thu Feb 27 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-7
8a80f5
- fix "podman (1.6.4) rhel 8.1 no route to host from inside container"
8a80f5
- Resolves: #1806899
8a80f5
8a80f5
* Fri Feb 21 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-6
8a80f5
- fix "CVE-2020-1726 podman: incorrectly allows existing files in volumes to be overwritten by a container when it is created"
8a80f5
- Resolves: #1801572
8a80f5
8a80f5
* Wed Feb 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-5
8a80f5
- fix "Podman support for FIPS Mode requires a bind mount inside the container"
8a80f5
- Resolves: #1804193
8a80f5
8a80f5
* Mon Feb 17 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-4
8a80f5
- fix CVE-2020-1702
8a80f5
- Resolves: #1801929
8a80f5
8a80f5
* Wed Jan 08 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-3
8a80f5
- merge podman-manpages with podman package and put man pages for
8a80f5
  podman-remote to its dedicated subpackage
8a80f5
Resolves: #1788539
8a80f5
8a80f5
* Fri Jan 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-2
8a80f5
- apply fix for #1757845
8a80f5
- Related: RHELPLAN-25139
8a80f5
4bb4b1
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.4-1
4bb4b1
- update to 1.6.4
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Mon Dec 09 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-6
4bb4b1
- remove BR: device-mapper-devel, minor spec file changes
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Sat Dec 07 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-5
4bb4b1
- Ensure volumes reacquire locks on state refresh (thanks Matt Heon)
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Fri Nov 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-4
4bb4b1
- use the file events logger backend if systemd isn't available
4bb4b1
  (thanks to Giuseppe Scrivano)
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Thu Nov 21 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-3
4bb4b1
- require slirp4netns >= 0.4.0-1
4bb4b1
- Resolves: #1766774
4bb4b1
4bb4b1
* Tue Nov 19 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-2
4bb4b1
- apply fix to not to fail gating tests:
4bb4b1
  don't parse the config for cgroup-manager default
4bb4b1
- don't hang while on podman run --rm - bug 1767663
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Mon Nov 18 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-1
4bb4b1
- update to podman 1.6.3
4bb4b1
- addresses CVE-2019-18466
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Fri Nov 08 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-6
4bb4b1
- fix %%gobuild macro to not to ignore BUILDTAGS
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Tue Nov 05 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-5
4bb4b1
- use btrfs_noversion to really disable BTRFS support
4bb4b1
- amend/reuse BUILDTAGS
4bb4b1
- still keep device-mapper-devel BR otherwise build fails
4bb4b1
  despite dm support being disabled (build scripting invokes
4bb4b1
  pkg-config for devmapper which is shipped by the dm-devel
4bb4b1
  package)
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-4
4bb4b1
- disable BTRFS support
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-3
4bb4b1
- split podman and conmon packages
4bb4b1
- drop BR: device-mapper-devel and update BRs in general
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Fri Nov 01 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-2
4bb4b1
- drop oci-systemd-hook requirement
4bb4b1
- drop upstreamed CVE-2019-10214 patch
4bb4b1
- Related: RHELPLAN-25139
4bb4b1
4bb4b1
* Tue Oct 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-1
4bb4b1
- update to podman 1.6.2
4bb4b1
4bb4b1
* Wed Oct 16 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-6
4bb4b1
- fix build with --nocheck (#1721394)
4bb4b1
- escape commented out macros
4bb4b1
4bb4b1
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-5
4bb4b1
- Fix CVE-2019-10214 (#1734649).
4bb4b1
4bb4b1
* Tue Sep 03 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-4
4bb4b1
- update to latest conmon (Resolves: #1743685)
4bb4b1
4bb4b1
* Wed Aug 28 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-3
4bb4b1
- update to v1.4.2-stable1
4bb4b1
- Resolves: #1741157
4bb4b1
4bb4b1
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-2
4bb4b1
- Resolves: #1669197, #1705763, #1737077, #1671622, #1723879, #1730281,
4bb4b1
- Resolves: #1731117
4bb4b1
- built libpod v1.4.2-stable1
4bb4b1
4bb4b1
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-1
4bb4b1
- Resolves: #1721638
4bb4b1
- bump to v1.4.2
4bb4b1
4bb4b1
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-4
4bb4b1
- Resolves: #1720654 - update dep on libvarlink
4bb4b1
- Resolves: #1721247 - enable fips mode
4bb4b1
4bb4b1
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-3
4bb4b1
- Resolves: #1720654 - podman requires podman-manpages
4bb4b1
- update dep on cni plugins >= 0.8.1-1
4bb4b1
4bb4b1
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-2
4bb4b1
- Resolves: #1720654 - podman-manpages obsoletes podman < 1.4.1-2
4bb4b1
4bb4b1
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1
4bb4b1
- Resolves: #1720654 - bump to v1.4.1
4bb4b1
- bump conmon to v0.3.0
4bb4b1
4bb4b1
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1
4bb4b1
- Resolves: #1720654 - bump to v1.4.0
4bb4b1
4bb4b1
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-2
4bb4b1
- Resolves: #1683217 - tests subpackage requires slirp4netns
4bb4b1
4bb4b1
* Fri May 31 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1
4bb4b1
- Resolves: #1707220 - bump to v1.3.2
4bb4b1
- built conmon v0.2.0
4bb4b1
4bb4b1
* Wed Apr  3 2019 Eduardo Santiago <santiago@redhat.com> - 1.2.0-1.git3bd528e5
4bb4b1
- package system tests, zsh completion. Update CI tests to use new -tests pkg
4bb4b1
4bb4b1
* Thu Feb 28 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.1.0-1.git006206a
4bb4b1
- bump to v1.1.0
4bb4b1
4bb4b1
* Fri Feb 22 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.0.1-1.git2c74edd
4bb4b1
- bump to v1.0.1
4bb4b1
4bb4b1
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-2.git921f98f
4bb4b1
- rebase
4bb4b1
4bb4b1
* Tue Jan 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-1.git82e8011
4bb4b1
- rebase to v1, yay!
4bb4b1
- rebase conmon to 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
4bb4b1
- Resolves:#1623282
4bb4b1
- python interface removed, moved to https://github.com/containers/python-podman/
4bb4b1
4bb4b1
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-4.git9551f6b
4bb4b1
- re-enable debuginfo
4bb4b1
4bb4b1
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-3.git9551f6b
4bb4b1
- python libraries added
4bb4b1
- resolves: #1657180
4bb4b1
4bb4b1
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-2.git9551f6b
4bb4b1
- rebase
4bb4b1
4bb4b1
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-3.git594495d
4bb4b1
- go tools not in scl anymore
4bb4b1
4bb4b1
* Mon Nov 19 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-2.git594495d
4bb4b1
- fedora-like buildrequires go toolset
4bb4b1
4bb4b1
* Sat Nov 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-1.git594495d
4bb4b1
- Resolves: #1636230 - build with FIPS enabled golang toolchain
4bb4b1
- bump to v0.11.1.1
4bb4b1
- built commit 594495d
4bb4b1
4bb4b1
* Fri Nov 16 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1-3.gita4adfe5
4bb4b1
- podman-docker provides docker
4bb4b1
- Resolves: #1650355
4bb4b1
4bb4b1
* Thu Nov 15 2018 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-2.gita4adfe5
4bb4b1
- Require platform-python-setuptools instead of python3-setuptools
4bb4b1
- Resolves: rhbz#1650144
4bb4b1
4bb4b1
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1.gita4adfe5
4bb4b1
- bump to v0.11.1
4bb4b1
- built libpod commit a4adfe5
4bb4b1
- built conmon from cri-o commit 464dba6
4bb4b1
4bb4b1
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-5.gitdb08685
4bb4b1
- Resolves: #1625384 - keep BR: device-mapper-devel but don't build with it
4bb4b1
- not having device-mapper-devel seems to have brew not recognize %%{_unitdir}
4bb4b1
4bb4b1
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-4.gitdb08685
4bb4b1
- Resolves: #1625384 - correctly add buildtags to remove devmapper
4bb4b1
4bb4b1
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-3.gitdb08685
4bb4b1
- Resolves: #1625384 - build without device-mapper-devel (no podman support) and lvm2
4bb4b1
4bb4b1
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-2.gitdb08685
4bb4b1
- Resolves: #1625384 - depend on lvm2
4bb4b1
4bb4b1
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
4bb4b1
- Resolves: #1640298 - update vendored buildah to allow building when there are
4bb4b1
running containers
4bb4b1
- bump to v0.10.1.3
4bb4b1
- built podman commit db08685
4bb4b1
4bb4b1
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
4bb4b1
- Resolves: #1625378
4bb4b1
- bump to v0.10.1.2
4bb4b1
- built podman commit 2b4f8d1
4bb4b1
4bb4b1
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
4bb4b1
- bump to v0.10.1.1
4bb4b1
- built podman commit 4bea3e9
4bb4b1
4bb4b1
* Thu Oct 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1-1.gite4a1553
4bb4b1
- bump podman to v0.10.1
4bb4b1
- built podman commit e4a1553
4bb4b1
- built conmon from cri-o commit a30f93c
4bb4b1
4bb4b1
* Tue Oct 09 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.git1cd906d
4bb4b1
- rebased cri-o to 1.11.6
4bb4b1
4bb4b1
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.git1cd906d
4bb4b1
- rebase
4bb4b1
4bb4b1
* Tue Sep 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-2.git37a2afe
4bb4b1
- rebase to podman 0.9.2
4bb4b1
- rebase to cri-o 0.11.4
4bb4b1
4bb4b1
* Tue Sep 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.1.1-2.git123de30
4bb4b1
- rebase
4bb4b1
4bb4b1
* Mon Aug 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.4-1.git9f9b8cf
4bb4b1
- bump to v0.8.4
4bb4b1
- built commit 9f9b8cf
4bb4b1
- upstream username changed from projectatomic to containers
4bb4b1
- use containernetworking-plugins >= 0.7.3-5
4bb4b1
4bb4b1
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2.1-2.git7a526bb
4bb4b1
- Resolves: #1615607 - rebuild with gobuild tag 'no_openssl'
4bb4b1
4bb4b1
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
4bb4b1
- Upstream 0.8.2.1 release
4bb4b1
- Add support for podman-docker
4bb4b1
Resolves: rhbz#1615104
4bb4b1
4bb4b1
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2-1.dev.git8b2d38e
4bb4b1
- Resolves: #1614710 - podman search name includes registry
4bb4b1
- bump to v0.8.2-dev
4bb4b1
- built libpod commit 8b2d38e
4bb4b1
- built conmon from cri-o commit acc0ee7
4bb4b1
4bb4b1
* Wed Aug 8 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-2.git6b4ab2a
4bb4b1
- Add recommends for slirp4netns and container-selinux
4bb4b1
4bb4b1
* Tue Aug 07 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2.git6b4ab2a
4bb4b1
- bump to v0.8.1
4bb4b1
- use %%go{build,generate} instead of go build and go generate
4bb4b1
- update go deps to use scl-ized builds
4bb4b1
- No need for Makefile patch for python installs
4bb4b1
4bb4b1
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
4bb4b1
- Bump to v0.8.1
4bb4b1
4bb4b1
* Wed Aug 1 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.4-2.git079121
4bb4b1
- podman should not require atomic-registries
4bb4b1
4bb4b1
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1.dev.git9a18681
4bb4b1
- bump to v0.7.4-dev
4bb4b1
- built commit 9a18681
4bb4b1
4bb4b1
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
4bb4b1
- Turn on ostree support
4bb4b1
- Upstream 0.7.3
4bb4b1
4bb4b1
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
4bb4b1
- Upstream 0.7.2 release
4bb4b1
4bb4b1
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
4bb4b1
- rebuilt
4bb4b1
4bb4b1
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
4bb4b1
- rebase to 84cfdb2
4bb4b1
4bb4b1
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
4bb4b1
- Upstream 0.7.1 release
4bb4b1
4bb4b1
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
4bb4b1
- disable devel and unittest subpackages
4bb4b1
- include conditionals for rhel-8.0
4bb4b1
4bb4b1
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
4bb4b1
- do not compress debuginfo with dwz to support delve debugger
4bb4b1
4bb4b1
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
4bb4b1
- do not compress debuginfo with dwz to support delve debugger
4bb4b1
4bb4b1
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
4bb4b1
- bash completion shouldn't have shebang
4bb4b1
4bb4b1
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
4bb4b1
- Resolves: #1584429 - drop capabilities when running a container as non-root
4bb4b1
- bump to v0.6.1
4bb4b1
- built podman commit 3e0ff12
4bb4b1
- built conmon from cri-o commit 1c0c3b0
4bb4b1
- drop containernetworking-plugins subpackage, it's now split out into a standalone
4bb4b1
package
4bb4b1
4bb4b1
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
4bb4b1
- Resolves: #1572538 - build host-device and portmap plugins
4bb4b1
4bb4b1
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
4bb4b1
- correct dep on containernetworking-plugins
4bb4b1
4bb4b1
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
4bb4b1
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
4bb4b1
- release tag for the containernetworking-plugins is actually gotten from
4bb4b1
podman release tag.
4bb4b1
4bb4b1
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
4bb4b1
- bump to v0.4.1
4bb4b1
- built commit b51d327
4bb4b1
4bb4b1
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
4bb4b1
- built podman commit bc358eb
4bb4b1
- built conmon from cri-o commit 712f3b8
4bb4b1
4bb4b1
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
4bb4b1
- Release 0.3.2-1
4bb4b1
4bb4b1
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
4bb4b1
- Correct RPM version
4bb4b1
4bb4b1
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
4bb4b1
- Release 0.3.1-1
4bb4b1
4bb4b1
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
4bb4b1
- Build on ARMv7 too (Fedora supports containers on that arch too)
4bb4b1
4bb4b1
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
4bb4b1
- Release 0.2.2
4bb4b1
4bb4b1
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
4bb4b1
- Release 0.2.1
4bb4b1
4bb4b1
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
4bb4b1
- Add dep for atomic-registries
4bb4b1
4bb4b1
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
4bb4b1
- Add more 64bit arches
4bb4b1
- Add containernetworking-cni dependancy
4bb4b1
- Add iptables dependancy
4bb4b1
4bb4b1
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
4bb4b1
- Release 0.2
4bb4b1
4bb4b1
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
4bb4b1
- Resolves: #1541554 - first official build
4bb4b1
- built commit 367213a
4bb4b1
4bb4b1
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
4bb4b1
- built commit 0387f69
4bb4b1
4bb4b1
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
4bb4b1
- First package for Fedora