715b0c
%global with_debug 1
715b0c
%global with_check 0
715b0c
715b0c
%if 0%{?with_debug}
715b0c
%global _find_debuginfo_dwz_opts %{nil}
715b0c
%global _dwz_low_mem_die_limit 0
715b0c
%else
715b0c
%global debug_package   %{nil}
715b0c
%endif
715b0c
715b0c
%define gobuild(o:) \
715b0c
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};
715b0c
%define gogenerate go generate
715b0c
715b0c
%if 0%{?rhel} > 7 || 0%{?fedora}
715b0c
%bcond_without varlink
715b0c
%else
715b0c
%bcond_with varlink
23e1ee
%endif
715b0c
715b0c
%global provider github
715b0c
%global provider_tld com
715b0c
%global project containers
715b0c
%global repo libpod
715b0c
# https://github.com/containers/libpod
715b0c
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
715b0c
%global import_path %{provider_prefix}
715b0c
%global git_podman https://%{provider}.%{provider_tld}/%{project}/%{repo}
715b0c
%global commit 921f98f8795eb9fcb19ce581020cfdeff6dee09f
715b0c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
715b0c
715b0c
%global import_path_conmon github.com/kubernetes-sigs/cri-o
715b0c
%global git_conmon https://%{import_path_conmon}
715b0c
%global commit_conmon 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
715b0c
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
715b0c
715b0c
Name: podman
715b0c
Version: 1.0.0
65c23d
Release: 8.git%{shortcommit}%{?dist}
715b0c
Summary: Manage Pods, Containers and Container Images
715b0c
License: ASL 2.0
715b0c
URL: %{git_podman}
715b0c
Source0: %{git_podman}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
715b0c
Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz
23e1ee
# tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10696
23e1ee
# backported:  https://github.com/containers/buildah/commit/c61925b8936e93a5e900f91b653a846f7ea3a9ed.patch
23e1ee
Patch0: podman-CVE-2020-10696.patch
23e1ee
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1882267
23e1ee
# patch:       https://github.com/mheon/libpod/commit/bc5be3ca10cd4c147955fadd2586b5dd8ad0eeea.patch
23e1ee
Patch1: podman-1882267.patch
65c23d
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1918285
65c23d
Patch2: podman-CVE-2021-20188.patch
65c23d
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1930552
65c23d
Patch3: 0001-Only-drop-all-caps-in-exec-when-non-root.patch
715b0c
715b0c
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
715b0c
#ExclusiveArch:  %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}}
715b0c
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
715b0c
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
715b0c
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
715b0c
BuildRequires: device-mapper-devel
715b0c
BuildRequires: glib2-devel
715b0c
BuildRequires: glibc-devel
715b0c
BuildRequires: glibc-static
715b0c
BuildRequires: git
715b0c
BuildRequires: go-md2man
715b0c
BuildRequires: gpgme-devel
715b0c
BuildRequires: libassuan-devel
715b0c
BuildRequires: libgpg-error-devel
715b0c
BuildRequires: libseccomp-devel
715b0c
BuildRequires: libselinux-devel
715b0c
BuildRequires: ostree-devel
715b0c
BuildRequires: pkgconfig
715b0c
Requires: runc
715b0c
Requires: containers-common >= 0.1.29-3
715b0c
# can't use default conmon right now, so we ship our own
715b0c
#Requires:       conmon
715b0c
Requires: containernetworking-plugins >= 0.7.3-5
715b0c
Requires: iptables
715b0c
Requires: nftables
715b0c
Requires: oci-systemd-hook
715b0c
Recommends: container-selinux
715b0c
Recommends: slirp4netns
715b0c
Recommends: fuse-overlayfs
715b0c
715b0c
# vendored libraries
715b0c
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
715b0c
# [thanks to Carl George <carl@george.computer> for containerd.spec]
715b0c
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
715b0c
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
715b0c
Provides: bundled(golang(github.com/boltdb/bolt)) = master
715b0c
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
715b0c
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
715b0c
Provides: bundled(golang(github.com/containerd/cgroups)) = 77e628511d924b13a77cebdc73b757a47f6d751b
715b0c
Provides: bundled(golang(github.com/containerd/continuity)) = master
715b0c
Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1
715b0c
Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1
715b0c
Provides: bundled(golang(github.com/containers/image)) = 134f99bed228d6297dc01d152804f6f09f185418
715b0c
Provides: bundled(golang(github.com/containers/psgo)) = 382fc951fe0a8aba62043862ce1a56f77524db87
715b0c
Provides: bundled(golang(github.com/containers/storage)) = 17c7d1fee5603ccf6dd97edc14162fc1510e7e23
715b0c
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
715b0c
Provides: bundled(golang(github.com/cri-o/ocicni)) = master
715b0c
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
715b0c
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
715b0c
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
715b0c
Provides: bundled(golang(github.com/docker/docker)) = 86f080cff0914e9694068ed78d503701667c4c00
715b0c
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
715b0c
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
715b0c
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
715b0c
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
715b0c
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
715b0c
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
715b0c
Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1
715b0c
Provides: bundled(golang(github.com/fsouza/go-dockerclient)) = master
715b0c
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
715b0c
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
715b0c
Provides: bundled(golang(github.com/gogo/protobuf)) = c0656edd0d9eab7c66d1eb0c568f9039345796f7
715b0c
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
715b0c
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
715b0c
Provides: bundled(golang(github.com/golang/protobuf)) = 4bd1920723d7b7c925de087aa32e2187708897f7
715b0c
Provides: bundled(golang(github.com/googleapis/gnostic)) = 0c5108395e2debce0d731cf0287ddf7242066aba
715b0c
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
715b0c
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
715b0c
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
715b0c
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
715b0c
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
715b0c
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
715b0c
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
715b0c
Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0
715b0c
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
715b0c
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
715b0c
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
715b0c
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
715b0c
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
715b0c
Provides: bundled(golang(github.com/mrunalp/fileutils)) = master
715b0c
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
715b0c
Provides: bundled(golang(github.com/Nvveen/Gotty)) = master
715b0c
Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
715b0c
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
715b0c
Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de
715b0c
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0
715b0c
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = 625e2322645b151a7cbb93a8b42920933e72167f
715b0c
Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a
715b0c
Provides: bundled(golang(github.com/openshift/imagebuilder)) = master
715b0c
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
715b0c
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
715b0c
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
715b0c
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
715b0c
Provides: bundled(golang(github.com/projectatomic/buildah)) = 35a37f36d37bf84397d7f79f6bb8649f728c19f1
715b0c
Provides: bundled(golang(github.com/seccomp/containers-golang)) = master
715b0c
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
715b0c
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
715b0c
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
715b0c
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
715b0c
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
715b0c
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
715b0c
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4
715b0c
Provides: bundled(golang(github.com/ulule/deepcopier)) = master
715b0c
# version can't have '-'
715b0c
#Provides: bundled(golang(github.com/urfave/cli)) = fix-short-opts-parsing
715b0c
Provides: bundled(golang(github.com/varlink/go)) = master
715b0c
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
715b0c
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
715b0c
Provides: bundled(golang(github.com/vishvananda/netns)) = master
715b0c
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
715b0c
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
715b0c
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
715b0c
Provides: bundled(golang(golang.org/x/crypto)) = 81e90905daefcd6fd217b62423c0908922eadb30
715b0c
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
715b0c
Provides: bundled(golang(golang.org/x/sys)) = master
715b0c
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
715b0c
Provides: bundled(golang(golang.org/x/time)) = f51c12702a4d776e4c1fa9b0fabab841babae631
715b0c
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
715b0c
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
715b0c
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
715b0c
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
715b0c
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.1.3
715b0c
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
715b0c
Provides: bundled(golang(k8s.io/api)) = 5ce4aa0bf2f097f6021127b3d879eeda82026be8
715b0c
Provides: bundled(golang(k8s.io/apiextensions-apiserver)) = 1b31e26d82f1ec2e945c560790e98f34bb5f2e63
715b0c
Provides: bundled(golang(k8s.io/apimachinery)) = 616b23029fa3dc3e0ccefd47963f5651a6543d94
715b0c
Provides: bundled(golang(k8s.io/apiserver)) = 4d1163080139f1f9094baf8a3a6099e85e1867f6
715b0c
Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e
715b0c
Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9
715b0c
Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e
715b0c
715b0c
%description
715b0c
%{summary}
715b0c
libpod provides a library for applications looking to use
715b0c
the Container Pod concept popularized by Kubernetes.
715b0c
715b0c
%package docker
715b0c
Summary: Emulate Docker CLI using podman
715b0c
BuildArch: noarch
715b0c
Requires: %{name} = %{version}-%{release}
715b0c
Conflicts: docker
715b0c
Provides : docker
715b0c
Conflicts: docker-latest
715b0c
Conflicts: docker-ce
715b0c
Conflicts: docker-ee
715b0c
715b0c
%description docker
715b0c
This package installs a script named docker that emulates the Docker CLI by
715b0c
executing %{name} commands, it also creates links between all Docker CLI man
715b0c
pages and %{name}.
715b0c
715b0c
%prep
23e1ee
%autosetup -Sgit -n %{repo}-%{commit}
715b0c
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
715b0c
715b0c
# untar cri-o
715b0c
tar zxf %{SOURCE1}
715b0c
715b0c
%build
715b0c
mkdir -p $(pwd)/_build
715b0c
pushd $(pwd)/_build
715b0c
mkdir -p src/%{provider}.%{provider_tld}/%{project}
715b0c
ln -s ../../../../ src/%{import_path}
715b0c
popd
715b0c
ln -s vendor src
715b0c
715b0c
export GOPATH=$(pwd):$(pwd)/_build
715b0c
export BUILDTAGS="selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper $(hack/libdm_tag.sh)"
715b0c
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
715b0c
715b0c
# build conmon
715b0c
pushd cri-o-%{commit_conmon}
715b0c
mkdir _output
715b0c
pushd _output
715b0c
mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers}
715b0c
ln -s $(dirs +1 -l) src/%{import_path_conmon}
715b0c
popd
715b0c
715b0c
ln -s vendor src
715b0c
export GOPATH=$(pwd):$(pwd)/_output
715b0c
export BUILDTAGS="selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper $(hack/libdm_tag.sh)"
715b0c
%gobuild -o bin/crio-config %{import_path_conmon}/cmd/crio-config
715b0c
cd conmon && ../bin/crio-config
715b0c
%{__make} all
715b0c
popd
715b0c
715b0c
%install
715b0c
install -dp %{buildroot}{%{_unitdir}
715b0c
%{__make} PREFIX=%{buildroot}%{_usr} ETCDIR=%{buildroot}%{_sysconfdir} \
715b0c
        install.bin \
715b0c
        install.man \
715b0c
        install.cni \
715b0c
        install.systemd \
715b0c
        install.completions \
715b0c
        install.docker
715b0c
715b0c
# install libpod.conf
715b0c
install -dp %{buildroot}%{_datadir}/containers
715b0c
install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
715b0c
715b0c
# install conmon
715b0c
install -dp %{buildroot}%{_libexecdir}/%{name}
715b0c
install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name}
715b0c
715b0c
%check
715b0c
%if 0%{?with_check}
715b0c
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
715b0c
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
715b0c
715b0c
%gotest %{import_path}/cmd/%{name}
715b0c
%gotest %{import_path}/libkpod
715b0c
%gotest %{import_path}/libpod
715b0c
%gotest %{import_path}/pkg/registrar
715b0c
%endif
715b0c
715b0c
#define license tag if not already defined
715b0c
%{!?_licensedir:%global license %doc}
715b0c
715b0c
%files
715b0c
%license LICENSE
715b0c
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
715b0c
%{_bindir}/%{name}
715b0c
%{_mandir}/man1/podman*.1*
715b0c
%{_mandir}/man5/*.5*
715b0c
%{_datadir}/bash-completion/completions/*
715b0c
%{_libexecdir}/%{name}/conmon
715b0c
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
715b0c
%{_datadir}/containers/%{repo}.conf
715b0c
%{_unitdir}/io.%{name}.service
715b0c
%{_unitdir}/io.%{name}.socket
715b0c
%{_usr}/lib/tmpfiles.d/%{name}.conf
715b0c
715b0c
%files docker
715b0c
%{_bindir}/docker
715b0c
%{_mandir}/man1/docker*.1*
715b0c
715b0c
%changelog
65c23d
* Mon Mar 01 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-8.git921f98f
65c23d
- fix "podman can not create user inside of container" regression introduced by
65c23d
  patch for CVE-2021-20188
65c23d
- Related: #1918285
65c23d
65c23d
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-7.git921f98f
65c23d
- fix CVE-2021-20188
65c23d
- Resolves: #1918285
65c23d
23e1ee
* Thu Sep 24 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-6.git921f98f
23e1ee
- fix "podman run errors out/segfaults in container-tools-1.0-8.3.0"
23e1ee
- Resolves: #1882267
adb70c
23e1ee
* Fri Jun 26 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-5.git921f98f
23e1ee
- bump release to preserve upgrade path
23e1ee
- Resolves: #1821193
23e1ee
23e1ee
* Fri Apr 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-4.git921f98f
23e1ee
- fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process"
23e1ee
- Resolves: #1818122
23e1ee
23e1ee
* Thu Nov 28 2019 Jindrich Novy <jnovy@redhat.com> - 1.0.0-3.git921f98f
23e1ee
- rebuild because of CVE-2019-9512 and CVE-2019-9514
23e1ee
- Resolves: #1766294, #1766322
12c9f5
715b0c
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-2.git921f98f
715b0c
- rebase
715b0c
715b0c
* Tue Jan 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-1.git82e8011
715b0c
- rebase to v1, yay!
715b0c
- rebase conmon to 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
715b0c
- Resolves:#1623282
715b0c
- python interface removed, moved to https://github.com/containers/python-podman/
715b0c
715b0c
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-4.git9551f6b
715b0c
- re-enable debuginfo
715b0c
715b0c
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-3.git9551f6b
715b0c
- python libraries added
715b0c
- resolves: #1657180
715b0c
715b0c
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-2.git9551f6b
715b0c
- rebase
715b0c
715b0c
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-3.git594495d
715b0c
- go tools not in scl anymore
715b0c
715b0c
* Mon Nov 19 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-2.git594495d
715b0c
- fedora-like buildrequires go toolset
715b0c
715b0c
* Sat Nov 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-1.git594495d
715b0c
- Resolves: #1636230 - build with FIPS enabled golang toolchain
715b0c
- bump to v0.11.1.1
715b0c
- built commit 594495d
715b0c
715b0c
* Fri Nov 16 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1-3.gita4adfe5
715b0c
- podman-docker provides docker
715b0c
- Resolves: #1650355
715b0c
715b0c
* Thu Nov 15 2018 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-2.gita4adfe5
715b0c
- Require platform-python-setuptools instead of python3-setuptools
715b0c
- Resolves: rhbz#1650144
715b0c
715b0c
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1.gita4adfe5
715b0c
- bump to v0.11.1
715b0c
- built libpod commit a4adfe5
715b0c
- built conmon from cri-o commit 464dba6
715b0c
715b0c
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-5.gitdb08685
715b0c
- Resolves: #1625384 - keep BR: device-mapper-devel but don't build with it
715b0c
- not having device-mapper-devel seems to have brew not recognize %%{_unitdir}
715b0c
715b0c
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-4.gitdb08685
715b0c
- Resolves: #1625384 - correctly add buildtags to remove devmapper
715b0c
715b0c
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-3.gitdb08685
715b0c
- Resolves: #1625384 - build without device-mapper-devel (no podman support) and lvm2
715b0c
715b0c
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-2.gitdb08685
715b0c
- Resolves: #1625384 - depend on lvm2
715b0c
715b0c
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
715b0c
- Resolves: #1640298 - update vendored buildah to allow building when there are
715b0c
running containers
715b0c
- bump to v0.10.1.3
715b0c
- built podman commit db08685
715b0c
715b0c
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
715b0c
- Resolves: #1625378
715b0c
- bump to v0.10.1.2
715b0c
- built podman commit 2b4f8d1
715b0c
715b0c
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
715b0c
- bump to v0.10.1.1
715b0c
- built podman commit 4bea3e9
715b0c
715b0c
* Thu Oct 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1-1.gite4a1553
715b0c
- bump podman to v0.10.1
715b0c
- built podman commit e4a1553
715b0c
- built conmon from cri-o commit a30f93c
715b0c
715b0c
* Tue Oct 09 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.git1cd906d
715b0c
- rebased cri-o to 1.11.6
715b0c
715b0c
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.git1cd906d
715b0c
- rebase
715b0c
715b0c
* Tue Sep 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-2.git37a2afe
715b0c
- rebase to podman 0.9.2
715b0c
- rebase to cri-o 0.11.4
715b0c
715b0c
* Tue Sep 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.1.1-2.git123de30
715b0c
- rebase
715b0c
715b0c
* Mon Aug 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.4-1.git9f9b8cf
715b0c
- bump to v0.8.4
715b0c
- built commit 9f9b8cf
715b0c
- upstream username changed from projectatomic to containers
715b0c
- use containernetworking-plugins >= 0.7.3-5
715b0c
715b0c
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2.1-2.git7a526bb
715b0c
- Resolves: #1615607 - rebuild with gobuild tag 'no_openssl'
715b0c
715b0c
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
715b0c
- Upstream 0.8.2.1 release
715b0c
- Add support for podman-docker
715b0c
Resolves: rhbz#1615104
715b0c
715b0c
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2-1.dev.git8b2d38e
715b0c
- Resolves: #1614710 - podman search name includes registry
715b0c
- bump to v0.8.2-dev
715b0c
- built libpod commit 8b2d38e
715b0c
- built conmon from cri-o commit acc0ee7
715b0c
715b0c
* Wed Aug 8 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-2.git6b4ab2a
715b0c
- Add recommends for slirp4netns and container-selinux
715b0c
715b0c
* Tue Aug 07 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2.git6b4ab2a
715b0c
- bump to v0.8.1
715b0c
- use %%go{build,generate} instead of go build and go generate
715b0c
- update go deps to use scl-ized builds
715b0c
- No need for Makefile patch for python installs
715b0c
715b0c
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
715b0c
- Bump to v0.8.1
715b0c
715b0c
* Wed Aug 1 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.4-2.git079121
715b0c
- podman should not require atomic-registries
715b0c
715b0c
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1.dev.git9a18681
715b0c
- bump to v0.7.4-dev
715b0c
- built commit 9a18681
715b0c
715b0c
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
715b0c
- Turn on ostree support
715b0c
- Upstream 0.7.3
715b0c
715b0c
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
715b0c
- Upstream 0.7.2 release
715b0c
715b0c
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
715b0c
- rebuilt
715b0c
715b0c
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
715b0c
- rebase to 84cfdb2
715b0c
715b0c
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
715b0c
- Upstream 0.7.1 release
715b0c
715b0c
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
715b0c
- disable devel and unittest subpackages
715b0c
- include conditionals for rhel-8.0
715b0c
715b0c
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
715b0c
- do not compress debuginfo with dwz to support delve debugger
715b0c
715b0c
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
715b0c
- do not compress debuginfo with dwz to support delve debugger
715b0c
715b0c
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
715b0c
- bash completion shouldn't have shebang
715b0c
715b0c
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
715b0c
- Resolves: #1584429 - drop capabilities when running a container as non-root
715b0c
- bump to v0.6.1
715b0c
- built podman commit 3e0ff12
715b0c
- built conmon from cri-o commit 1c0c3b0
715b0c
- drop containernetworking-plugins subpackage, it's now split out into a standalone
715b0c
package
715b0c
715b0c
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
715b0c
- Resolves: #1572538 - build host-device and portmap plugins
715b0c
715b0c
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
715b0c
- correct dep on containernetworking-plugins
715b0c
715b0c
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
715b0c
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
715b0c
- release tag for the containernetworking-plugins is actually gotten from
715b0c
podman release tag.
715b0c
715b0c
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
715b0c
- bump to v0.4.1
715b0c
- built commit b51d327
715b0c
715b0c
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
715b0c
- built podman commit bc358eb
715b0c
- built conmon from cri-o commit 712f3b8
715b0c
715b0c
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
715b0c
- Release 0.3.2-1
715b0c
715b0c
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
715b0c
- Correct RPM version
715b0c
715b0c
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
715b0c
- Release 0.3.1-1
715b0c
715b0c
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
715b0c
- Build on ARMv7 too (Fedora supports containers on that arch too)
715b0c
715b0c
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
715b0c
- Release 0.2.2
715b0c
715b0c
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
715b0c
- Release 0.2.1
715b0c
715b0c
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
715b0c
- Add dep for atomic-registries
715b0c
715b0c
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
715b0c
- Add more 64bit arches
715b0c
- Add containernetworking-cni dependancy
715b0c
- Add iptables dependancy
715b0c
715b0c
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
715b0c
- Release 0.2
715b0c
715b0c
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
715b0c
- Resolves: #1541554 - first official build
715b0c
- built commit 367213a
715b0c
715b0c
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
715b0c
- built commit 0387f69
715b0c
715b0c
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
715b0c
- First package for Fedora
715b0c