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