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