d06322
%global with_check 0
d06322
d06322
%global _find_debuginfo_dwz_opts %{nil}
d06322
%global _dwz_low_mem_die_limit 0
d06322
d06322
%define gobuild(o:) \
d06322
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
d06322
d06322
%global import_path github.com/containers/podman
d06322
%global branch v4.0
d06322
%global commit0 49f8da7271ed9b9256a182aca004700047e271ed
d06322
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
d06322
%global cataver 0.1.7
d06322
#%%global dnsnamever 1.3.0
d06322
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
d06322
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
d06322
%global gvproxyrepo gvisor-tap-vsock
d06322
%global gvproxyver 0.1.0
d06322
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
d06322
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
d06322
d06322
Epoch: 2
d06322
Name: podman
d06322
Version: 4.0.0
d06322
Release: 1%{?dist}
d06322
Summary: Manage Pods, Containers and Container Images
d06322
License: ASL 2.0 and GPLv3+
d06322
URL: https://%{name}.io/
d06322
%if 0%{?branch:1}
d06322
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
d06322
%else
d06322
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
d06322
%endif
d06322
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
d06322
#Source2: https://github.com/containers/dnsname/archive/v%%{dnsnamever}.tar.gz
d06322
Source2: https://github.com/containers/dnsname/archive/%{commit_dnsname}/dnsname-%{shortcommit_dnsname}.tar.gz
d06322
Source3: https://github.com/containers/%{name}-machine-cni/archive/%{commit_mcni}/%{name}-machine-cni-%{shortcommit_mcni}.tar.gz
d06322
Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar.gz
d06322
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
d06322
ExclusiveArch: %{go_arches}
d06322
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
d06322
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
d06322
BuildRequires: golang >= 1.16.6
d06322
BuildRequires: glib2-devel
d06322
BuildRequires: glibc-devel
d06322
BuildRequires: glibc-static
d06322
BuildRequires: git-core
d06322
BuildRequires: /usr/bin/go-md2man
d06322
BuildRequires: gpgme-devel
d06322
BuildRequires: libassuan-devel
d06322
BuildRequires: libgpg-error-devel
d06322
BuildRequires: libseccomp-devel
d06322
BuildRequires: libselinux-devel
d06322
BuildRequires: ostree-devel
d06322
BuildRequires: pkgconfig
d06322
BuildRequires: make
d06322
BuildRequires: systemd
d06322
BuildRequires: systemd-devel
d06322
BuildRequires: shadow-utils-subid-devel
d06322
# for catatonit
d06322
BuildRequires: autoconf
d06322
BuildRequires: automake
d06322
BuildRequires: file
d06322
BuildRequires: gcc
d06322
BuildRequires: libtool
d06322
Requires: containers-common >= 2:1-2
d06322
Requires: containernetworking-plugins >= 0.9.1-1
d06322
Requires: iptables
d06322
Requires: nftables
d06322
Obsoletes: oci-systemd-hook < 1
d06322
Requires: libseccomp >= 2.4.1
d06322
Requires: conmon >= 2.0.25
d06322
Requires: (container-selinux if selinux-policy)
d06322
Requires: slirp4netns >= 0.4.0-1
d06322
Requires: runc >= 1.0.0-57
d06322
Requires: fuse-overlayfs
d06322
Requires: %{name}-catatonit >= %{epoch}:%{version}-%{release}
d06322
Requires: oci-runtime
d06322
d06322
%description
d06322
%{name} (Pod Manager) is a fully featured container engine that is a simple
d06322
daemonless tool.  %{name} provides a Docker-CLI comparable command line that
d06322
eases the transition from other container engines and allows the management of
d06322
pods, containers and images.  Simply put: alias docker=%{name}.
d06322
Most %{name} commands can be run as a regular user, without requiring
d06322
additional privileges.
d06322
d06322
%{name} uses Buildah(1) internally to create container images.
d06322
Both tools share image (not container) storage, hence each can use or
d06322
manipulate images (but not containers) created by the other.
d06322
d06322
%{summary}
d06322
%{name} Simple management tool for pods, containers and images
d06322
d06322
%package docker
d06322
Summary: Emulate Docker CLI using %{name}
d06322
BuildArch: noarch
d06322
Requires: %{name} = %{epoch}:%{version}-%{release}
d06322
Provides: docker = %{epoch}:%{version}-%{release}
d06322
d06322
%description docker
d06322
This package installs a script named docker that emulates the Docker CLI by
d06322
executes %{name} commands, it also creates links between all Docker CLI man
d06322
pages and %{name}.
d06322
d06322
%package remote
d06322
Summary: A remote CLI for Podman: A Simple management tool for pods, containers and images
d06322
d06322
%description remote
d06322
%{name}-remote provides a local client interacting with a Podman backend
d06322
node through a RESTful API tunneled through a ssh connection. In this context,
d06322
a %{name} node is a Linux system with Podman installed on it and the API
d06322
service activated.
d06322
d06322
Credentials for this session can be passed in using flags, environment
d06322
variables, or in containers.conf.
d06322
d06322
%package catatonit
d06322
Summary: A signal-forwarding process manager for containers
d06322
Requires: %{name} = %{epoch}:%{version}-%{release}
d06322
d06322
%description catatonit
d06322
Catatonit is a /sbin/init program for use within containers. It
d06322
forwards (almost) all signals to the spawned child, tears down
d06322
the container when the spawned child exits, and otherwise
d06322
cleans up other exited processes (zombies).
d06322
d06322
This is a reimplementation of other container init programs (such as
d06322
"tini" or "dumb-init"), but uses modern Linux facilities (such as
d06322
signalfd(2)) and has no additional features.
d06322
d06322
%package plugins
d06322
Summary: Plugins for %{name}
d06322
Requires: dnsmasq
d06322
Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release}
d06322
d06322
%description plugins
d06322
This plugin sets up the use of dnsmasq on a given CNI network so
d06322
that Pods can resolve each other by name.  When configured,
d06322
the pod and its IP address are added to a network specific hosts file
d06322
that dnsmasq will read in.  Similarly, when a pod
d06322
is removed from the network, it will remove the entry from the hosts
d06322
file.  Each CNI network will have its own dnsmasq instance.
d06322
d06322
%package tests
d06322
Summary: Tests for %{name}
d06322
Requires: %{name} = %{epoch}:%{version}-%{release}
d06322
Requires: %{name}-plugins = %{epoch}:%{version}-%{release}
d06322
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
d06322
Requires: nmap-ncat
d06322
Requires: httpd-tools
d06322
Requires: jq
d06322
Requires: socat
d06322
Requires: skopeo
d06322
Requires: openssl
d06322
Requires: buildah
d06322
Requires: gnupg
d06322
Requires: git-daemon
d06322
d06322
%description tests
d06322
%{summary}
d06322
d06322
This package contains system tests for %{name}
d06322
d06322
%package gvproxy
d06322
Summary: Go replacement for libslirp and VPNKit
d06322
d06322
%description gvproxy
d06322
A replacement for libslirp and VPNKit, written in pure Go.
d06322
It is based on the network stack of gVisor. Compared to libslirp,
d06322
gvisor-tap-vsock brings a configurable DNS server and
d06322
dynamic port forwarding.
d06322
d06322
%prep
d06322
%if 0%{?branch:1}
d06322
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
d06322
%else
d06322
%autosetup -Sgit -n %{name}-%{commit0}
d06322
%endif
d06322
sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile
d06322
tar fx %{SOURCE1}
d06322
tar fx %{SOURCE2}
d06322
tar fx %{SOURCE3}
d06322
tar fx %{SOURCE4}
d06322
d06322
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
d06322
d06322
# this is shipped by skopeo: containers-common subpackage
d06322
rm -rf docs/source/markdown/containers-mounts.conf.5.md
d06322
d06322
%build
d06322
export GO111MODULE=off
d06322
export GOPATH=$(pwd)/_build:$(pwd)
d06322
CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
d06322
# These extra flags present in $CFLAGS have been skipped for now as they break the build
d06322
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g')
d06322
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-Wp,D_GLIBCXX_ASSERTIONS//g')
d06322
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-annobin-cc1//g')
d06322
d06322
%ifarch x86_64
d06322
export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full"
d06322
%endif
d06322
d06322
mkdir _build
d06322
pushd _build
d06322
mkdir -p src/github.com/containers
d06322
ln -s ../../../../ src/github.com/containers/podman
d06322
popd
d06322
ln -s vendor src
d06322
d06322
rm -rf vendor/github.com/containers/storage/drivers/register/register_btrfs.go
d06322
d06322
# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here?
d06322
LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)"
d06322
d06322
# build rootlessport first
d06322
%gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport
d06322
d06322
export BUILDTAGS="seccomp btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_btrfs $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
d06322
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
d06322
d06322
# build %%{name}-remote
d06322
export BUILDTAGS="remote $BUILDTAGS"
d06322
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
d06322
d06322
%{__make} docs
d06322
d06322
# build catatonit
d06322
LDFLAGS="%__global_ldflags"
d06322
CFLAGS="%{optflags} -fPIE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
d06322
pushd catatonit-%{cataver}
d06322
autoreconf -fi
d06322
%configure
d06322
%{__make} %{?_smp_mflags}
d06322
# Make sure we *always* build a static binary for catatonit. Otherwise we'll break containers
d06322
# that don't have the necessary shared libs.
d06322
file catatonit | grep 'statically linked'
d06322
if [ $? != 0 ]; then
d06322
   echo "ERROR: catatonit binary must be statically linked!"
d06322
   exit 1
d06322
fi
d06322
popd
d06322
d06322
# build dnsname plugin
d06322
unset LDFLAGS
d06322
pushd dnsname-%{commit_dnsname}
d06322
mkdir _build
d06322
pushd _build
d06322
mkdir -p src/github.com/containers
d06322
ln -s ../../../../ src/github.com/containers/dnsname
d06322
popd
d06322
ln -s vendor src
d06322
export GOPATH=$(pwd)/_build:$(pwd)
d06322
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
d06322
popd
d06322
d06322
pushd %{name}-machine-cni-%{commit_mcni}
d06322
mkdir _build
d06322
pushd _build
d06322
mkdir -p src/github.com/containers
d06322
ln -s ../../../../ src/github.com/containers/%{name}-machine-cni
d06322
popd
d06322
ln -s vendor src
d06322
export GOPATH=$(pwd)/_build:$(pwd)
d06322
%gobuild -o bin/%{name}-machine github.com/containers/%{name}-machine-cni/plugins/meta/%{name}-machine
d06322
popd
d06322
d06322
pushd %{gvproxyrepo}-%{gvproxyver}
d06322
mkdir _build
d06322
pushd _build
d06322
mkdir -p src/github.com/containers
d06322
ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
d06322
popd
d06322
ln -s vendor src
d06322
export GOPATH=$(pwd)/_build:$(pwd)
d06322
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
d06322
popd
d06322
d06322
%install
d06322
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
d06322
        install.bin \
d06322
        install.remote \
d06322
        install.man \
d06322
        install.systemd \
d06322
        install.completions \
d06322
        install.docker
d06322
d06322
# install test scripts, but not the internal helpers.t meta-test
d06322
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
d06322
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
d06322
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
d06322
rm -f               %{buildroot}/%{_datadir}/%{name}/test/system/*.t
d06322
d06322
# do not include docker and podman-remote man pages in main package
d06322
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
d06322
    echo "$file*" >> podman.file-list
d06322
done
d06322
d06322
# install catatonit
d06322
install -dp %{buildroot}%{_libexecdir}/catatonit
d06322
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/catatonit
d06322
install -dp %{buildroot}%{_libexecdir}/podman
d06322
install -dp %{buildroot}%{_datadir}/licenses/podman-catatonit
d06322
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman-catatonit/COPYING
d06322
ln -s %{_libexecdir}/catatonit/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
d06322
d06322
# install dnsname plugin
d06322
pushd dnsname-%{commit_dnsname}
d06322
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
d06322
popd
d06322
d06322
# install machine-cni plugin
d06322
pushd %{name}-machine-cni-%{commit_mcni}
d06322
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
d06322
popd
d06322
d06322
# install gvproxy
d06322
pushd %{gvproxyrepo}-%{gvproxyver}
d06322
install -dp %{buildroot}%{_libexecdir}/%{name}
d06322
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
d06322
popd
d06322
d06322
%check
d06322
%if 0%{?with_check}
d06322
# Since we aren't packaging up the vendor directory we need to link
d06322
# back to it somehow. Hack it up so that we can add the vendor
d06322
# directory from BUILD dir as a gopath to be searched when executing
d06322
# tests from the BUILDROOT dir.
d06322
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
d06322
d06322
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
d06322
d06322
%if ! 0%{?gotest:1}
d06322
%global gotest go test
d06322
%endif
d06322
d06322
%gotest %{import_path}/cmd/%{name}
d06322
%gotest %{import_path}/libkpod
d06322
%gotest %{import_path}/libpod
d06322
%gotest %{import_path}/pkg/registrar
d06322
%endif
d06322
d06322
%triggerpostun -- %{name} < 1.1
d06322
%{_bindir}/%{name} system renumber
d06322
exit 0
d06322
d06322
#define license tag if not already defined
d06322
%{!?_licensedir:%global license %doc}
d06322
d06322
%files -f podman.file-list
d06322
%license LICENSE
d06322
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
d06322
%{_bindir}/%{name}
d06322
%{_libexecdir}/%{name}/rootlessport
d06322
%{_datadir}/bash-completion/completions/%{name}
d06322
# By "owning" the site-functions dir, we don't need to Require zsh
d06322
%dir %{_datadir}/zsh/site-functions
d06322
%{_datadir}/zsh/site-functions/_%{name}
d06322
%dir %{_datadir}/fish/vendor_completions.d
d06322
%{_datadir}/fish/vendor_completions.d/%{name}.fish
d06322
%ghost %dir %{_sysconfdir}/cni/net.d
d06322
%ghost %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
d06322
%{_unitdir}/*.service
d06322
%{_unitdir}/*.socket
d06322
%{_unitdir}/*.timer
d06322
%{_userunitdir}/*.service
d06322
%{_userunitdir}/*.socket
d06322
%{_userunitdir}/*.timer
d06322
%{_usr}/lib/tmpfiles.d/%{name}.conf
d06322
d06322
%files docker
d06322
%{_bindir}/docker
d06322
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
d06322
d06322
%files remote
d06322
%license LICENSE
d06322
%{_bindir}/%{name}-remote
d06322
%{_mandir}/man1/%{name}-remote*.*
d06322
%{_datadir}/bash-completion/completions/%{name}-remote
d06322
%dir %{_datadir}/fish
d06322
%dir %{_datadir}/fish/vendor_completions.d
d06322
%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish
d06322
%dir %{_datadir}/zsh
d06322
%dir %{_datadir}/zsh/site-functions
d06322
%{_datadir}/zsh/site-functions/_%{name}-remote
d06322
d06322
%files catatonit
d06322
%license COPYING
d06322
%doc README.md
d06322
%dir %{_libexecdir}/catatonit
d06322
%{_libexecdir}/catatonit/catatonit
d06322
%dir %{_libexecdir}/podman
d06322
%{_libexecdir}/podman/catatonit
d06322
d06322
%files plugins
d06322
%license dnsname-%{commit_dnsname}/LICENSE
d06322
%doc dnsname-%{commit_dnsname}/{README.md,README_PODMAN.md}
d06322
%{_libexecdir}/cni/dnsname
d06322
%{_libexecdir}/cni/%{name}-machine
d06322
d06322
%files tests
d06322
%license LICENSE
d06322
%{_datadir}/%{name}/test
d06322
d06322
%files gvproxy
d06322
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
d06322
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
d06322
%dir %{_libexecdir}/%{name}
d06322
%{_libexecdir}/%{name}/gvproxy
d06322
d06322
%changelog
d06322
* Mon Feb 21 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-1
d06322
- use correct commit 49f8da72 for podman, previous commit said 4.0.1-dev
d06322
- install podman-plugins for gating tests
d06322
- Related: #2001445
d06322
d06322
* Fri Feb 18 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.29
d06322
- update to podman-4.0.0 final
d06322
- Related: #2001445
d06322
d06322
* Thu Feb 17 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.28
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/a34f279)
d06322
- Related: #2001445
d06322
d06322
* Wed Feb 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.27
d06322
- fix linker flags to assure -D_FORTIFY_SOURCE=2 is present at the command line
d06322
- Related: #2001445
d06322
d06322
* Tue Feb 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.26
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/ab3e566)
d06322
- Related: #2001445
d06322
d06322
* Mon Feb 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.25
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/b0a445e)
d06322
- Related: #2001445
d06322
d06322
* Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.24
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/c4a9aa7)
d06322
- Related: #2001445
d06322
d06322
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.23
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/5b2d96f)
d06322
- Related: #2001445
d06322
d06322
* Mon Feb 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.22
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/2dca7b2)
d06322
- Related: #2001445
d06322
d06322
* Fri Feb 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.21
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/4ad9e00)
d06322
- Related: #2001445
d06322
d06322
* Fri Feb 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.20
d06322
- update to the latest content of https://github.com/containers/podman/tree/v4.0
d06322
  (https://github.com/containers/podman/commit/337f706)
d06322
- Related: #2001445
d06322
d06322
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.19
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/a54320a)
d06322
- Related: #2001445
d06322
d06322
* Fri Jan 21 2022 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.18
d06322
- update gating tests
d06322
- Related: #2001445
d06322
d06322
* Tue Jan 18 2022 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.17
d06322
- add git-daemon to test subpackage
d06322
  (https://github.com/containers/podman/issues/12851)
d06322
- Related: #2001445
d06322
d06322
* Fri Jan 14 2022 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.16
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/63134a1)
d06322
- Related: #2001445
d06322
d06322
* Tue Jan 11 2022 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/3f57b6e)
d06322
- Related: #2001445
d06322
d06322
* Fri Dec 17 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.14
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/17788ed)
d06322
- Related: #2001445
d06322
d06322
* Thu Dec 09 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.5-0.13
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/b8fde5c)
d06322
- Related: #2001445
d06322
d06322
* Wed Dec 08 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.4-0.12
d06322
- drop patch applied upstream
d06322
- Related: #2001445
d06322
d06322
* Mon Dec 06 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/fe44757)
d06322
- Related: #2001445
d06322
d06322
* Thu Dec 02 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/815f36a)
d06322
- Related: #2001445
d06322
d06322
* Wed Dec 01 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.9
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/31bc358)
d06322
- Related: #2001445
d06322
d06322
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/e3a7a74)
d06322
- add libsubid_tag.sh into BUILDTAGS
d06322
- Related: #2001445
d06322
d06322
* Mon Nov 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/7203178)
d06322
- Related: #2001445
d06322
d06322
* Tue Nov 16 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.6
d06322
- remove -t 0 from podman gating test
d06322
- Related: #2001445
d06322
d06322
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.5
d06322
- add BuildRequires: shadow-utils-subid-devel
d06322
- Related: #2001445
d06322
d06322
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/4808a63)
d06322
- Related: #2001445
d06322
d06322
* Tue Nov 09 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/8de9950)
d06322
- Related: #2001445
d06322
d06322
* Tue Nov 02 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/75023e9)
d06322
- Related: #2001445
d06322
d06322
* Tue Oct 26 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/09aade7)
d06322
- Related: #2001445
d06322
d06322
* Tue Oct 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-4
d06322
- more dependency tightening - thanks to Michael Rochefort for noticing
d06322
- Related: #2001445
d06322
d06322
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-3
d06322
- fix also dependency for podman-catatonit
d06322
- Related: #2001445
d06322
d06322
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-2
d06322
- respect Epoch in subpackage dependencies
d06322
- Related: #2001445
d06322
d06322
* Fri Oct 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-0.3
d06322
- fix Release to denote this is not a development version
d06322
- Related: #2001445
d06322
d06322
* Fri Oct 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-0.2
d06322
- bump Epoch to preserve upgrade path
d06322
- Related: #2001445
d06322
d06322
* Wed Oct 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.4.1-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.4
d06322
  (https://github.com/containers/podman/commit/c15c154)
d06322
- Related: #2001445
d06322
d06322
* Wed Oct 13 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.21
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/72e87c0)
d06322
- Related: #2001445
d06322
d06322
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.20
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/ea86893)
d06322
- Related: #2001445
d06322
d06322
* Fri Oct 08 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.19
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/14c0fcc)
d06322
- Related: #2001445
d06322
d06322
* Thu Oct 07 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.18
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/bfb904b)
d06322
- Related: #2001445
d06322
d06322
* Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.17
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/8bcc086)
d06322
- Related: #2001445
d06322
d06322
* Tue Oct 05 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.16
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/c963a50)
d06322
- Related: #2001445
d06322
d06322
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/b9d8c63)
d06322
- Related: #2001445
d06322
d06322
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.14
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/317e20a)
d06322
- Related: #2001445
d06322
d06322
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.13
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/b187dfe)
d06322
- Related: #2001445
d06322
d06322
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.12
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/cd10304)
d06322
- Related: #2001445
d06322
d06322
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/b60cff8)
d06322
- Related: #2001445
d06322
d06322
* Fri Sep 24 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/800d594)
d06322
- Related: #2001445
d06322
d06322
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.9
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/1dba601)
d06322
- Related: #2001445
d06322
d06322
* Wed Sep 22 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/8e2d25e)
d06322
- Related: #2001445
d06322
d06322
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/b925d70)
d06322
- Related: #2001445
d06322
d06322
* Mon Sep 20 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/ddb3844)
d06322
- Related: #2001445
d06322
d06322
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/84c61b7)
d06322
- Related: #2001445
d06322
d06322
* Thu Sep 16 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/5f41ffd)
d06322
- update to https://github.com/containers/podman-machine-cni/releases/tag/v0.2.0
d06322
- Related: #2001445
d06322
d06322
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/323fe36)
d06322
- Related: #2001445
d06322
d06322
* Mon Sep 13 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/0f3d3bd)
d06322
- Related: #2001445
d06322
d06322
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/63f6656)
d06322
- Related: #2001445
d06322
d06322
* Mon Aug 30 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3.3.1-7
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
d06322
  (https://github.com/containers/podman/commit/405507a)
d06322
- Related: #1934415
d06322
- correct previous changelog entry
d06322
d06322
* Mon Aug 30 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.1-6
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
d06322
  (https://github.com/containers/podman/commit/405507a)
d06322
- Related: #1934415
d06322
d06322
* Mon Aug 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-5
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/7752c73)
d06322
- Related: #1934415
d06322
d06322
* Fri Aug 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-4
d06322
- podman-gvproxy -> gvproxy
d06322
- Related: #1934415
d06322
d06322
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-3
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/d09259a)
d06322
- Related: #1934415
d06322
d06322
* Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-2
d06322
- amend containers-common dependency
d06322
- Related: #1934415
d06322
d06322
* Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/8809aed)
d06322
- Related: #1934415
d06322
d06322
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-8
d06322
- Bump podman to v3.3.0
d06322
- Related: #1966538
d06322
d06322
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-7
d06322
- podman-plugins Recommends: podman-gvproxy
d06322
- Related: #1934415
d06322
d06322
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-6
d06322
- update podman to v3.3.0-rc3
d06322
- update dnsname to v1.3.0
d06322
- add podman-machine-cni commit afab2d8
d06322
- add gvproxy v0.1.0
d06322
- Related: #1934415
d06322
d06322
* Tue Aug 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-5
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/39cab79)
d06322
- Related: #1934415
d06322
d06322
* Thu Aug 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-4
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/63269b6)
d06322
- Related: #1934415
d06322
d06322
* Wed Aug 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-3
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/922699f)
d06322
- Related: #1934415
d06322
d06322
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.3
d06322
  (https://github.com/containers/podman/commit/57422d2)
d06322
- Related: #1934415
d06322
d06322
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-1
d06322
- update to 3.3.0 release and switch to the v3.3 maint branch
d06322
- Related: #1934415
d06322
d06322
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.22
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/03afc91)
d06322
- Related: #1934415
d06322
d06322
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.21
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/4429c7c)
d06322
- Related: #1934415
d06322
d06322
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.20
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/f17b810)
d06322
- Related: #1934415
d06322
d06322
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.19
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/2041731)
d06322
- Related: #1934415
d06322
d06322
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.18
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/f9395dd)
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.17
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/a5de831)
d06322
- Related: #1934415
d06322
d06322
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.16
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/4f5b19c)
d06322
- Related: #1934415
d06322
d06322
* Mon Jul 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/ec5c7c1)
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.14
d06322
- update to the latest content of https://github.com/containers/podman/tree/main
d06322
  (https://github.com/containers/podman/commit/0ef01c8)
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.13
d06322
- switch to the main branch as podman-3.3.x is targeted at 8.5.0
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.9
d06322
- switch to v3.2.3-rhel branch
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.2
d06322
  (https://github.com/containers/podman/commit/4136f8b)
d06322
- Related: #1934415
d06322
d06322
* Fri Jul 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.2
d06322
  (https://github.com/containers/podman/commit/60d12f7)
d06322
- Related: #1934415
d06322
d06322
* Thu Jul 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.2
d06322
  (https://github.com/containers/podman/commit/275b0d8)
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.5
d06322
- put 87-podman-bridge.conflist to main podman package not podman-remote
d06322
- Related: #1934415
d06322
d06322
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.4
d06322
- install CNI manually as install.cni target is missing from the Makefile
d06322
- simplify unit file packaging
d06322
- Related: #1934415
d06322
d06322
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.2
d06322
  (https://github.com/containers/podman/commit/6f0bf16)
d06322
- Related: #1934415
d06322
d06322
* Fri Jul 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.2
d06322
- install CNI properly
d06322
- Related: #1934415
d06322
d06322
* Fri Jul 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.2
d06322
  (https://github.com/containers/podman/commit/ac740c6)
d06322
- Related: #1934415
d06322
d06322
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
d06322
- remove missing unit files
d06322
- Related: #1934415
d06322
d06322
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-1
d06322
- consume content from v3.2 upstream branch
d06322
- Related: #1934415
d06322
d06322
* Tue Jun 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.12
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/c260cbd)
d06322
- Related: #1934415
d06322
d06322
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/0a0ade3)
d06322
- Related: #1934415
d06322
d06322
* Fri Jun 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/d1f57a0)
d06322
- Related: #1934415
d06322
d06322
* Thu Jun 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
d06322
- add missing unit files
d06322
- Related: #1934415
d06322
d06322
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e159eb8)
d06322
- Related: #1934415
d06322
d06322
* Tue Jun 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/be15e69)
d06322
- Related: #1934415
d06322
d06322
* Mon Jun 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/928687e)
d06322
- Related: #1934415
d06322
d06322
* Thu Jun 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/814a8b6)
d06322
- Related: #1934415
d06322
d06322
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e2f51ee)
d06322
- Related: #1934415
d06322
d06322
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/d116beb)
d06322
- Related: #1934415
d06322
d06322
* Wed Jun 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/da1bade)
d06322
- Related: #1934415
d06322
d06322
* Tue Jun 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/df3b6da)
d06322
- Related: #1934415
d06322
d06322
* Mon Jun 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.33
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5a209b3)
d06322
- Related: #1934415
d06322
d06322
* Fri Jun 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.32
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/f7233a2)
d06322
- Related: #1934415
d06322
d06322
* Thu Jun 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.31
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/52dae69)
d06322
- Related: #1934415
d06322
d06322
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.30
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/41c76d6)
d06322
- Related: #1934415
d06322
d06322
* Tue Jun 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.29
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/8f5f0cf)
d06322
- Related: #1934415
d06322
d06322
* Mon May 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.28
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5923676)
d06322
- Related: #1934415
d06322
d06322
* Thu May 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.27
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/d9eb126)
d06322
- Related: #1934415
d06322
d06322
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.26
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/ac94be3)
d06322
- Related: #1934415
d06322
d06322
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.25
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/c5b3cba)
d06322
- Related: #1934415
d06322
d06322
* Tue May 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.24
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/a6f0ac2)
d06322
- Related: #1934415
d06322
d06322
* Mon May 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.23
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/b060a77)
d06322
- Related: #1934415
d06322
d06322
* Sat May 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.22
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/490915c)
d06322
- Related: #1934415
d06322
d06322
* Fri May 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.21
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e48aa8c)
d06322
- Related: #1934415
d06322
d06322
* Thu May 20 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.20
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/8bc39f4)
d06322
- Related: #1934415
d06322
d06322
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.19
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/4c75626)
d06322
- Related: #1934415
d06322
d06322
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.18
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/959d6a0)
d06322
- Related: #1934415
d06322
d06322
* Mon May 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.17
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/3bdbe3c)
d06322
- Related: #1934415
d06322
d06322
* Thu May 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.16
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/4dc52f6)
d06322
- Related: #1934415
d06322
d06322
* Wed May 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/59dd357)
d06322
- Related: #1934415
d06322
d06322
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.14
d06322
- require at least conmon >= 2.0.25 to assure rootless podman is able to start containers
d06322
- Related: #1934415
d06322
d06322
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.13
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/8dcd5b8)
d06322
- Related: #1934415
d06322
d06322
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.12
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/57b6425)
d06322
- Related: #1934415
d06322
d06322
* Mon May 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/54bed10)
d06322
- Related: #1934415
d06322
d06322
* Fri May 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/034470e)
d06322
- Related: #1934415
d06322
d06322
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.9
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/b6405c1)
d06322
- Related: #1934415
d06322
d06322
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/ed6f399)
d06322
- Related: #1934415
d06322
d06322
* Wed May 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/8eefca5)
d06322
- Related: #1934415
d06322
d06322
* Tue May 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/9788289)
d06322
- Related: #1934415
d06322
d06322
* Mon May 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/697ec8f)
d06322
- Related: #1934415
d06322
d06322
* Fri Apr 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/49eb047)
d06322
- Related: #1934415
d06322
d06322
* Thu Apr 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/db67fed)
d06322
- Related: #1934415
d06322
d06322
* Wed Apr 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5dc9faf)
d06322
- Related: #1934415
d06322
d06322
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/9ca53cf)
d06322
- Related: #1934415
d06322
d06322
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-11
d06322
- use tarball from 3.0.1-rhel branch
d06322
- Related: #1934415
d06322
d06322
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
d06322
- bump release to ensure upgrade path
d06322
- Related: #1934415
d06322
d06322
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
d06322
- revert to 3.0.1-rhel as 3.1.0 and 3.2.0 is currently broken
d06322
- Related: #1934415
d06322
d06322
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/2b13c5d)
d06322
- Related: #1934415
d06322
d06322
* Thu Apr 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/12881ab)
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/a373e2f)
d06322
- Related: #1934415
d06322
d06322
* Tue Mar 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5eb5950)
d06322
- Related: #1934415
d06322
d06322
* Mon Mar 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/ccbe7e9)
d06322
- Related: #1934415
d06322
d06322
* Fri Mar 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.14
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/9e23e0b)
d06322
- Related: #1934415
d06322
d06322
* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.13
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e523d09)
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.12
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/860de13)
d06322
- Related: #1934415
d06322
d06322
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/60c90c3)
d06322
- Related: #1934415
d06322
d06322
* Mon Mar 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/ebc9871)
d06322
- Related: #1934415
d06322
d06322
* Fri Mar 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.9
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5d9b070)
d06322
- Related: #1934415
d06322
d06322
* Thu Mar 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.8
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/6f6cc1c)
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/604459b)
d06322
- Related: #1934415
d06322
d06322
* Tue Mar 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e7dc592)
d06322
- Related: #1934415
d06322
d06322
* Mon Mar 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/fc02d16)
d06322
- Related: #1934415
d06322
d06322
* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/81737b3)
d06322
- Related: #1934415
d06322
d06322
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e2d35e5)
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/09473d4)
d06322
- Related: #1934415
d06322
d06322
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.1
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/789d579)
d06322
- Related: #1934415
d06322
d06322
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-6
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/b7c00f2)
d06322
- Related: #1934415
d06322
d06322
* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/87e2056)
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-4
d06322
- remove docker man page as it was removed upstream
d06322
- Related: #1934415
d06322
d06322
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/0a40c5a)
d06322
- Related: #1934415
d06322
d06322
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/9a2fc37)
d06322
- Related: #1883490
d06322
d06322
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/7e286bc)
d06322
- Related: #1883490
d06322
d06322
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/797f1ea)
d06322
- Related: #1883490
d06322
d06322
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/ddd8a17)
d06322
- Related: #1883490
d06322
d06322
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.41rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/2b89fe7)
d06322
- Related: #1883490
d06322
d06322
* Tue Feb 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.40rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/a5ab59e)
d06322
- Related: #1883490
d06322
d06322
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.39rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/288fb68)
d06322
- Resolves: #1883490
d06322
d06322
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.38rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/82081e8)
d06322
- Related: #1883490
d06322
d06322
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.37rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/c2a298e)
d06322
- Related: #1883490
d06322
d06322
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.36rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/013770e)
d06322
- Related: #1883490
d06322
d06322
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.35rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/978c005)
d06322
- Related: #1883490
d06322
d06322
* Tue Feb 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.34rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/67d48c5)
d06322
- add Requires: oci-runtime
d06322
- Related: #1883490
d06322
d06322
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.33rc2
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/745fa4a)
d06322
- Related: #1883490
d06322
d06322
* Wed Jan 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.32rc1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/4dbb58d)
d06322
- Related: #1883490
d06322
d06322
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.31rc1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/dc2f4c6)
d06322
- Related: #1883490
d06322
d06322
* Fri Jan 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.30rc1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/469c203)
d06322
- Related: #1883490
d06322
d06322
* Thu Jan 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.29rc1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/4ecd2be)
d06322
- Related: #1883490
d06322
d06322
* Tue Jan 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.28rc1
d06322
- update to the latest content of https://github.com/containers/podman/tree/v3.0
d06322
  (https://github.com/containers/podman/commit/ade8a92)
d06322
- Related: #1883490
d06322
d06322
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.27rc1
d06322
- switch from master to release candidate (3.0.0-rc1)
d06322
- Related: #1883490
d06322
d06322
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.26
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5b3c7a5)
d06322
- Related: #1883490
d06322
d06322
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.25
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/83ed464)
d06322
- Related: #1883490
d06322
d06322
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.24
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5a166b2)
d06322
- Related: #1883490
d06322
d06322
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.23
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/3fcf346)
d06322
- Related: #1883490
d06322
d06322
* Thu Jan 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.22
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/b2ac2a3)
d06322
- Related: #1883490
d06322
d06322
* Wed Jan 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.21
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/f52a9ee)
d06322
- require socat for gating tests
d06322
- Related: #1914884
d06322
d06322
* Tue Jan 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.20
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5681907)
d06322
- Related: #1883490
d06322
d06322
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.19
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/78cda71)
d06322
- Related: #1883490
d06322
d06322
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.18
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/355e387)
d06322
- Related: #1883490
d06322
d06322
* Wed Jan 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.17
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/ffe2b1e)
d06322
- Related: #1883490
d06322
d06322
* Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.16
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/618c355)
d06322
- Related: #1883490
d06322
d06322
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.15
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/142b4ac)
d06322
- Related: #1883490
d06322
d06322
* Sat Jan 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/39b1cb4)
d06322
- Related: #1883490
d06322
d06322
* Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/9c9f02a)
d06322
- Related: #1883490
d06322
d06322
* Mon Dec 21 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.12
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/5c6b5ef)
d06322
- Related: #1883490
d06322
d06322
* Tue Dec 15 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.11
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/999d40d)
d06322
- Related: #1883490
d06322
d06322
* Mon Dec 14 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.10
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/a226e6e)
d06322
- Related: #1883490
d06322
d06322
* Fri Dec 11 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.9
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/6823a5d)
d06322
- Related: #1883490
d06322
d06322
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.8
d06322
- update to https://github.com/containers/dnsname/releases/tag/v1.1.1
d06322
- Related: #1883490
d06322
d06322
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.7
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/9216be2)
d06322
- Related: #1883490
d06322
d06322
* Wed Dec 09 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.6
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/dd295f2)
d06322
- Related: #1883490
d06322
d06322
* Tue Dec 08 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.5
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/e2f9120)
d06322
- Related: #1883490
d06322
d06322
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.4
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/035d289)
d06322
- Related: #1883490
d06322
d06322
* Sat Dec 05 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.3
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/8e83799)
d06322
- Related: #1883490
d06322
d06322
* Fri Dec 04 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.2
d06322
- update to the latest content of https://github.com/containers/podman/tree/master
d06322
  (https://github.com/containers/podman/commit/70284b1)
d06322
- Related: #1883490
d06322
d06322
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.1
d06322
- attempt to fix gating tests with patch from Matt Heon
d06322
- Related: #1883490
d06322
d06322
* Tue Dec 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-1
d06322
- update to https://github.com/containers/podman/releases/tag/v2.2.0
d06322
- Related: #1883490
d06322
d06322
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-8
d06322
- fix branch name setup
d06322
- Related: #1883490
d06322
d06322
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-7
d06322
- attempt to fix linker error with golang-1.15
d06322
- add Requires: httpd-tools to tests, needed to work around
d06322
  missing htpasswd in docker registry image, thanks to Ed Santiago
d06322
- Related: #1883490
d06322
d06322
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-6
d06322
- add tests/roles subdirectory
d06322
- Related: #1883490
d06322
d06322
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-5
d06322
- use shortcommit ID in branch tarball name
d06322
- Related: #1883490
d06322
d06322
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-4
d06322
- use the correct upstream tarball
d06322
- Related: #1883490
d06322
d06322
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-3
d06322
- do not lock down to upstream branch for 8.4.0 yet and consume
d06322
  new upstream releases
d06322
- Related: #1883490
d06322
d06322
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-2
d06322
- fix the tarball reference for consumption directly from upstream branch
d06322
- Related: #1883490
d06322
d06322
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-1
d06322
- synchronize with stream-container-tools-rhel8
d06322
- Related: #1883490
d06322
d06322
* Fri Sep 11 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-4
d06322
- consume content directly from the dedicated upstream branch
d06322
- Related: #1877187
d06322
d06322
* Thu Sep 10 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-3
d06322
- fix "[FJ8.3 Bug]: [REG] "--oom-score-adj" flag is ignored in "podman run" and "podman create""
d06322
- Resolves: #1877187
d06322
d06322
* Thu Aug 27 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-2
d06322
- fix gating test errors - thanks for patches to Ed Santiago
d06322
- Related: #1872263
d06322
d06322
* Thu Aug 27 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-1
d06322
- update to https://github.com/containers/podman/releases/tag/v2.0.5
d06322
- Resolves: #1872263
d06322
d06322
* Thu Aug 20 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-3
d06322
- fix "podman run namespace in man page ambiguous"
d06322
- Resolves: #1860126
d06322
d06322
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-2
d06322
- propagate proper CFLAGS to CGO_CFLAGS to assure code hardening and optimization
d06322
- Related: #1821193
d06322
d06322
* Sat Aug 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-1
d06322
- update to https://github.com/containers/podman/releases/tag/v2.0.4
d06322
- Related: #1821193
d06322
d06322
* Fri Jul 31 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.3-2
d06322
- fix "Podman build from url failed to get correct temp directory for store files"
d06322
- Resolves: #1858862
d06322
d06322
* Thu Jul 23 2020 Lokesh Mandvekar <lsm5@redhat.com> - 2.0.3-1
d06322
- update to https://github.com/containers/podman/releases/tag/v2.0.3
d06322
- Resolves: #1785242 - podman-docker Provides: docker 
d06322
- Resolves: #1804195
d06322
d06322
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-3
d06322
- fix "CVE-2020-14040 podman: golang.org/x/text: possibility to trigger an infinite loop in encoding/unicode could lead to crash [rhel-8]"
d06322
- Resolves: #1854718
d06322
d06322
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-2
d06322
- always pull in catatonit with podman and vice versa
d06322
- Related: #1821193
d06322
d06322
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-1
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.2
d06322
- Related: #1821193
d06322
d06322
* Thu Jul 02 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-3
d06322
- include catatonit
d06322
- Related: #1821193
d06322
d06322
* Wed Jul 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-2
d06322
- fix "Podman does not use --tmpdir when pulling an image"
d06322
- Resolves: #1769918
d06322
d06322
* Fri Jun 26 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-1
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.1
d06322
- Related: #1821193
d06322
d06322
* Mon Jun 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-1
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0
d06322
- Related: #1821193
d06322
d06322
* Thu Jun 18 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.9.rc7
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc7
d06322
- Related: #1821193
d06322
d06322
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.8.rc6
d06322
- attempt to fix test user for gating tests (Ed Santiago)
d06322
- Related: #1821193
d06322
d06322
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.7.rc6
d06322
- fix "Socket-activated Varlink (io.podman.socket) fails after first call"
d06322
- Related: #1821193
d06322
d06322
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.6.rc6
d06322
- fix build: add relevant socket/service/conf files and re-enable varlink
d06322
- Related: #1821193
d06322
d06322
* Mon Jun 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.5.rc6
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc6
d06322
- Related: #1821193
d06322
d06322
* Wed Jun 10 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.4.rc5
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc5
d06322
- Related: #1821193
d06322
d06322
* Thu Jun 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.3.rc4
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc4
d06322
- Related: #1821193
d06322
d06322
* Thu Jun 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.2.rc3
d06322
- podman-tests requires nmap-ncat now
d06322
- Related: #1821193
d06322
d06322
* Tue Jun 02 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.1.rc3
d06322
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc3
d06322
- Related: #1821193
d06322
d06322
* Mon Jun 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-3
d06322
- fix "Signature verification incorrectly uses mirror’s references"
d06322
- Related: #1821193
d06322
d06322
* Wed May 27 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-2
d06322
- exclude i686 arch due to "No matching package to install: 'golang >= 1.12.12-4'" on i686
d06322
- Related: #1821193
d06322
d06322
* Mon May 25 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-1
d06322
- update to https://github.com/containers/libpod/releases/tag/v1.9.3
d06322
- Related: #1821193
d06322
d06322
* Wed May 20 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-3
d06322
- fix "Podman support for FIPS Mode requires a bind mount inside the container"
d06322
- version the oci-systemd-hook obsolete
d06322
- Related: #1821193
d06322
d06322
* Tue May 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-2
d06322
- obsolete oci-systemd-hook package
d06322
- Related: #1821193
d06322
d06322
* Thu May 14 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-1
d06322
- update to https://github.com/containers/libpod/releases/tag/v1.9.2
d06322
- Related: #1821193
d06322
d06322
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.1-1
d06322
- synchronize containter-tools 8.3.0 with 8.2.1
d06322
- Related: #1821193
d06322
d06322
* Wed Apr 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-11
d06322
- fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process"
d06322
- Resolves: #1819812
d06322
d06322
* Thu Mar 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-10
d06322
- use the full PR 5348 to fix "no route to host from inside container"
d06322
- Resolves: #1806901
d06322
d06322
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-9
d06322
- update fix for "podman (1.6.4) rhel 8.1 no route to host from inside container"
d06322
- Resolves: #1806901
d06322
d06322
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-8
d06322
- fix "[FJ8.2 Bug]: [REG]The "--group-add" option of "podman create" doesn't function."
d06322
- Resolves: #1808707
d06322
d06322
* Thu Feb 27 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-7
d06322
- fix "podman (1.6.4) rhel 8.1 no route to host from inside container"
d06322
- Resolves: #1806901
d06322
d06322
* Fri Feb 21 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-6
d06322
- fix CVE-2020-1726
d06322
- Resolves: #1801571
d06322
d06322
* Wed Feb 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-5
d06322
- fix "Podman support for FIPS Mode requires a bind mount inside the container"
d06322
- Resolves: #1804195
d06322
d06322
* Mon Feb 17 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-4
d06322
- fix CVE-2020-1702
d06322
- Resolves: #1801924
d06322
d06322
* Wed Jan 08 2020 Jindrich Novy <jnovy@redhat.com>
d06322
- merge podman-manpages with podman package and put man pages for
d06322
  podman-remote to its dedicated subpackage
d06322
Resolves: #1788539
d06322
d06322
* Fri Jan 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-2
d06322
- apply fix for #1757845
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.4-1
d06322
- update to 1.6.4
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Sat Dec 07 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-6
d06322
- remove BR: device-mapper-devel, minor spec file changes
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Tue Dec 03 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-5
d06322
- Ensure volumes reacquire locks on state refresh (thanks Matt Heon)
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Fri Nov 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-4
d06322
- use the file events logger backend if systemd isn't available
d06322
  (thanks to Giuseppe Scrivano)
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Thu Nov 21 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-3
d06322
- require slirp4netns >= 0.4.0-1
d06322
- Resolves: #1766774
d06322
d06322
* Tue Nov 19 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-2
d06322
- apply fix to not to fail gating tests:
d06322
  don't parse the config for cgroup-manager default
d06322
- don't hang while on podman run --rm - bug 1767663
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Mon Nov 18 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-1
d06322
- update to podman 1.6.3
d06322
- addresses CVE-2019-18466
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Fri Nov 08 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-6
d06322
- fix %%gobuild macro to not to ignore BUILDTAGS
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Tue Nov 05 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-5
d06322
- use btrfs_noversion to really disable BTRFS support
d06322
- amend/reuse BUILDTAGS
d06322
- still keep device-mapper-devel BR otherwise build fails
d06322
  despite dm support being disabled (build scripting invokes
d06322
  pkg-config for devmapper which is shipped by the dm-devel
d06322
  package)
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-4
d06322
- disable BTRFS support
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-3
d06322
- split podman and conmon packages
d06322
- drop BR: device-mapper-devel and update BRs in general
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Fri Nov 01 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-2
d06322
- drop oci-systemd-hook requirement
d06322
- drop upstreamed CVE-2019-10214 patch
d06322
- Related: RHELPLAN-25139
d06322
d06322
* Tue Oct 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-1
d06322
- update to podman 1.6.2
d06322
d06322
* Wed Oct 16 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-6
d06322
- fix build with --nocheck (#1721394)
d06322
- escape commented out macros
d06322
d06322
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-5
d06322
- Fix CVE-2019-10214 (#1734649).
d06322
d06322
* Tue Sep 03 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-4
d06322
- update to latest conmon (Resolves: #1743685)
d06322
d06322
* Wed Aug 28 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-3
d06322
- update to v1.4.2-stable1
d06322
- Resolves: #1741157
d06322
d06322
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-2
d06322
- Resolves: #1669197, #1705763, #1737077, #1671622, #1723879, #1730281,
d06322
- Resolves: #1731117
d06322
- built libpod v1.4.2-stable1
d06322
d06322
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-1
d06322
- Resolves: #1721638
d06322
- bump to v1.4.2
d06322
d06322
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-4
d06322
- Resolves: #1720654 - update dep on libvarlink
d06322
- Resolves: #1721247 - enable fips mode
d06322
d06322
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-3
d06322
- Resolves: #1720654 - podman requires podman-manpages
d06322
- update dep on cni plugins >= 0.8.1-1
d06322
d06322
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-2
d06322
- Resolves: #1720654 - podman-manpages obsoletes podman < 1.4.1-2
d06322
d06322
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1
d06322
- Resolves: #1720654 - bump to v1.4.1
d06322
- bump conmon to v0.3.0
d06322
d06322
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1
d06322
- Resolves: #1720654 - bump to v1.4.0
d06322
d06322
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-2
d06322
- Resolves: #1683217 - tests subpackage requires slirp4netns
d06322
d06322
* Fri May 31 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1
d06322
- Resolves: #1707220 - bump to v1.3.2
d06322
- built conmon v0.2.0
d06322
d06322
* Wed Apr  3 2019 Eduardo Santiago <santiago@redhat.com> - 1.2.0-1.git3bd528e5
d06322
- package system tests, zsh completion. Update CI tests to use new -tests pkg
d06322
d06322
* Thu Feb 28 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.1.0-1.git006206a
d06322
- bump to v1.1.0
d06322
d06322
* Fri Feb 22 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.0.1-1.git2c74edd
d06322
- bump to v1.0.1
d06322
d06322
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-2.git921f98f
d06322
- rebase
d06322
d06322
* Tue Jan 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-1.git82e8011
d06322
- rebase to v1, yay!
d06322
- rebase conmon to 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
d06322
- Resolves:#1623282
d06322
- python interface removed, moved to https://github.com/containers/python-podman/
d06322
d06322
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-4.git9551f6b
d06322
- re-enable debuginfo
d06322
d06322
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-3.git9551f6b
d06322
- python libraries added
d06322
- resolves: #1657180
d06322
d06322
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-2.git9551f6b
d06322
- rebase
d06322
d06322
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-3.git594495d
d06322
- go tools not in scl anymore
d06322
d06322
* Mon Nov 19 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-2.git594495d
d06322
- fedora-like buildrequires go toolset
d06322
d06322
* Sat Nov 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-1.git594495d
d06322
- Resolves: #1636230 - build with FIPS enabled golang toolchain
d06322
- bump to v0.11.1.1
d06322
- built commit 594495d
d06322
d06322
* Fri Nov 16 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1-3.gita4adfe5
d06322
- podman-docker provides docker
d06322
- Resolves: #1650355
d06322
d06322
* Thu Nov 15 2018 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-2.gita4adfe5
d06322
- Require platform-python-setuptools instead of python3-setuptools
d06322
- Resolves: rhbz#1650144
d06322
d06322
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1.gita4adfe5
d06322
- bump to v0.11.1
d06322
- built libpod commit a4adfe5
d06322
- built conmon from cri-o commit 464dba6
d06322
d06322
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-5.gitdb08685
d06322
- Resolves: #1625384 - keep BR: device-mapper-devel but don't build with it
d06322
- not having device-mapper-devel seems to have brew not recognize %%{_unitdir}
d06322
d06322
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-4.gitdb08685
d06322
- Resolves: #1625384 - correctly add buildtags to remove devmapper
d06322
d06322
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-3.gitdb08685
d06322
- Resolves: #1625384 - build without device-mapper-devel (no podman support) and lvm2
d06322
d06322
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-2.gitdb08685
d06322
- Resolves: #1625384 - depend on lvm2
d06322
d06322
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
d06322
- Resolves: #1640298 - update vendored buildah to allow building when there are
d06322
running containers
d06322
- bump to v0.10.1.3
d06322
- built podman commit db08685
d06322
d06322
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
d06322
- Resolves: #1625378
d06322
- bump to v0.10.1.2
d06322
- built podman commit 2b4f8d1
d06322
d06322
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
d06322
- bump to v0.10.1.1
d06322
- built podman commit 4bea3e9
d06322
d06322
* Thu Oct 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1-1.gite4a1553
d06322
- bump podman to v0.10.1
d06322
- built podman commit e4a1553
d06322
- built conmon from cri-o commit a30f93c
d06322
d06322
* Tue Oct 09 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.git1cd906d
d06322
- rebased cri-o to 1.11.6
d06322
d06322
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.git1cd906d
d06322
- rebase
d06322
d06322
* Tue Sep 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-2.git37a2afe
d06322
- rebase to podman 0.9.2
d06322
- rebase to cri-o 0.11.4
d06322
d06322
* Tue Sep 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.1.1-2.git123de30
d06322
- rebase
d06322
d06322
* Mon Aug 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.4-1.git9f9b8cf
d06322
- bump to v0.8.4
d06322
- built commit 9f9b8cf
d06322
- upstream username changed from projectatomic to containers
d06322
- use containernetworking-plugins >= 0.7.3-5
d06322
d06322
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2.1-2.git7a526bb
d06322
- Resolves: #1615607 - rebuild with gobuild tag 'no_openssl'
d06322
d06322
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
d06322
- Upstream 0.8.2.1 release
d06322
- Add support for podman-docker
d06322
Resolves: rhbz#1615104
d06322
d06322
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2-1.dev.git8b2d38e
d06322
- Resolves: #1614710 - podman search name includes registry
d06322
- bump to v0.8.2-dev
d06322
- built libpod commit 8b2d38e
d06322
- built conmon from cri-o commit acc0ee7
d06322
d06322
* Wed Aug 8 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-2.git6b4ab2a
d06322
- Add recommends for slirp4netns and container-selinux
d06322
d06322
* Tue Aug 07 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2.git6b4ab2a
d06322
- bump to v0.8.1
d06322
- use %%go{build,generate} instead of go build and go generate
d06322
- update go deps to use scl-ized builds
d06322
- No need for Makefile patch for python installs
d06322
d06322
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
d06322
- Bump to v0.8.1
d06322
d06322
* Wed Aug 1 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.4-2.git079121
d06322
- podman should not require atomic-registries
d06322
d06322
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1.dev.git9a18681
d06322
- bump to v0.7.4-dev
d06322
- built commit 9a18681
d06322
d06322
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
d06322
- Turn on ostree support
d06322
- Upstream 0.7.3
d06322
d06322
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
d06322
- Upstream 0.7.2 release
d06322
d06322
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
d06322
- rebuilt
d06322
d06322
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
d06322
- rebase to 84cfdb2
d06322
d06322
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
d06322
- Upstream 0.7.1 release
d06322
d06322
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
d06322
- disable devel and unittest subpackages
d06322
- include conditionals for rhel-8.0
d06322
d06322
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
d06322
- do not compress debuginfo with dwz to support delve debugger
d06322
d06322
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
d06322
- do not compress debuginfo with dwz to support delve debugger
d06322
d06322
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
d06322
- bash completion shouldn't have shebang
d06322
d06322
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
d06322
- Resolves: #1584429 - drop capabilities when running a container as non-root
d06322
- bump to v0.6.1
d06322
- built podman commit 3e0ff12
d06322
- built conmon from cri-o commit 1c0c3b0
d06322
- drop containernetworking-plugins subpackage, it's now split out into a standalone
d06322
package
d06322
d06322
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
d06322
- Resolves: #1572538 - build host-device and portmap plugins
d06322
d06322
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
d06322
- correct dep on containernetworking-plugins
d06322
d06322
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
d06322
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
d06322
- release tag for the containernetworking-plugins is actually gotten from
d06322
podman release tag.
d06322
d06322
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
d06322
- bump to v0.4.1
d06322
- built commit b51d327
d06322
d06322
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
d06322
- built podman commit bc358eb
d06322
- built conmon from cri-o commit 712f3b8
d06322
d06322
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
d06322
- Release 0.3.2-1
d06322
d06322
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
d06322
- Correct RPM version
d06322
d06322
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
d06322
- Release 0.3.1-1
d06322
d06322
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
d06322
- Build on ARMv7 too (Fedora supports containers on that arch too)
d06322
d06322
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
d06322
- Release 0.2.2
d06322
d06322
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
d06322
- Release 0.2.1
d06322
d06322
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
d06322
- Add dep for atomic-registries
d06322
d06322
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
d06322
- Add more 64bit arches
d06322
- Add containernetworking-cni dependancy
d06322
- Add iptables dependancy
d06322
d06322
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
d06322
- Release 0.2
d06322
d06322
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
d06322
- Resolves: #1541554 - first official build
d06322
- built commit 367213a
d06322
d06322
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
d06322
- built commit 0387f69
d06322
d06322
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
d06322
- First package for Fedora