diff --git a/SPECS/podman.spec b/SPECS/podman.spec index d032995..a190d67 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -1,48 +1,47 @@ -%{?python_enable_dependency_generator} -%global with_devel 0 -%global with_bundled 1 -%global with_debug 1 -%global with_check 0 -%global with_unit_test 0 +%global _find_debuginfo_dwz_opts %{nil} +%global _dwz_low_mem_die_limit 0 -%bcond_without varlink +%define gobuild(o:) GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; %define gogenerate go generate -%if 0%{?with_debug} -%global _find_debuginfo_dwz_opts %{nil} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif +%define provider github +%define provider_tld com +%define project containers +%define repo libpod +# https://github.com/containers/libpod +%define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} +%define import_path %{provider_prefix} +%define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} +%define commit0 37a3aa6c83603ec774939a8d07c950dd3b26110a +%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global provider github -%global provider_tld com -%global project containers -%global repo libpod +%define repo_plugins dnsname # https://github.com/containers/libpod -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} -%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2ced9094d4728dd09f60a177faa32339a8d0f721 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%define git_plugins https://github.com/containers/dnsname +%define commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe +%define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) -%global import_path_conmon github.com/containers/conmon -%global git_conmon https://%{import_path_conmon} -%global commit_conmon 77f4a5131bfc344ab4485cd3f1e4644bfa2122e2 -%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%define built_tag v1.9.1 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz Name: podman -Epoch: 2 -Version: 1.8.0 +Epoch: 0 +Version: 1.9.1 Release: 1%{?dist} +Epoch: 0 Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ -Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz +Source0: %{download_url} +Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz +Provides: %{name}-manpages = %{epoch}:%{version}-%{release} +Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} -BuildRequires: btrfs-progs-devel +BuildRequires: golang BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -53,22 +52,24 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables -Requires: libseccomp >= 2.4.1 -#Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} -Requires: container-selinux +Requires: conmon +Requires: %{name}-plugins = %{epoch}:%{version}-%{release} +BuildRequires: btrfs-progs-devel +BuildRequires: ostree-devel Requires: slirp4netns >= 0.3.0-2 -#Recommends: fuse-overlayfs >= 0.3-8 -#Recommends: libvarlink-util >= 18-1 +Requires: fuse-overlayfs >= 0.3-8 +Requires: runc +#Requires: crun >= 0.13-2 +Requires: libvarlink-util +Requires: container-selinux # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -173,13 +174,19 @@ Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee55 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e %description -%{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. - -%{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. - +%{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. +%{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. %{summary} %{repo} Simple management tool for pods, containers and images + %package docker Summary: Emulate Docker CLI using %{name} BuildArch: noarch @@ -189,96 +196,17 @@ Conflicts: docker-latest Conflicts: docker-ce Conflicts: docker-ee Conflicts: moby-engine - %description docker This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. -%package manpages -Summary: Man pages for the %{name} commands -BuildArch: noarch - -%description manpages -Man pages for the %{name} commands - -%files manpages -%{_mandir}/man1/%{name}*.1* - -%package remote -Summary: (Experimental) Remote client for managing %{name} containers -#Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} - -%description remote -Remote client for managing %{name} containers. - -This experimental remote client is under heavy development. Please do not -run %{name}-remote in production. -%{name}-remote uses the varlink connection to connect to a %{name} client to -manage pods, containers and container images. %{name}-remote supports ssh -connections as well. - -%if 0%{?with_devel} %package devel Summary: Library for applications looking to use Container Pods BuildArch: noarch Provides: %{repo}-devel = %{epoch}:%{version}-%{release} -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/BurntSushi/toml) -BuildRequires: golang(github.com/containerd/cgroups) -BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns) -BuildRequires: golang(github.com/containers/image/copy) -BuildRequires: golang(github.com/containers/image/directory) -BuildRequires: golang(github.com/containers/image/docker) -BuildRequires: golang(github.com/containers/image/docker/archive) -BuildRequires: golang(github.com/containers/image/docker/reference) -BuildRequires: golang(github.com/containers/image/docker/tarfile) -BuildRequires: golang(github.com/containers/image/image) -BuildRequires: golang(github.com/containers/image/oci/archive) -BuildRequires: golang(github.com/containers/image/pkg/strslice) -BuildRequires: golang(github.com/containers/image/pkg/sysregistries) -BuildRequires: golang(github.com/containers/image/signature) -BuildRequires: golang(github.com/containers/image/storage) -BuildRequires: golang(github.com/containers/image/tarball) -BuildRequires: golang(github.com/containers/image/transports/alltransports) -BuildRequires: golang(github.com/containers/image/types) -BuildRequires: golang(github.com/containers/storage) -BuildRequires: golang(github.com/containers/storage/pkg/archive) -BuildRequires: golang(github.com/containers/storage/pkg/idtools) -BuildRequires: golang(github.com/containers/storage/pkg/reexec) -BuildRequires: golang(github.com/coreos/go-systemd/dbus) -BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni) -BuildRequires: golang(github.com/docker/distribution/reference) -BuildRequires: golang(github.com/docker/docker/daemon/caps) -BuildRequires: golang(github.com/docker/docker/pkg/mount) -BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator) -BuildRequires: golang(github.com/docker/docker/pkg/stringid) -BuildRequires: golang(github.com/docker/docker/pkg/system) -BuildRequires: golang(github.com/docker/docker/pkg/term) -BuildRequires: golang(github.com/docker/docker/pkg/truncindex) -BuildRequires: golang(github.com/ghodss/yaml) -BuildRequires: golang(github.com/godbus/dbus) -BuildRequires: golang(github.com/mattn/go-sqlite3) -BuildRequires: golang(github.com/mrunalp/fileutils) -BuildRequires: golang(github.com/opencontainers/go-digest) -BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1) -BuildRequires: golang(github.com/opencontainers/runc/libcontainer) -BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go) -BuildRequires: golang(github.com/opencontainers/runtime-tools/generate) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label) -BuildRequires: golang(github.com/pkg/errors) -BuildRequires: golang(github.com/sirupsen/logrus) -BuildRequires: golang(github.com/ulule/deepcopier) -BuildRequires: golang(golang.org/x/crypto/ssh/terminal) -BuildRequires: golang(golang.org/x/sys/unix) -BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait) -BuildRequires: golang(k8s.io/client-go/tools/remotecommand) -BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container) -%endif - Requires: golang(github.com/BurntSushi/toml) Requires: golang(github.com/containerd/cgroups) Requires: golang(github.com/containernetworking/plugins/pkg/ns) @@ -343,91 +271,96 @@ Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} - -%description -n libpod-devel -%{summary} - +%description devel This package contains library source intended for building other packages which use import path with %{import_path} prefix. -%endif - -%if 0%{?with_unit_test} && 0%{?with_devel} -%package unit-test-devel -Summary: Unit tests for %{name} package -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/stretchr/testify/assert) -BuildRequires: golang(github.com/urfave/cli) -%endif -Requires: golang(github.com/stretchr/testify/assert) -Requires: golang(github.com/urfave/cli) -%description unit-test-devel +%package -n libpod-devel +Summary: Libpod-devel +%description -n libpod-devel %{summary} -libpod provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif %package tests Summary: Tests for %{name} - Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq - +Requires: skopeo %description tests %{summary} - This package contains system tests for %{name} -%prep -%autosetup -Sgit -n %{repo}-%{commit0} -# untar cri-o +%package remote +Summary: (Experimental) Remote client for managing %{name} containers +%description remote +Remote client for managing %{name} containers. +This experimental remote client is under heavy development. Please do not +run %{name}-remote in production. +%{name}-remote uses the varlink connection to connect to a %{name} client to +manage pods, containers and container images. %{name}-remote supports ssh +connections as well. + + +%package plugins +Summary: Plugins for %{name} +%description plugins +This plugin sets up the use of dnsmasq on a given CNI network so +that Pods can resolve each other by name. When configured, +the pod and its IP address are added to a network specific hosts file +that dnsmasq will read in. Similarly, when a pod +is removed from the network, it will remove the entry from the hosts +file. Each CNI network will have its own dnsmasq instance. + + +%prep +%autosetup -Sgit -n %{repo}-%{built_tag_strip} +# untar dnsname tar zxf %{SOURCE1} + %build +export GO111MODULE=off +# build plugins first cause we don't wanna use podman's buildtags +pushd dnsname-%{commit_plugins} mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s ../../../../ src/%{import_path} +ln -s ../../../../ src/%{import_path_plugins} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) - -export GO111MODULE=off -%gogenerate ./cmd/%{name}/varlink/... +%gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname +popd +export GOPATH=$(pwd)/_build:$(pwd) +mkdir _build +pushd _build +mkdir -p src/%{provider}.%{provider_tld}/%{project} +ln -s ../../../../ src/%{import_path} +popd +ln -s vendor src +%gogenerate ./pkg/varlink/... # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -export GO111MODULE=off -%ifarch ppc64 -export CGO_ENABLED=1 -%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -export GO111MODULE=off +export BUILDTAGS+=" remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -# build conmon -pushd conmon-%{commit_conmon} -%{__make} all -popd %install +%if 0%{?fedora} +sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i +%endif +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +rm -rf docs/containers-mounts.conf.5.md + install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ @@ -444,13 +377,22 @@ mv pkg/hooks/README.md pkg/hooks/README-hooks.md install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers -# install conmon -pushd conmon-%{commit_conmon} -%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name} +# install plugins +pushd dnsname-%{commit_plugins} +%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd +# install /etc/modules-load.d/podman.conf +echo br_netfilter > %{name}.conf +install -dp %{buildroot}%{_sysconfdir}/modules-load.d +install -p -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/modules-load.d/ + +# do not include docker and podman-remote man pages in main package +for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do + echo "$file*" >> podman.file-list +done + # source codes for building projects -%if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list @@ -466,74 +408,38 @@ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" dirprefix=$(dirname $dirprefix) done done -%endif - -# testing files for this project -%if 0%{?with_unit_test} && 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test-devel.file-list -for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif +#TODO Next release this section should be removed, since the make install will handle it +# install service +install -m 644 contrib/systemd/user/podman.socket %{buildroot}/%{_userunitdir}/podman.socket +install -m 644 contrib/systemd/user/podman.service %{buildroot}/%{_userunitdir}/podman.service +install -m 644 contrib/systemd/system/podman.socket %{buildroot}/%{_unitdir}/podman.socket +install -m 644 contrib/systemd/system/podman.service %{buildroot}/%{_unitdir}/podman.service -%if 0%{?with_devel} sort -u -o devel.file-list devel.file-list -%endif %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%if ! 0%{?with_bundled} -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -%else -# Since we aren't packaging up the vendor directory we need to link -# back to it somehow. Hack it up so that we can add the vendor -# directory from BUILD dir as a gopath to be searched when executing -# tests from the BUILDROOT dir. -ln -s ./ ./vendor/src # ./vendor/src -> ./vendor - -export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} -%endif - -%if ! 0%{?gotest:1} -%global gotest go test -%endif - -%gotest %{import_path}/cmd/%{name} -%gotest %{import_path}/libkpod -%gotest %{import_path}/libpod -%gotest %{import_path}/pkg/registrar -%endif - install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ + %triggerpostun -- %{name} < 1.1 %{_bindir}/%{name} system renumber exit 0 + #define license tag if not already defined %{!?_licensedir:%global license %doc} -%files + +%files -f %{name}.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %{_bindir}/%{name} -%{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh -%{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/* -%dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/conmon +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -541,792 +447,41 @@ exit 0 %{_userunitdir}/io.%{name}.service %{_userunitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf +%{_unitdir}/%{name}.service +%{_unitdir}/%{name}.socket +%{_userunitdir}/%{name}.service +%{_userunitdir}/%{name}.socket +%{_sysconfdir}/modules-load.d/%{name}.conf %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* %{_usr}/lib/tmpfiles.d/%{name}-docker.conf -%if 0%{?with_devel} %files -n libpod-devel -f devel.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%endif -%if 0%{?with_unit_test} && 0%{?with_devel} -%files unit-test-devel -f unit-test-devel.file-list -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md -%endif %files remote +%license LICENSE %{_bindir}/%{name}-remote +%{_mandir}/man1/%{name}-remote*.1* +%{_mandir}/man5/%{name}-remote*.5* + %files tests %license LICENSE -%{_datadir}/%{name}/test - -%changelog -* Wed Jul 17 2019 Lokesh Mandvekar - 2:1.4.4-4 -- use conmon v1.0.0-rc2 - -* Mon Jul 08 2019 bbaude - 2:1.4.4-3 -- correct 1.4.4 commit - -* Mon Jul 08 2019 bbaude - 2:1.4.4-2 -- add runtime depend for libssecomp - -* Tue Jul 02 2019 bbaude - 2:1.4.4-1 -- Bump to v1.4.4 - -* Wed Jun 26 2019 Dan Walsh - 2:1.4.3-1 -- Bump to v1.4.3 - -* Wed Jun 19 2019 Dan Walsh - 2:1.4.2-1 -- Bump to v1.4.2 - -* Tue Jun 11 2019 Lokesh Mandvekar - 2:1.4.0-2 -- do not install /usr/libexec/crio - conflicts with crio - -* Mon Jun 10 2019 Lokesh Mandvekar - 2:1.4.0-1 -- Resolves: #1715668 - CVE-2019-10152 -- bump to v1.4.0 - -* Fri May 17 2019 Dan Walsh - 2:1.3.1-1.git7210727 -- New Release of podman - -* Mon Apr 1 2019 Dan Walsh - 2:1.2.0-2.git6aa8078 -- New Release of podman - -* Mon Mar 18 2019 Eduardo Santiago - 2:1.1.2-4.dev.git6aa8078 -- include zsh completion - -* Wed Mar 13 2019 Eduardo Santiago - 2:1.1.2-3.dev.gitb33a00e -- new -tests subpackage - -* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.1.2-2.dev.git0ad9b6b -- missed the system renumber scriptlet in the previous build - -* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.1.2-1.dev.git0ad9b6b -- bump to v1.1.2 - -* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.0.1-32.dev.git228d1cb -- Resolves: #1686636 - do not depend on conmon (conmon moved to modules) - -* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb -- autobuilt 228d1cb - -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae -- autobuilt 3f32eae - -* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd -- autobuilt 1cb16bd - -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 -- autobuilt 0a521e1 - -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c -- autobuilt 81ace5c - -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 -- autobuilt dfc64e1 - -* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 -- autobuilt ee27c39 - -* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 -- autobuilt 8923703 - -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 -- autobuilt c86e8f1 - -* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f -- autobuilt afd4d5f - -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c -- autobuilt 962850c - -* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 -- autobuilt f250745 - -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 -- autobuilt 650e242 - -* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 -- autobuilt 778f986 - -* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 -- autobuilt d5593b8 - -* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af -- autobuilt e6426af - -* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e -- autobuilt e97dc8e - -* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 -- autobuilt 805c6d9 - -* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e -- autobuilt ad5579e - -* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 -- autobuilt ebe9297 - -* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 -- autobuilt c9e1f36 - -* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 -- autobuilt 7838a13 - -* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 -- autobuilt ec96987 - -* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 -- autobuilt ef2f6f9 - -* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f -- autobuilt 579fc0f - -* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 -- autobuilt 0d4bfb0 - -* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 -- autobuilt e3dc660 - -* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a -- autobuilt 0e3264a - -* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 -- autobuilt 1b2f752 - -* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a -- bump to 1.0.1 -- autobuilt 6301f6a - -* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 -- autobuilt 140ae25 - -* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb -- bump to 0.12.2 -- autobuilt 5c86efb - -* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 -- Upstream 1.0.0 release - -* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c -- autobuilt 0f6535c - -* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe -- autobuilt c9d63fe - -* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 -- autobuilt faa2462 - -* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c -- autobuilt b83b07c - -* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec -- autobuilt 4e0c0ec - -* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 -- autobuilt 9ffd480 - -* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 -- autobuilt 098c134 - -* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b -- autobuilt 7438b7b - -* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed -- autobuilt 1aa55ed - -* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d -- Enable python dependency generator - -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d -- autobuilt c50332d - -* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 -- autobuilt 8fe3050 - -* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 -- autobuilt 792f109 +%dir %{_datadir}/%{name}/test +%dir %{_datadir}/%{name}/test/system +%{_datadir}/%{name}/test/system/* -* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 -- autobuilt fe186c6 -* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 -- autobuilt fa998f2 +%files plugins +%license dnsname-%{commit_plugins}/LICENSE +%doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} +%{_libexecdir}/cni/dnsname -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 -- autobuilt 6b059a5 -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 -- autobuilt c8eaf59 - -* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 -- autobuilt 68414c5 - -* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 -- autobuilt b21d474 - -* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 -- autobuilt c086118 - -* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf -- autobuilt 93b5ccf - -* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b -- autobuilt 508388b - -* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f -- autobuilt 8a3361f - -* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 -- autobuilt 235a630 - -* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 -- autobuilt 1f547b2 - -* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 -- bump to 0.12.2 -- autobuilt a387c72 - -* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca -- autobuilt 75b19ca - -* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a -- autobuilt 320085a - -* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 -- autobuilt 5f6ad82 - -* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c -- autobuilt 41f250c - -* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d -- autobuilt 6b8f89d - -* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 -- autobuilt 3af62f6 - -* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 -- autobuilt 3956050 - -* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b -- autobuilt e3ece3b - -* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 -- autobuilt 78604c3 - -* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 -- autobuilt 1fdfeb8 - -* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d -- autobuilt 23feb0d - -* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 -- autobuilt ea928f2 - -* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f -- autobuilt cd5742f - -* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b -- autobuilt 236408b - -* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 -- bump epoch cause previous version was messed up -- built 97bded4 - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 -- bump to 0.11.2 -- autobuilt 7965716 - -* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 -- Remove dirty flag from podman version - - -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 -- bump to 0.11.2 -- autobuilt 78e6d8e - -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 -- bump to 0.11.2 -- autobuilt f5473c6 - -* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 -- Upstream 0.11.1-1 - -* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 -- autobuilt 672f572 - -* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed -- autobuilt e9f8aed - -* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 -- Resolves: #1643744 - build podman with ostree support -- bump to v0.10.2 -- built commit 4955572 - -* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 -- consistent epoch:version-release in changelog - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 -- correct epoch mentions - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 -- bump to v0.10.1.3 - -* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 -- Upstream v0.10.1 release - -* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 -- built libpod commit e7e81e6 -- built conmon from cri-o commit 2cbe48b - -* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 -- Fix required version of runc - -* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 -- bump to v0.9.4 -- built af791f3 - -* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 -- autobuilt c3a0874 - -* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 -- bump to v0.9.3 -- built commit 28a2bf82 - -* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad -- bump to v0.9.1.1 -- built commit 95dbcad - -* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 -- Upstream release of 0.9.1 -- Do not build with devicemapper - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 -- Fix required version of runc - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 -- Fix rpm -qi podman to show the correct URL - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 -- Fix required version of runc - -* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 -- Add a specific version of runc or later to require - -* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 -- bump to v0.8.5-dev -- built commit 65c31d4 -- correct min dep on containernetworking-plugins for upgrade from -containernetworking-cni - -* Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f -- Resolves: #1619411 - python3-podman should require python3-psutil -- podman-docker should conflict with moby-engine -- require nftables -- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) - -* Sun Aug 12 2018 Dan Walsh - 1:0.8.3-3.dev.git3d55721f -- Add podman-docker support -- Force cgroupfs for non root podman - -* Sun Aug 12 2018 Lokesh Mandvekar - 1:0.8.3-2.dev.git3d55721f -- Requires: conmon -- use default %%gobuild - -* Sat Aug 11 2018 Lokesh Mandvekar - 1:0.8.3-1.dev.git3d55721f -- bump to v0.8.3-dev -- built commit 3d55721f -- bump Epoch to 1, cause my autobuilder messed up earlier - -* Wed Aug 01 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f91 -- bump to 0.8.1 -- autobuilt 1a439f9 - -* Tue Jul 31 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901 -- bump to 0.8.1 -- autobuilt 5a4e590 - -* Sun Jul 29 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51 -- bump to 0.8.1 -- autobuilt 433cbd5 - -* Sat Jul 28 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1 -- bump to 0.8.1 -- autobuilt 87d8edb - -* Fri Jul 27 2018 Lokesh Mandvekar - 0.7.4-7.dev.git3dd577e -- fix python package version - -* Fri Jul 27 2018 Igor Gnatenko - 0.7.4-6.dev.git3dd577e -- Rebuild for new binutils - -* Fri Jul 27 2018 Lokesh Mandvekar (Bot) - 0.7.4-5.dev.git3dd577e -- autobuilt 3dd577e - -* Thu Jul 26 2018 Lokesh Mandvekar (Bot) - 0.7.4-4.dev.git9c806a4 -- autobuilt 9c806a4 - -* Wed Jul 25 2018 Lokesh Mandvekar (Bot) - 0.7.4-3.dev.gitc90b740 -- autobuilt c90b740 - -* Tue Jul 24 2018 Lokesh Mandvekar - 0.7.4-2.dev.git9a18681 -- pypodman package exists only if varlink - -* Mon Jul 23 2018 Lokesh Mandvekar - 0.7.4-1.dev.git9a18681 -- bump to v0.7.4-dev -- built commit 9a18681 - -* Mon Jul 23 2018 Dan Walsh - 0.7.3-2.dev.git06c546e -- Add Reccommeds container-selinux - -* Sun Jul 15 2018 Lokesh Mandvekar - 0.7.3-1.dev.git06c546e -- built commit 06c546e - -* Sat Jul 14 2018 Dan Walsh - 0.7.2-10.dev.git86154b6 -- Add install of pypodman - -* Fri Jul 13 2018 Fedora Release Engineering - 0.7.2-9.dev.git86154b6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jul 12 2018 Lokesh Mandvekar (Bot) - 0.7.2-8.dev.git86154b6 -- autobuilt 86154b6 - -* Wed Jul 11 2018 Lokesh Mandvekar (Bot) - 0.7.2-7.dev.git84cfdb2 -- autobuilt 84cfdb2 - -* Tue Jul 10 2018 Lokesh Mandvekar (Bot) - 0.7.2-6.dev.git4f9b1ae -- autobuilt 4f9b1ae - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-5.gitc7424b6 -- autobuilt c7424b6 - -* Mon Jul 09 2018 Dan Walsh - 0.7.2-4.gitf661e1d -- Add ostree support - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-3.gitf661e1d -- autobuilt f661e1d - -* Sun Jul 08 2018 Lokesh Mandvekar (Bot) - 0.7.2-2.git0660108 -- autobuilt 0660108 - -* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 0.7.2-1.gitca6ffbc -- bump to 0.7.2 -- autobuilt ca6ffbc - -* Fri Jul 06 2018 Lokesh Mandvekar (Bot) - 0.7.1-6.git99959e5 -- autobuilt 99959e5 - -* Thu Jul 05 2018 Lokesh Mandvekar (Bot) - 0.7.1-5.gitf2462ca -- autobuilt f2462ca - -* Wed Jul 04 2018 Lokesh Mandvekar (Bot) - 0.7.1-4.git6d8fac8 -- autobuilt 6d8fac8 - -* Tue Jul 03 2018 Lokesh Mandvekar (Bot) - 0.7.1-3.git767b3dd -- autobuilt 767b3dd - -* Mon Jul 02 2018 Miro Hrončok - 0.7.1-2.gitb96be3a -- Rebuilt for Python 3.7 - -* Sat Jun 30 2018 Lokesh Mandvekar (Bot) - 0.7.1-1.gitb96be3a -- bump to 0.7.1 -- autobuilt b96be3a - -* Fri Jun 29 2018 Lokesh Mandvekar (Bot) - 0.6.5-6.gitd61d8a3 -- autobuilt d61d8a3 - -* Thu Jun 28 2018 Lokesh Mandvekar (Bot) - 0.6.5-5.gitfd12c89 -- autobuilt fd12c89 - -* Wed Jun 27 2018 Lokesh Mandvekar (Bot) - 0.6.5-4.git56133f7 -- autobuilt 56133f7 - -* Tue Jun 26 2018 Lokesh Mandvekar (Bot) - 0.6.5-3.git208b9a6 -- autobuilt 208b9a6 - -* Mon Jun 25 2018 Lokesh Mandvekar (Bot) - 0.6.5-2.gite89bbd6 -- autobuilt e89bbd6 - -* Sat Jun 23 2018 Lokesh Mandvekar (Bot) - 0.6.5-1.git7182339 -- bump to 0.6.5 -- autobuilt 7182339 - -* Fri Jun 22 2018 Lokesh Mandvekar (Bot) - 0.6.4-7.git4bd0f22 -- autobuilt 4bd0f22 - -* Thu Jun 21 2018 Lokesh Mandvekar (Bot) - 0.6.4-6.git6804fde -- autobuilt 6804fde - -* Wed Jun 20 2018 Lokesh Mandvekar (Bot) - 0.6.4-5.gitf228cf7 -- autobuilt f228cf7 - -* Tue Jun 19 2018 Miro Hrončok - 0.6.4-4.git5645789 -- Rebuilt for Python 3.7 - -* Tue Jun 19 2018 Lokesh Mandvekar (Bot) - 0.6.4-3.git5645789 -- autobuilt 5645789 - -* Mon Jun 18 2018 Lokesh Mandvekar (Bot) - 0.6.4-2.git9e13457 -- autobuilt 9e13457 - -* Sat Jun 16 2018 Lokesh Mandvekar (Bot) - 0.6.4-1.gitb43677c -- bump to 0.6.4 -- autobuilt b43677c - -* Fri Jun 15 2018 Lokesh Mandvekar (Bot) - 0.6.3-6.git6bdf023 -- autobuilt 6bdf023 - -* Thu Jun 14 2018 Lokesh Mandvekar (Bot) - 0.6.3-5.git65033b5 -- autobuilt 65033b5 - -* Wed Jun 13 2018 Lokesh Mandvekar (Bot) - 0.6.3-4.git95ea3d4 -- autobuilt 95ea3d4 - -* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 0.6.3-3.gitab72130 -- autobuilt ab72130 - -* Mon Jun 11 2018 Lokesh Mandvekar (Bot) - 0.6.3-2.git1e9e530 -- autobuilt 1e9e530 - -* Sat Jun 09 2018 Lokesh Mandvekar (Bot) - 0.6.3-1.gitb78e7e4 -- bump to 0.6.3 -- autobuilt b78e7e4 - -* Fri Jun 08 2018 Lokesh Mandvekar (Bot) - 0.6.2-7.git1cbce85 -- autobuilt 1cbce85 - -* Thu Jun 07 2018 Lokesh Mandvekar (Bot) - 0.6.2-6.gitb1ebad9 -- autobuilt b1ebad9 - -* Wed Jun 06 2018 Lokesh Mandvekar (Bot) - 0.6.2-5.git7b2b2bc -- autobuilt 7b2b2bc - -* Tue Jun 05 2018 Lokesh Mandvekar (Bot) - 0.6.2-4.git14cf6d2 -- autobuilt 14cf6d2 - -* Mon Jun 04 2018 Lokesh Mandvekar (Bot) - 0.6.2-3.gitcae49fc -- autobuilt cae49fc - -* Sun Jun 03 2018 Lokesh Mandvekar (Bot) - 0.6.2-2.git13f7450 -- autobuilt 13f7450 - -* Sat Jun 02 2018 Lokesh Mandvekar (Bot) - 0.6.2-1.git22e6f11 -- bump to 0.6.2 -- autobuilt 22e6f11 - -* Fri Jun 01 2018 Lokesh Mandvekar (Bot) - 0.6.1-4.gita9e9fd4 -- autobuilt a9e9fd4 - -* Thu May 31 2018 Lokesh Mandvekar (Bot) - 0.6.1-3.gita127b4f -- autobuilt a127b4f - -* Wed May 30 2018 Lokesh Mandvekar (Bot) - 0.6.1-2.git8ee0f2b -- autobuilt 8ee0f2b - -* Sat May 26 2018 Lokesh Mandvekar (Bot) - 0.6.1-1.git44d1c1c -- bump to 0.6.1 -- autobuilt 44d1c1c - -* Fri May 18 2018 Lokesh Mandvekar - 0.5.3-7.gitc54b423 -- make python3-podman the same version as the main package -- build python3-podman only for fedora >= 28 - -* Fri May 18 2018 Lokesh Mandvekar (Bot) - 0.5.3-6.gitc54b423 -- autobuilt c54b423 - -* Wed May 16 2018 Lokesh Mandvekar - 0.5.3-5.git624660c -- built commit 624660c -- New subapackage: python3-podman - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-4.git9fcc475 -- autobuilt 9fcc475 - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-3.git0613844 -- autobuilt 0613844 - -* Tue May 15 2018 Lokesh Mandvekar (Bot) - 0.5.3-2.git45838b9 -- autobuilt 45838b9 - -* Fri May 11 2018 Lokesh Mandvekar - 0.5.3-1.git07253fc -- bump to v0.5.3 -- built commit 07253fc - -* Fri May 11 2018 Lokesh Mandvekar (Bot) - 0.5.2-5.gitcc1bad8 -- autobuilt cc1bad8 - -* Wed May 09 2018 Lokesh Mandvekar (Bot) - 0.5.2-4.git2526355 -- autobuilt 2526355 - -* Tue May 08 2018 Lokesh Mandvekar (Bot) - 0.5.2-3.gitfaa8c3e -- autobuilt faa8c3e - -* Sun May 06 2018 Lokesh Mandvekar (Bot) - 0.5.2-2.gitfa4705c -- autobuilt fa4705c - -* Sat May 05 2018 Lokesh Mandvekar (Bot) - 0.5.2-1.gitbb0e754 -- bump to 0.5.2 -- autobuilt bb0e754 - -* Fri May 04 2018 Lokesh Mandvekar (Bot) - 0.5.1-5.git5ae940a -- autobuilt 5ae940a - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-4.git64dc803 -- autobuilt commit 64dc803 - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-3.git970eaf0 -- autobuilt commit 970eaf0 - -* Tue May 01 2018 Lokesh Mandvekar (Bot) - 0.5.1-2.git7a0a855 -- autobuilt commit 7a0a855 - -* Sun Apr 29 2018 Lokesh Mandvekar - 0.5.1-1.giteda0fd7 -- reflect version number correctly -- my builder script error ended up picking the wrong version number previously - -* Sun Apr 29 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.giteda0fd7 -- autobuilt commit eda0fd7 - -* Sat Apr 28 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git6774425 -- autobuilt commit 6774425 - -* Fri Apr 27 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git39a7a77 -- autobuilt commit 39a7a77 - -* Thu Apr 26 2018 Lokesh Mandvekar (Bot) - 0.4.2-2.git58cb8f7 -- autobuilt commit 58cb8f7 - -* Wed Apr 25 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de -- bump to 0.4.2 -- autobuilt commit bef93de - -* Tue Apr 24 2018 Lokesh Mandvekar - 0.4.4-1.git398133e -- use correct version number - -* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.4.2-22.git398133e -- autobuilt commit 398133e - -* Sun Apr 22 2018 Lokesh Mandvekar (Bot) - 0.4.2-21.gitcf1d884 -- autobuilt commit cf1d884 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-20.git9b457e3 -- autobuilt commit 9b457e3 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de9.git228732d -- autobuilt commit 228732d - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de8.gitf2658ec -- autobuilt commit f2658ec - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de7.git6a9dbf3 -- autobuilt commit 6a9dbf3 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de6.git96d1162 -- autobuilt commit 96d1162 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de5.git96d1162 -- autobuilt commit 96d1162 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de4.git6c5ebb0 -- autobuilt commit 6c5ebb0 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de3.gitfa8442e -- autobuilt commit fa8442e - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de2.gitfa8442e -- autobuilt commit fa8442e - -* Sun Apr 15 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de1.gitfa8442e -- autobuilt commit fa8442e - -* Sat Apr 14 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de0.git62b59df -- autobuilt commit 62b59df - -* Fri Apr 13 2018 Lokesh Mandvekar (Bot) - 0.4.2-9.git191da31 -- autobuilt commit 191da31 - -* Thu Apr 12 2018 Lokesh Mandvekar (Bot) - 0.4.2-8.git6f51a5b -- autobuilt commit 6f51a5b - -* Wed Apr 11 2018 Lokesh Mandvekar (Bot) - 0.4.2-7.git77a1665 -- autobuilt commit 77a1665 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-6.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-2.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-1.gitbef93de.git998fd2e -- bump to 0.4.2 -- autobuilt commit 998fd2e - -* Thu Mar 29 2018 baude - 0.3.5-2.gitdb6bf9e3 -- Upstream release 0.3.5 - -* Tue Mar 27 2018 Lokesh Mandvekar - 0.3.5-1.git304bf53 -- built commit 304bf53 - -* Fri Mar 23 2018 baude - 0.3.4-1.git57b403e -- Upstream release 0.3.4 - -* Fri Mar 16 2018 baude - 0.3.3-2.dev.gitbc358eb -- Upstream release 0.3.3 - -* Wed Mar 14 2018 Lokesh Mandvekar - 0.3.3-1.dev.gitbc358eb -- built podman commit bc358eb -- built conmon from cri-o commit 712f3b8 - -* Fri Mar 09 2018 baude - 0.3.2-1.gitf79a39a -- Release 0.3.2-1 - -* Sun Mar 04 2018 baude - 0.3.1-2.git98b95ff -- Correct RPM version - -* Fri Mar 02 2018 baude - 0.3.1-1-gitc187538 -- Release 0.3.1-1 - -* Sun Feb 25 2018 Peter Robinson 0.2.2-2.git525e3b1 -- Build on ARMv7 too (Fedora supports containers on that arch too) - -* Fri Feb 23 2018 baude - 0.2.2-1.git525e3b1 -- Release 0.2.2 - -* Fri Feb 16 2018 baude - 0.2.1-1.git3d0100b -- Release 0.2.1 - -* Wed Feb 14 2018 baude - 0.2-3.git3d0100b -- Add dep for atomic-registries - -* Tue Feb 13 2018 baude - 0.2-2.git3d0100b -- Add more 64bit arches -- Add containernetworking-cni dependancy -- Add iptables dependancy - -* Mon Feb 12 2018 baude - 0-2.1.git3d0100 -- Release 0.2 - -* Tue Feb 06 2018 Lokesh Mandvekar - 0-0.3.git367213a -- Resolves: #1541554 - first official build -- built commit 367213a - -* Fri Feb 02 2018 Lokesh Mandvekar - 0-0.2.git0387f69 -- built commit 0387f69 - -* Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 -- First package for Fedora +%changelog