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