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