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