9fc0c0
%global with_check 0
9fc0c0
9fc0c0
%define gobuild(o:) \
9fc0c0
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 %{?**};
9fc0c0
9fc0c0
%global import_path github.com/containers/podman
4ce4bd
%global branch v4.1.1-rhel
4ce4bd
%global commit0 fa692a6b4a1131c76eb3d5beacb155855e733785
9fc0c0
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
9fc0c0
%global cataver 0.1.7
9fc0c0
#%%global dnsnamever 1.3.0
9fc0c0
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
9fc0c0
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
9fc0c0
%global gvproxyrepo gvisor-tap-vsock
4ce4bd
%global gvproxyver 0.2.0
9fc0c0
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
9fc0c0
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
9fc0c0
9fc0c0
Epoch: 2
9fc0c0
Name: podman
4ce4bd
Version: 4.1.1
4ce4bd
Release: 1%{?dist}
9fc0c0
Summary: Manage Pods, Containers and Container Images
9fc0c0
License: ASL 2.0 and GPLv3+
9fc0c0
URL: https://%{name}.io/
9fc0c0
%if 0%{?branch:1}
9fc0c0
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
9fc0c0
%else
9fc0c0
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
9fc0c0
%endif
9fc0c0
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
9fc0c0
#Source2: https://github.com/containers/dnsname/archive/v%%{dnsnamever}.tar.gz
9fc0c0
Source2: https://github.com/containers/dnsname/archive/%{commit_dnsname}/dnsname-%{shortcommit_dnsname}.tar.gz
9fc0c0
Source3: https://github.com/containers/%{name}-machine-cni/archive/%{commit_mcni}/%{name}-machine-cni-%{shortcommit_mcni}.tar.gz
9fc0c0
Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar.gz
9fc0c0
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
9fc0c0
ExclusiveArch: %{go_arches}
9fc0c0
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
9fc0c0
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
9fc0c0
BuildRequires: golang >= 1.17.7
9fc0c0
BuildRequires: glib2-devel
9fc0c0
BuildRequires: glibc-devel
9fc0c0
BuildRequires: glibc-static
9fc0c0
BuildRequires: git-core
9fc0c0
BuildRequires: /usr/bin/go-md2man
9fc0c0
BuildRequires: gpgme-devel
9fc0c0
BuildRequires: libassuan-devel
9fc0c0
BuildRequires: libgpg-error-devel
9fc0c0
BuildRequires: libseccomp-devel
9fc0c0
BuildRequires: libselinux-devel
9fc0c0
BuildRequires: ostree-devel
9fc0c0
BuildRequires: pkgconfig
9fc0c0
BuildRequires: make
9fc0c0
BuildRequires: systemd
9fc0c0
BuildRequires: systemd-devel
9fc0c0
BuildRequires: shadow-utils-subid-devel
9fc0c0
# for catatonit
9fc0c0
BuildRequires: autoconf
9fc0c0
BuildRequires: automake
9fc0c0
BuildRequires: file
9fc0c0
BuildRequires: gcc
9fc0c0
BuildRequires: libtool
9fc0c0
Requires: containers-common >= 2:1-27
67b84e
Suggests: containernetworking-plugins >= 0.9.1-1
67b84e
Requires: netavark
9fc0c0
Requires: iptables
9fc0c0
Requires: nftables
9fc0c0
Obsoletes: oci-systemd-hook < 1
4ce4bd
Requires: libseccomp >= 2.5
9fc0c0
Requires: conmon >= 2.0.25
9fc0c0
Requires: (container-selinux if selinux-policy)
9fc0c0
Requires: slirp4netns >= 0.4.0-1
4ce4bd
Recommends: crun
9fc0c0
Requires: fuse-overlayfs
9fc0c0
Requires: %{name}-catatonit >= %{epoch}:%{version}-%{release}
9fc0c0
Requires: oci-runtime
9fc0c0
9fc0c0
%description
9fc0c0
%{name} (Pod Manager) is a fully featured container engine that is a simple
9fc0c0
daemonless tool.  %{name} provides a Docker-CLI comparable command line that
9fc0c0
eases the transition from other container engines and allows the management of
9fc0c0
pods, containers and images.  Simply put: alias docker=%{name}.
9fc0c0
Most %{name} commands can be run as a regular user, without requiring
9fc0c0
additional privileges.
9fc0c0
9fc0c0
%{name} uses Buildah(1) internally to create container images.
9fc0c0
Both tools share image (not container) storage, hence each can use or
9fc0c0
manipulate images (but not containers) created by the other.
9fc0c0
9fc0c0
%{summary}
9fc0c0
%{name} Simple management tool for pods, containers and images
9fc0c0
9fc0c0
%package docker
9fc0c0
Summary: Emulate Docker CLI using %{name}
9fc0c0
BuildArch: noarch
9fc0c0
Requires: %{name} = %{epoch}:%{version}-%{release}
9fc0c0
Provides: docker = %{epoch}:%{version}-%{release}
9fc0c0
9fc0c0
%description docker
9fc0c0
This package installs a script named docker that emulates the Docker CLI by
9fc0c0
executes %{name} commands, it also creates links between all Docker CLI man
9fc0c0
pages and %{name}.
9fc0c0
9fc0c0
%package remote
9fc0c0
Summary: A remote CLI for Podman: A Simple management tool for pods, containers and images
9fc0c0
9fc0c0
%description remote
9fc0c0
%{name}-remote provides a local client interacting with a Podman backend
9fc0c0
node through a RESTful API tunneled through a ssh connection. In this context,
9fc0c0
a %{name} node is a Linux system with Podman installed on it and the API
9fc0c0
service activated.
9fc0c0
9fc0c0
Credentials for this session can be passed in using flags, environment
9fc0c0
variables, or in containers.conf.
9fc0c0
9fc0c0
%package catatonit
9fc0c0
Summary: A signal-forwarding process manager for containers
9fc0c0
Requires: %{name} = %{epoch}:%{version}-%{release}
9fc0c0
9fc0c0
%description catatonit
9fc0c0
Catatonit is a /sbin/init program for use within containers. It
9fc0c0
forwards (almost) all signals to the spawned child, tears down
9fc0c0
the container when the spawned child exits, and otherwise
9fc0c0
cleans up other exited processes (zombies).
9fc0c0
9fc0c0
This is a reimplementation of other container init programs (such as
9fc0c0
"tini" or "dumb-init"), but uses modern Linux facilities (such as
9fc0c0
signalfd(2)) and has no additional features.
9fc0c0
9fc0c0
%package plugins
9fc0c0
Summary: Plugins for %{name}
9fc0c0
Requires: dnsmasq
9fc0c0
Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release}
9fc0c0
9fc0c0
%description plugins
9fc0c0
This plugin sets up the use of dnsmasq on a given CNI network so
9fc0c0
that Pods can resolve each other by name.  When configured,
9fc0c0
the pod and its IP address are added to a network specific hosts file
9fc0c0
that dnsmasq will read in.  Similarly, when a pod
9fc0c0
is removed from the network, it will remove the entry from the hosts
9fc0c0
file.  Each CNI network will have its own dnsmasq instance.
9fc0c0
9fc0c0
%package tests
9fc0c0
Summary: Tests for %{name}
9fc0c0
Requires: %{name} = %{epoch}:%{version}-%{release}
4ce4bd
Requires: %{name}-plugins = %{epoch}:%{version}-%{release}
9fc0c0
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
9fc0c0
Requires: nmap-ncat
9fc0c0
Requires: httpd-tools
9fc0c0
Requires: jq
9fc0c0
Requires: socat
9fc0c0
Requires: skopeo
9fc0c0
Requires: openssl
9fc0c0
Requires: buildah
9fc0c0
Requires: gnupg
9fc0c0
Requires: git-daemon
9fc0c0
9fc0c0
%description tests
9fc0c0
%{summary}
9fc0c0
9fc0c0
This package contains system tests for %{name}
9fc0c0
9fc0c0
%package gvproxy
9fc0c0
Summary: Go replacement for libslirp and VPNKit
9fc0c0
9fc0c0
%description gvproxy
9fc0c0
A replacement for libslirp and VPNKit, written in pure Go.
9fc0c0
It is based on the network stack of gVisor. Compared to libslirp,
9fc0c0
gvisor-tap-vsock brings a configurable DNS server and
9fc0c0
dynamic port forwarding.
9fc0c0
9fc0c0
%prep
9fc0c0
%if 0%{?branch:1}
9fc0c0
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
9fc0c0
%else
9fc0c0
%autosetup -Sgit -n %{name}-%{commit0}
9fc0c0
%endif
9fc0c0
sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile
4ce4bd
sed -i 's,-Werror,,' pkg/rootless/rootless_linux.go
9fc0c0
tar fx %{SOURCE1}
9fc0c0
pushd catatonit-%{cataver}
9fc0c0
sed -i '$d' configure.ac
9fc0c0
popd
9fc0c0
tar fx %{SOURCE2}
9fc0c0
tar fx %{SOURCE3}
9fc0c0
tar fx %{SOURCE4}
9fc0c0
9fc0c0
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
9fc0c0
9fc0c0
# this is shipped by skopeo: containers-common subpackage
9fc0c0
rm -rf docs/source/markdown/containers-mounts.conf.5.md
9fc0c0
9fc0c0
%build
9fc0c0
# build catatonit first because C code
9fc0c0
pushd catatonit-%{cataver}
9fc0c0
autoreconf -fi
9fc0c0
%configure
9fc0c0
CFLAGS="%{optflags} -fPIE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
9fc0c0
%{__make} %{?_smp_mflags}
9fc0c0
# Make sure we *always* build a static binary for catatonit. Otherwise we'll break containers
9fc0c0
# that don't have the necessary shared libs.
9fc0c0
file catatonit | grep 'statically linked'
9fc0c0
if [ $? != 0 ]; then
9fc0c0
   echo "ERROR: catatonit binary must be statically linked!"
9fc0c0
   exit 1
9fc0c0
fi
9fc0c0
popd
9fc0c0
9fc0c0
export GO111MODULE=off
9fc0c0
export GOPATH=$(pwd)/_build:$(pwd)
9fc0c0
CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
9fc0c0
# These extra flags present in $CFLAGS have been skipped for now as they break the build
9fc0c0
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g')
9fc0c0
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-Wp,D_GLIBCXX_ASSERTIONS//g')
9fc0c0
CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-annobin-cc1//g')
9fc0c0
9fc0c0
%ifarch x86_64
9fc0c0
export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full"
9fc0c0
%endif
9fc0c0
9fc0c0
mkdir _build
9fc0c0
pushd _build
9fc0c0
mkdir -p src/github.com/containers
9fc0c0
ln -s ../../../../ src/github.com/containers/podman
9fc0c0
popd
9fc0c0
ln -s vendor src
9fc0c0
9fc0c0
rm -rf vendor/github.com/containers/storage/drivers/register/register_btrfs.go
9fc0c0
9fc0c0
unset LDFLAGS
9fc0c0
# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here?
9fc0c0
LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)"
9fc0c0
9fc0c0
# build rootlessport
9fc0c0
%gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport
9fc0c0
9fc0c0
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)"
9fc0c0
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
9fc0c0
9fc0c0
# build %%{name}-remote
9fc0c0
export BUILDTAGS="remote $BUILDTAGS"
9fc0c0
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
9fc0c0
9fc0c0
%{__make} docs
9fc0c0
9fc0c0
# build dnsname plugin
9fc0c0
unset LDFLAGS
9fc0c0
pushd dnsname-%{commit_dnsname}
9fc0c0
mkdir _build
9fc0c0
pushd _build
9fc0c0
mkdir -p src/github.com/containers
9fc0c0
ln -s ../../../../ src/github.com/containers/dnsname
9fc0c0
popd
9fc0c0
ln -s vendor src
9fc0c0
export GOPATH=$(pwd)/_build:$(pwd)
9fc0c0
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
9fc0c0
popd
9fc0c0
9fc0c0
pushd %{name}-machine-cni-%{commit_mcni}
9fc0c0
mkdir _build
9fc0c0
pushd _build
9fc0c0
mkdir -p src/github.com/containers
9fc0c0
ln -s ../../../../ src/github.com/containers/%{name}-machine-cni
9fc0c0
popd
9fc0c0
ln -s vendor src
9fc0c0
export GOPATH=$(pwd)/_build:$(pwd)
9fc0c0
%gobuild -o bin/%{name}-machine github.com/containers/%{name}-machine-cni/plugins/meta/%{name}-machine
9fc0c0
popd
9fc0c0
9fc0c0
pushd %{gvproxyrepo}-%{gvproxyver}
9fc0c0
mkdir _build
9fc0c0
pushd _build
9fc0c0
mkdir -p src/github.com/containers
9fc0c0
ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
9fc0c0
popd
9fc0c0
ln -s vendor src
9fc0c0
export GOPATH=$(pwd)/_build:$(pwd)
9fc0c0
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
9fc0c0
popd
9fc0c0
9fc0c0
%install
9fc0c0
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
9fc0c0
        install.bin \
9fc0c0
        install.remote \
9fc0c0
        install.man \
9fc0c0
        install.systemd \
9fc0c0
        install.completions \
9fc0c0
        install.docker
9fc0c0
9fc0c0
# install test scripts, but not the internal helpers.t meta-test
9fc0c0
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
9fc0c0
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
9fc0c0
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
9fc0c0
rm -f               %{buildroot}/%{_datadir}/%{name}/test/system/*.t
9fc0c0
9fc0c0
# do not include docker and podman-remote man pages in main package
9fc0c0
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
9fc0c0
    echo "$file*" >> podman.file-list
9fc0c0
done
9fc0c0
9fc0c0
# install catatonit
9fc0c0
install -dp %{buildroot}%{_libexecdir}/catatonit
9fc0c0
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/catatonit
9fc0c0
install -dp %{buildroot}%{_libexecdir}/podman
9fc0c0
install -dp %{buildroot}%{_datadir}/licenses/podman-catatonit
9fc0c0
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman-catatonit/COPYING
9fc0c0
ln -s %{_libexecdir}/catatonit/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
9fc0c0
9fc0c0
# install dnsname plugin
9fc0c0
pushd dnsname-%{commit_dnsname}
9fc0c0
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
9fc0c0
popd
9fc0c0
9fc0c0
# install machine-cni plugin
9fc0c0
pushd %{name}-machine-cni-%{commit_mcni}
9fc0c0
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
9fc0c0
popd
9fc0c0
9fc0c0
# install gvproxy
9fc0c0
pushd %{gvproxyrepo}-%{gvproxyver}
9fc0c0
install -dp %{buildroot}%{_libexecdir}/%{name}
9fc0c0
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
9fc0c0
popd
9fc0c0
9fc0c0
%check
9fc0c0
%if 0%{?with_check}
9fc0c0
# Since we aren't packaging up the vendor directory we need to link
9fc0c0
# back to it somehow. Hack it up so that we can add the vendor
9fc0c0
# directory from BUILD dir as a gopath to be searched when executing
9fc0c0
# tests from the BUILDROOT dir.
9fc0c0
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
9fc0c0
9fc0c0
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
9fc0c0
9fc0c0
%if ! 0%{?gotest:1}
9fc0c0
%global gotest go test
9fc0c0
%endif
9fc0c0
9fc0c0
%gotest %{import_path}/cmd/%{name}
9fc0c0
%gotest %{import_path}/libkpod
9fc0c0
%gotest %{import_path}/libpod
9fc0c0
%gotest %{import_path}/pkg/registrar
9fc0c0
%endif
9fc0c0
9fc0c0
%triggerpostun -- %{name} < 1.1
9fc0c0
%{_bindir}/%{name} system renumber
9fc0c0
exit 0
9fc0c0
9fc0c0
#define license tag if not already defined
9fc0c0
%{!?_licensedir:%global license %doc}
9fc0c0
9fc0c0
%files -f podman.file-list
9fc0c0
%license LICENSE
9fc0c0
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
9fc0c0
%{_bindir}/%{name}
9fc0c0
%{_libexecdir}/%{name}/rootlessport
9fc0c0
%{_datadir}/bash-completion/completions/%{name}
9fc0c0
# By "owning" the site-functions dir, we don't need to Require zsh
9fc0c0
%dir %{_datadir}/zsh/site-functions
9fc0c0
%{_datadir}/zsh/site-functions/_%{name}
9fc0c0
%dir %{_datadir}/fish/vendor_completions.d
9fc0c0
%{_datadir}/fish/vendor_completions.d/%{name}.fish
9fc0c0
%ghost %dir %{_sysconfdir}/cni/net.d
9fc0c0
%ghost %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
9fc0c0
%{_unitdir}/*.service
9fc0c0
%{_unitdir}/*.socket
9fc0c0
%{_unitdir}/*.timer
9fc0c0
%{_userunitdir}/*.service
9fc0c0
%{_userunitdir}/*.socket
9fc0c0
%{_userunitdir}/*.timer
9fc0c0
%{_usr}/lib/tmpfiles.d/%{name}.conf
9fc0c0
9fc0c0
%files docker
9fc0c0
%{_bindir}/docker
9fc0c0
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
9fc0c0
9fc0c0
%files remote
9fc0c0
%license LICENSE
9fc0c0
%{_bindir}/%{name}-remote
9fc0c0
%{_mandir}/man1/%{name}-remote*.*
9fc0c0
%{_datadir}/bash-completion/completions/%{name}-remote
9fc0c0
%dir %{_datadir}/fish
9fc0c0
%dir %{_datadir}/fish/vendor_completions.d
9fc0c0
%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish
9fc0c0
%dir %{_datadir}/zsh
9fc0c0
%dir %{_datadir}/zsh/site-functions
9fc0c0
%{_datadir}/zsh/site-functions/_%{name}-remote
9fc0c0
9fc0c0
%files catatonit
9fc0c0
%license COPYING
9fc0c0
%doc README.md
9fc0c0
%dir %{_libexecdir}/catatonit
9fc0c0
%{_libexecdir}/catatonit/catatonit
9fc0c0
%dir %{_libexecdir}/podman
9fc0c0
%{_libexecdir}/podman/catatonit
9fc0c0
9fc0c0
%files plugins
9fc0c0
%license dnsname-%{commit_dnsname}/LICENSE
9fc0c0
%doc dnsname-%{commit_dnsname}/{README.md,README_PODMAN.md}
9fc0c0
%{_libexecdir}/cni/dnsname
9fc0c0
%{_libexecdir}/cni/%{name}-machine
9fc0c0
9fc0c0
%files tests
9fc0c0
%license LICENSE
9fc0c0
%{_datadir}/%{name}/test
9fc0c0
9fc0c0
%files gvproxy
9fc0c0
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
9fc0c0
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
9fc0c0
%dir %{_libexecdir}/%{name}
9fc0c0
%{_libexecdir}/%{name}/gvproxy
9fc0c0
9fc0c0
%changelog
4ce4bd
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-1
4ce4bd
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
4ce4bd
  (https://github.com/containers/podman/commit/fa692a6)
4ce4bd
4ce4bd
* Mon May 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.0-4
4ce4bd
- don't require runc and Recommends: crun
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.0-3
4ce4bd
- Re-enable LTO and debuginfo
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.0-2
4ce4bd
- update gvisor-tap-vsock to 0.2.0 to fix compilation with golang 1.18
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Mon May 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.0-1
4ce4bd
- update to https://github.com/containers/podman/releases/tag/v4.1.0
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Tue May 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-2
4ce4bd
- require netavark and move CNI to soft dependencies
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Fri Apr 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-1
4ce4bd
- update to https://github.com/containers/podman/releases/tag/v4.0.3
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Fri Mar 18 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-3
4ce4bd
- bump minimal libseccomp version requirement
4ce4bd
- Related: #2061316
4ce4bd
4ce4bd
* Mon Mar 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-2
4ce4bd
- rebuilt with golang >= 1.17.5 (CVE-2021-44716, CVE-2021-44717)
4ce4bd
- Related: #2061316
9fc0c0
9fc0c0
* Wed Mar 02 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v4.0.2
9fc0c0
- Related: #2059681
9fc0c0
9fc0c0
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.1-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v4.0.1
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Feb 22 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-6
9fc0c0
- set catatonit cflags after configure step, don't explicitly set ldflags
9fc0c0
- Related: #2054115
9fc0c0
9fc0c0
* Tue Feb 22 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-5
9fc0c0
- revert previous change and run `set_build_flags` before the build process
9fc0c0
- Related: #2054115
9fc0c0
9fc0c0
* Tue Feb 22 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-4
9fc0c0
- add -D_FORTIFY_SOURCE=2 for podman-catatonit
9fc0c0
- Related: #2054115
9fc0c0
9fc0c0
* Tue Feb 22 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-3
9fc0c0
- depend on containers-common >= 2:1-28
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Feb 21 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-2
9fc0c0
- use correct commit 49f8da72 for podman, previous commit said 4.0.1-dev
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Feb 18 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-1
9fc0c0
- update to podman-4.0.0 release
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Feb 17 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.32
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/a34f279)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Feb 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.31
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/ab3e566)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Feb 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.30
9fc0c0
- fix linker flags to assure -D_FORTIFY_SOURCE=2 is present at the command line
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Feb 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.29
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/b0a445e)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.28
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/c4a9aa7)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.27
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/5b2d96f)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Feb 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.26
9fc0c0
- set CGO_CFLAGS explicitly
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Feb 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.25
9fc0c0
- bump to 0.25 to have highest NVR
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Feb 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.4
9fc0c0
- rebuilt
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Feb 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/2dca7b2)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Feb 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/4ad9e00)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Feb 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.0-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v4.0
9fc0c0
  (https://github.com/containers/podman/commit/337f706)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/a54320a)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.7
9fc0c0
- add rootless_role (Ed Santiago)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Jan 17 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.6
9fc0c0
- add git-daemon to test subpackage
9fc0c0
  (https://github.com/containers/podman/issues/12851)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Jan 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/63134a1)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Jan 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/3f57b6e)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Dec 17 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/17788ed)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Dec 09 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.2
9fc0c0
- incorporate gating test fixes from Ed Santiago:
9fc0c0
  - remove buildah and skopeo (unused)
9fc0c0
  - bump BATS from v1.1 to v1.5
9fc0c0
  - rename "nonroot" to "rootless"
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Dec 09 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/b8fde5c)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Dec 07 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.4-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/49f589d)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Dec 07 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.11
9fc0c0
- remove downstream patch already applied upstream
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Dec 06 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.10
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/fe44757)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Dec 02 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.9
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/815f36a)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Dec 01 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/31bc358)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Nov 30 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.7
9fc0c0
- bump Epoch to not to pull in older versions built off upstream main branch
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/e3a7a74)
9fc0c0
- add libsubid_tag.sh into BUILDTAGS
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Nov 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.5
9fc0c0
- do not put patch URL as the backported patch will get overwritten when
9fc0c0
  "spectool -g -f" is executed
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Nov 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/7203178)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Nov 16 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.3
9fc0c0
- remove -t 0 from podman gating test
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.2
9fc0c0
- add BuildRequires: shadow-utils-subid-devel
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/4808a63)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Nov 12 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/fd010ad)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.7
9fc0c0
- backport https://github.com/containers/podman/pull/12118 to 3.4
9fc0c0
  in attempt to fix gating tests
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.6
9fc0c0
- add Requires: gnupg
9fc0c0
  (https://github.com/containers/podman/pull/12270)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Nov 09 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/8de9950)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Nov 08 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.4
9fc0c0
- update catatonit to 1.7
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Nov 02 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/75023e9)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Oct 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.2
9fc0c0
- compile catatonit library as PIE
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Oct 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/09aade7)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Oct 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-2
9fc0c0
- more dependency tightening - thanks to Michael Rochefort for noticing
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.1-1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.4
9fc0c0
  (https://github.com/containers/podman/commit/c15c154)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:4.0.0-0.24
9fc0c0
- respect Epoch in subpackage dependencies
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Oct 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:4.0.0-0.23
9fc0c0
- bump Epoch to preserve upgrade path from RHEL8
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.22
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/ea86893)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Oct 08 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.21
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/14c0fcc)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Oct 07 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.20
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/bfb904b)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.19
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/8bcc086)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Oct 05 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.18
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/c963a50)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.17
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/b9d8c63)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.16
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/317e20a)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.15
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/b187dfe)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.14
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/cd10304)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.13
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/e19a09c)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Sep 24 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.12
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/800d594)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.11
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/1dba601)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Sep 22 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.10
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/8e2d25e)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.9
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/b925d70)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/6cf13c3)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Sep 16 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.7
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/5f41ffd)
9fc0c0
- update to https://github.com/containers/podman-machine-cni/releases/tag/v0.2.0
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/4b6ffda)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/323fe36)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Tue Sep 14 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/b603c7a)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Mon Sep 13 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/0f3d3bd)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/63f6656)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Thu Sep 09 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/26c8549)
9fc0c0
- Related: #2000051
9fc0c0
9fc0c0
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
9fc0c0
  (https://github.com/containers/podman/commit/405507a)
9fc0c0
- Related: #2000051
9fc0c0
- mark ghost dir correctly
9fc0c0
9fc0c0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-4
9fc0c0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
9fc0c0
  Related: rhbz#1991688
9fc0c0
9fc0c0
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.3
9fc0c0
  (https://github.com/containers/podman/commit/57422d2)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Aug 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.3
9fc0c0
  (https://github.com/containers/podman/commit/b1d3875)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-1
9fc0c0
- update to 3.3.0 release and switch to the v3.3 maint branch
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.27
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/4244288)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.26
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/f17b810)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.25
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/2041731)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.24
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/f9395dd)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.23
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/a5de831)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.22
9fc0c0
- bump version to follow the 3.3.0 upgrade path
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/main
9fc0c0
  (https://github.com/containers/podman/commit/4f5b19c)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jul 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
9fc0c0
  (https://github.com/containers/podman/commit/78f0bd7)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.7
9fc0c0
- switch to v3.2.3-rhel branch
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Fri Jul 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2
9fc0c0
  (https://github.com/containers/podman/commit/2eea7fe)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jul 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2
9fc0c0
  (https://github.com/containers/podman/commit/4136f8b)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Fri Jul 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.4
9fc0c0
- update product version in gating.yaml
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2
9fc0c0
  (https://github.com/containers/podman/commit/60d12f7)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jul 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2
9fc0c0
  (https://github.com/containers/podman/commit/275b0d8)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.2
9fc0c0
- put 87-podman-bridge.conflist to main podman package not podman-remote
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.2
9fc0c0
  (https://github.com/containers/podman/commit/6f0bf16)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
9fc0c0
- remove missing unit files
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-1
9fc0c0
- consume content from v3.2 upstream branch
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.21
9fc0c0
- fix build
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.20
9fc0c0
- update install targets
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.19
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/1846070)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Jun 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.18
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/c260cbd)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.17
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/0a0ade3)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Fri Jun 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.16
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/d1f57a0)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Thu Jun 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.15
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/fc34f35)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.14
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/d3afc6b)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-0.13
9fc0c0
- Rebuilt for RHEL 9 BETA for openssl 3.0
9fc0c0
  Related: rhbz#1971065
9fc0c0
9fc0c0
* Tue Jun 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.12
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/be15e69)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jun 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.11
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/928687e)
9fc0c0
- Resolves: #1970747
9fc0c0
9fc0c0
* Fri Jun 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.10
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/ce04a3e)
9fc0c0
- Resolves: #1970747
9fc0c0
9fc0c0
* Thu Jun 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/814a8b6)
9fc0c0
- Resolves: #1970747
9fc0c0
9fc0c0
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.8
9fc0c0
- add new systemd unit files
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/092b2ec)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/e2f51ee)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/e549ca5)
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.4
9fc0c0
- update podman
9fc0c0
- Related: #1970747
9fc0c0
9fc0c0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-0.6
9fc0c0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
9fc0c0
9fc0c0
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/2b13c5d)
9fc0c0
9fc0c0
* Thu Apr 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/12881ab)
9fc0c0
9fc0c0
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/a373e2f)
9fc0c0
9fc0c0
* Tue Mar 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/5eb5950)
9fc0c0
9fc0c0
* Mon Mar 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.15
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/ccbe7e9)
9fc0c0
9fc0c0
* Fri Mar 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.14
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/9e23e0b)
9fc0c0
9fc0c0
* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.13
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/e523d09)
9fc0c0
9fc0c0
* Wed Mar 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.12
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/860de13)
9fc0c0
9fc0c0
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.11
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/60c90c3)
9fc0c0
9fc0c0
* Mon Mar 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.10
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/ebc9871)
9fc0c0
9fc0c0
* Fri Mar 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.9
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/5d9b070)
9fc0c0
9fc0c0
* Thu Mar 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.8
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/6f6cc1c)
9fc0c0
9fc0c0
* Wed Mar 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.7
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/604459b)
9fc0c0
9fc0c0
* Tue Mar 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/e7dc592)
9fc0c0
9fc0c0
* Mon Mar 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/fc02d16)
9fc0c0
9fc0c0
* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/81737b3)
9fc0c0
9fc0c0
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/e2d35e5)
9fc0c0
9fc0c0
* Wed Mar 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/09473d4)
9fc0c0
9fc0c0
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/789d579)
9fc0c0
9fc0c0
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.5
9fc0c0
- remove docker man page as it was removed upstream
9fc0c0
9fc0c0
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/b7c00f2)
9fc0c0
9fc0c0
* Fri Mar 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.3
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/4e5cc6a)
9fc0c0
9fc0c0
* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/87e2056)
9fc0c0
9fc0c0
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/0a40c5a)
9fc0c0
9fc0c0
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/9a2fc37)
9fc0c0
9fc0c0
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/7e286bc)
9fc0c0
9fc0c0
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/797f1ea)
9fc0c0
9fc0c0
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/ddd8a17)
9fc0c0
9fc0c0
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.29rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/2b89fe7)
9fc0c0
9fc0c0
* Tue Feb 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.28rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/a5ab59e)
9fc0c0
9fc0c0
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.27rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/288fb68)
9fc0c0
9fc0c0
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.26rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/82081e8)
9fc0c0
9fc0c0
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.25rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/978c005)
9fc0c0
9fc0c0
* Tue Feb 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.24rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/67d48c5)
9fc0c0
9fc0c0
* Mon Feb 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.23rc2
9fc0c0
- require oci-runtime to assure either crun or runc is pulled in via
9fc0c0
  dependencies
9fc0c0
- Resolves: #1923547
9fc0c0
9fc0c0
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.22rc2
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/745fa4a)
9fc0c0
9fc0c0
* Wed Jan 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.21rc1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/4dbb58d)
9fc0c0
9fc0c0
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.20rc1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/dc2f4c6)
9fc0c0
9fc0c0
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.19rc1
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/v3.0
9fc0c0
  (https://github.com/containers/podman/commit/469c203)
9fc0c0
9fc0c0
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.18rc1
9fc0c0
- switch from master to release candidate (3.0.0-rc1)
9fc0c0
9fc0c0
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.17
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/78cda71)
9fc0c0
9fc0c0
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.16
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/355e387)
9fc0c0
9fc0c0
* Wed Jan 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.15
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/ffe2b1e)
9fc0c0
9fc0c0
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
9fc0c0
- re-disable LTO as it sill fails even with GCC 11
9fc0c0
- Related: #1904567
9fc0c0
9fc0c0
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
9fc0c0
- attempt to build with gcc11
9fc0c0
- Related: #1904567
9fc0c0
9fc0c0
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.12
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/23f25b8)
9fc0c0
9fc0c0
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.11
9fc0c0
- update to https://github.com/containers/dnsname/releases/tag/v1.1.1
9fc0c0
9fc0c0
* Wed Dec 09 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.10
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/dd295f2)
9fc0c0
9fc0c0
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.9
9fc0c0
- disable LTO to fix build
9fc0c0
9fc0c0
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.8
9fc0c0
- use dedicated macro to build only on supported arches
9fc0c0
9fc0c0
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.7
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/0c96731)
9fc0c0
9fc0c0
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.6
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/0c2a43b)
9fc0c0
9fc0c0
* Sat Dec 05 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.5
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/8e83799)
9fc0c0
9fc0c0
* Fri Dec 04 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.4
9fc0c0
- update to the latest content of https://github.com/containers/podman/tree/master
9fc0c0
  (https://github.com/containers/podman/commit/70284b1)
9fc0c0
9fc0c0
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.3
9fc0c0
- attempt to fix gating tests with patch from Matt Heon
9fc0c0
9fc0c0
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.1
9fc0c0
- update NVR to reflect the development version
9fc0c0
9fc0c0
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-2
9fc0c0
- switch to master branch
9fc0c0
- remove varlink support
9fc0c0
- simplify spec
9fc0c0
9fc0c0
* Tue Dec 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v2.2.0
9fc0c0
9fc0c0
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-11
9fc0c0
- fix branch name setup
9fc0c0
9fc0c0
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-10
9fc0c0
- attempt to fix linker error with golang-1.15
9fc0c0
- add Requires: httpd-tools to tests, needed to work around
9fc0c0
  missing htpasswd in docker registry image, thanks to Ed Santiago
9fc0c0
9fc0c0
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-9
9fc0c0
- simplify spec
9fc0c0
- use shortcommit ID in all tarball names
9fc0c0
9fc0c0
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-8
9fc0c0
- use shortcommit ID in branch tarball name
9fc0c0
9fc0c0
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-7
9fc0c0
- add gating test files
9fc0c0
9fc0c0
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-6
9fc0c0
- fix the tarball reference for consumption directly from upstream branch
9fc0c0
9fc0c0
* Sat Oct 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-5
9fc0c0
- allow to build directly from upstream branch or release
9fc0c0
- make varlink disabled by default
9fc0c0
9fc0c0
* Thu Oct 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-4
9fc0c0
- add jnovy to gating test results recipients
9fc0c0
9fc0c0
* Thu Oct 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-3
9fc0c0
- update gating tests
9fc0c0
9fc0c0
* Wed Sep 30 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-2
9fc0c0
- fix the container-selinux boolean dependency
9fc0c0
9fc0c0
* Mon Sep 28 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v2.1.1
9fc0c0
9fc0c0
* Wed Sep 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.0-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v2.1.0
9fc0c0
9fc0c0
* Wed Sep 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-5
9fc0c0
- allow to be built on different than RHEL OSes
9fc0c0
9fc0c0
* Tue Sep 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-4
9fc0c0
- include dnsname plugin
9fc0c0
Resolves: #1877865
9fc0c0
9fc0c0
* Tue Sep 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-3
9fc0c0
- require container-selinux only when selinux-policy is installed
9fc0c0
Related: #1881218
9fc0c0
9fc0c0
* Mon Sep 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-2
9fc0c0
- use commit ID to refer to the upstream tarball
9fc0c0
9fc0c0
* Fri Sep 18 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-1
9fc0c0
- update to https://github.com/containers/podman/releases/tag/v2.0.6
9fc0c0
9fc0c0
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-5
9fc0c0
- update to podman-2.0.5 in rhel8 branch
9fc0c0