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