740ac3
%global with_check 0
740ac3
740ac3
# https://bugzilla.redhat.com/show_bug.cgi?id=1904567
740ac3
%global _lto_cflags %{nil}
740ac3
740ac3
%global _find_debuginfo_dwz_opts %{nil}
740ac3
%global _dwz_low_mem_die_limit 0
740ac3
740ac3
%if 0%{?rhel} > 7 && ! 0%{?fedora}
740ac3
%define gobuild(o:) \
740ac3
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
740ac3
%else
740ac3
%if ! 0%{?gobuild:1}
740ac3
%define gobuild(o:) GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v %{?**};
740ac3
%endif
740ac3
%endif
740ac3
740ac3
%global import_path github.com/containers/podman
740ac3
%global branch main
740ac3
%global commit0 ea868933e8c014ac52192f397f5dc1c3e8ee375a
740ac3
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
740ac3
%global cataver 0.1.5
740ac3
%global dnsnamever 1.3.0
740ac3
%global gvproxyrepo gvisor-tap-vsock
740ac3
%global gvproxyver 0.1.0
740ac3
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
740ac3
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
740ac3
740ac3
740ac3
Name: podman
740ac3
Version: 4.0.0
740ac3
Release: 0.22%{?dist}
740ac3
Summary: Manage Pods, Containers and Container Images
740ac3
License: ASL 2.0 and GPLv3+
740ac3
URL: https://%{name}.io/
740ac3
%if 0%{?branch:1}
740ac3
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
740ac3
%else
740ac3
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
740ac3
%endif
740ac3
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
740ac3
Source2: https://github.com/containers/dnsname/archive/v%{dnsnamever}.tar.gz
740ac3
Source3: https://github.com/containers/%{name}-machine-cni/archive/%{commit_mcni}/%{name}-machine-cni-%{shortcommit_mcni}.tar.gz
740ac3
Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar.gz
740ac3
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
740ac3
ExclusiveArch: %{go_arches}
740ac3
Provides: %{name}-manpages = %{version}-%{release}
740ac3
Obsoletes: %{name}-manpages < %{version}-%{release}
740ac3
BuildRequires: golang >= 1.16.6
740ac3
BuildRequires: glib2-devel
740ac3
BuildRequires: glibc-devel
740ac3
BuildRequires: glibc-static
740ac3
BuildRequires: git-core
740ac3
BuildRequires: go-md2man
740ac3
BuildRequires: gpgme-devel
740ac3
BuildRequires: libassuan-devel
740ac3
BuildRequires: libgpg-error-devel
740ac3
BuildRequires: libseccomp-devel
740ac3
BuildRequires: libselinux-devel
740ac3
BuildRequires: ostree-devel
740ac3
BuildRequires: pkgconfig
740ac3
BuildRequires: make
740ac3
BuildRequires: systemd
740ac3
BuildRequires: systemd-devel
740ac3
# for catatonit
740ac3
BuildRequires: autoconf
740ac3
BuildRequires: automake
740ac3
BuildRequires: file
740ac3
BuildRequires: gcc
740ac3
BuildRequires: libtool
740ac3
Requires: containers-common >= 2:1-2
740ac3
Requires: containernetworking-plugins >= 0.9.1-1
740ac3
Requires: iptables
740ac3
Requires: nftables
740ac3
Obsoletes: oci-systemd-hook < 1
740ac3
Requires: libseccomp >= 2.4.1
740ac3
Requires: conmon >= 2.0.25
740ac3
Requires: (container-selinux if selinux-policy)
740ac3
Requires: slirp4netns >= 0.4.0-1
740ac3
Requires: runc >= 1.0.0-57
740ac3
Requires: fuse-overlayfs
740ac3
Requires: %{name}-catatonit >= %{version}-%{release}
740ac3
Requires: oci-runtime
740ac3
740ac3
%description
740ac3
%{name} (Pod Manager) is a fully featured container engine that is a simple
740ac3
daemonless tool.  %{name} provides a Docker-CLI comparable command line that
740ac3
eases the transition from other container engines and allows the management of
740ac3
pods, containers and images.  Simply put: alias docker=%{name}.
740ac3
Most %{name} commands can be run as a regular user, without requiring
740ac3
additional privileges.
740ac3
740ac3
%{name} uses Buildah(1) internally to create container images.
740ac3
Both tools share image (not container) storage, hence each can use or
740ac3
manipulate images (but not containers) created by the other.
740ac3
740ac3
%{summary}
740ac3
%{name} Simple management tool for pods, containers and images
740ac3
740ac3
%package docker
740ac3
Summary: Emulate Docker CLI using %{name}
740ac3
BuildArch: noarch
740ac3
Requires: %{name} = %{version}-%{release}
740ac3
Provides: docker = %{version}-%{release}
740ac3
740ac3
%description docker
740ac3
This package installs a script named docker that emulates the Docker CLI by
740ac3
executes %{name} commands, it also creates links between all Docker CLI man
740ac3
pages and %{name}.
740ac3
740ac3
%package remote
740ac3
Summary: A remote CLI for Podman: A Simple management tool for pods, containers and images
740ac3
740ac3
%description remote
740ac3
%{name}-remote provides a local client interacting with a Podman backend
740ac3
node through a RESTful API tunneled through a ssh connection. In this context,
740ac3
a %{name} node is a Linux system with Podman installed on it and the API
740ac3
service activated.
740ac3
740ac3
Credentials for this session can be passed in using flags, environment
740ac3
variables, or in containers.conf.
740ac3
740ac3
%package catatonit
740ac3
Summary: A signal-forwarding process manager for containers
740ac3
Requires: %{name} = %{version}-%{release}
740ac3
740ac3
%description catatonit
740ac3
Catatonit is a /sbin/init program for use within containers. It
740ac3
forwards (almost) all signals to the spawned child, tears down
740ac3
the container when the spawned child exits, and otherwise
740ac3
cleans up other exited processes (zombies).
740ac3
740ac3
This is a reimplementation of other container init programs (such as
740ac3
"tini" or "dumb-init"), but uses modern Linux facilities (such as
740ac3
signalfd(2)) and has no additional features.
740ac3
740ac3
%package plugins
740ac3
Summary: Plugins for %{name}
740ac3
Requires: dnsmasq
740ac3
Recommends: %{name}-gvproxy = %{version}-%{release}
740ac3
740ac3
%description plugins
740ac3
This plugin sets up the use of dnsmasq on a given CNI network so
740ac3
that Pods can resolve each other by name.  When configured,
740ac3
the pod and its IP address are added to a network specific hosts file
740ac3
that dnsmasq will read in.  Similarly, when a pod
740ac3
is removed from the network, it will remove the entry from the hosts
740ac3
file.  Each CNI network will have its own dnsmasq instance.
740ac3
740ac3
%package tests
740ac3
Summary: Tests for %{name}
740ac3
Requires: %{name} = %{version}-%{release}
740ac3
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
740ac3
Requires: nmap-ncat
740ac3
Requires: httpd-tools
740ac3
Requires: jq
740ac3
Requires: socat
740ac3
Requires: skopeo
740ac3
Requires: openssl
740ac3
Requires: buildah
740ac3
740ac3
%description tests
740ac3
%{summary}
740ac3
740ac3
This package contains system tests for %{name}
740ac3
740ac3
%package gvproxy
740ac3
Summary: Go replacement for libslirp and VPNKit
740ac3
740ac3
%description gvproxy
740ac3
A replacement for libslirp and VPNKit, written in pure Go.
740ac3
It is based on the network stack of gVisor. Compared to libslirp,
740ac3
gvisor-tap-vsock brings a configurable DNS server and
740ac3
dynamic port forwarding.
740ac3
740ac3
%prep
740ac3
%if 0%{?branch:1}
740ac3
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
740ac3
%else
740ac3
%autosetup -Sgit -n %{name}-%{commit0}
740ac3
%endif
740ac3
tar fx %{SOURCE1}
740ac3
tar fx %{SOURCE2}
740ac3
tar fx %{SOURCE3}
740ac3
tar fx %{SOURCE4}
740ac3
740ac3
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
740ac3
740ac3
# this is shipped by skopeo: containers-common subpackage
740ac3
rm -rf docs/source/markdown/containers-mounts.conf.5.md
740ac3
740ac3
%build
740ac3
export GO111MODULE=off
740ac3
export GOPATH=$(pwd):$(pwd)/_build
740ac3
export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
740ac3
740ac3
mkdir _build
740ac3
pushd _build
740ac3
mkdir -p src/github.com/containers
740ac3
ln -s ../../../../ src/github.com/containers/podman
740ac3
popd
740ac3
ln -s vendor src
740ac3
740ac3
rm -rf vendor/github.com/containers/storage/drivers/register/register_btrfs.go
740ac3
740ac3
export BUILDTAGS="systemd selinux seccomp btrfs_noversion exclude_graphdriver_devicemapper $(hack/libdm_tag.sh)"
740ac3
# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here?
740ac3
LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)"
740ac3
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
740ac3
740ac3
# build %%{name}-remote
740ac3
export BUILDTAGS="remote $BUILDTAGS"
740ac3
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
740ac3
740ac3
%{__make} docs
740ac3
740ac3
# build catatonit
740ac3
unset LDFLAGS
740ac3
pushd catatonit-%{cataver}
740ac3
autoreconf -fi
740ac3
%configure
740ac3
%{__make} %{?_smp_mflags}
740ac3
# Make sure we *always* build a static binary for catatonit. Otherwise we'll break containers
740ac3
# that don't have the necessary shared libs.
740ac3
file catatonit | grep 'statically linked'
740ac3
if [ $? != 0 ]; then
740ac3
   echo "ERROR: catatonit binary must be statically linked!"
740ac3
   exit 1
740ac3
fi
740ac3
popd
740ac3
740ac3
# build dnsname plugin
740ac3
unset LDFLAGS
740ac3
pushd dnsname-%{dnsnamever}
740ac3
mkdir _build
740ac3
pushd _build
740ac3
mkdir -p src/github.com/containers
740ac3
ln -s ../../../../ src/github.com/containers/dnsname
740ac3
popd
740ac3
ln -s vendor src
740ac3
export GOPATH=$(pwd)/_build:$(pwd)
740ac3
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
740ac3
popd
740ac3
740ac3
pushd %{name}-machine-cni-%{commit_mcni}
740ac3
unset LDFLAGS
740ac3
mkdir _build
740ac3
pushd _build
740ac3
mkdir -p src/github.com/containers
740ac3
ln -s ../../../../ src/github.com/containers/%{name}-machine-cni
740ac3
popd
740ac3
ln -s vendor src
740ac3
export GOPATH=$(pwd)/_build:$(pwd)
740ac3
%gobuild -o bin/%{name}-machine github.com/containers/%{name}-machine-cni/plugins/meta/%{name}-machine
740ac3
popd
740ac3
740ac3
pushd %{gvproxyrepo}-%{gvproxyver}
740ac3
unset LDFLAGS
740ac3
mkdir _build
740ac3
pushd _build
740ac3
mkdir -p src/github.com/containers
740ac3
ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
740ac3
popd
740ac3
ln -s vendor src
740ac3
export GOPATH=$(pwd)/_build:$(pwd)
740ac3
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
740ac3
popd
740ac3
740ac3
%install
740ac3
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \
740ac3
        ETCDIR=%{buildroot}%{_sysconfdir} \
740ac3
        install.bin-nobuild \
740ac3
        install.remote-nobuild \
740ac3
        install.man-nobuild \
740ac3
        install.systemd \
740ac3
        install.completions \
740ac3
        install.docker
740ac3
740ac3
# install test scripts, but not the internal helpers.t meta-test
740ac3
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
740ac3
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
740ac3
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
740ac3
rm -f               %{buildroot}/%{_datadir}/%{name}/test/system/*.t
740ac3
740ac3
# do not include docker and podman-remote man pages in main package
740ac3
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
740ac3
    echo "$file*" >> podman.file-list
740ac3
done
740ac3
740ac3
# install catatonit
740ac3
install -dp %{buildroot}%{_libexecdir}/catatonit
740ac3
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/catatonit
740ac3
install -dp %{buildroot}%{_libexecdir}/podman
740ac3
install -dp %{buildroot}%{_datadir}/licenses/podman-catatonit
740ac3
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman-catatonit/COPYING
740ac3
ln -s %{_libexecdir}/catatonit/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
740ac3
740ac3
# install dnsname plugin
740ac3
pushd dnsname-%{dnsnamever}
740ac3
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
740ac3
popd
740ac3
740ac3
# install machine-cni plugin
740ac3
pushd %{name}-machine-cni-%{commit_mcni}
740ac3
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
740ac3
popd
740ac3
740ac3
# install gvproxy
740ac3
pushd %{gvproxyrepo}-%{gvproxyver}
740ac3
install -dp %{buildroot}%{_libexecdir}/%{name}
740ac3
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
740ac3
popd
740ac3
740ac3
%check
740ac3
%if 0%{?with_check}
740ac3
# Since we aren't packaging up the vendor directory we need to link
740ac3
# back to it somehow. Hack it up so that we can add the vendor
740ac3
# directory from BUILD dir as a gopath to be searched when executing
740ac3
# tests from the BUILDROOT dir.
740ac3
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
740ac3
740ac3
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
740ac3
740ac3
%if ! 0%{?gotest:1}
740ac3
%global gotest go test
740ac3
%endif
740ac3
740ac3
%gotest %{import_path}/cmd/%{name}
740ac3
%gotest %{import_path}/libkpod
740ac3
%gotest %{import_path}/libpod
740ac3
%gotest %{import_path}/pkg/registrar
740ac3
%endif
740ac3
740ac3
%triggerpostun -- %{name} < 1.1
740ac3
%{_bindir}/%{name} system renumber
740ac3
exit 0
740ac3
740ac3
#define license tag if not already defined
740ac3
%{!?_licensedir:%global license %doc}
740ac3
740ac3
%files -f podman.file-list
740ac3
%license LICENSE
740ac3
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
740ac3
%{_bindir}/%{name}
740ac3
%{_datadir}/bash-completion/completions/%{name}
740ac3
# By "owning" the site-functions dir, we don't need to Require zsh
740ac3
%dir %{_datadir}/zsh/site-functions
740ac3
%{_datadir}/zsh/site-functions/_%{name}
740ac3
%dir %{_datadir}/fish/vendor_completions.d
740ac3
%{_datadir}/fish/vendor_completions.d/%{name}.fish
740ac3
%ghost %dir %{_sysconfdir}/cni/net.d
740ac3
%ghost %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
740ac3
%{_unitdir}/*.service
740ac3
%{_unitdir}/*.socket
740ac3
%{_unitdir}/*.timer
740ac3
%{_userunitdir}/*.service
740ac3
%{_userunitdir}/*.socket
740ac3
%{_userunitdir}/*.timer
740ac3
%{_usr}/lib/tmpfiles.d/%{name}.conf
740ac3
740ac3
%files docker
740ac3
%{_bindir}/docker
740ac3
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
740ac3
740ac3
%files remote
740ac3
%license LICENSE
740ac3
%{_bindir}/%{name}-remote
740ac3
%{_mandir}/man1/%{name}-remote*.*
740ac3
%{_datadir}/bash-completion/completions/%{name}-remote
740ac3
%dir %{_datadir}/fish
740ac3
%dir %{_datadir}/fish/vendor_completions.d
740ac3
%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish
740ac3
%dir %{_datadir}/zsh
740ac3
%dir %{_datadir}/zsh/site-functions
740ac3
%{_datadir}/zsh/site-functions/_%{name}-remote
740ac3
740ac3
%files catatonit
740ac3
%license COPYING
740ac3
%doc README.md
740ac3
%dir %{_libexecdir}/catatonit
740ac3
%{_libexecdir}/catatonit/catatonit
740ac3
%dir %{_libexecdir}/podman
740ac3
%{_libexecdir}/podman/catatonit
740ac3
740ac3
%files plugins
740ac3
%license dnsname-%{dnsnamever}/LICENSE
740ac3
%doc dnsname-%{dnsnamever}/{README.md,README_PODMAN.md}
740ac3
%{_libexecdir}/cni/dnsname
740ac3
%{_libexecdir}/cni/%{name}-machine
740ac3
740ac3
%files tests
740ac3
%license LICENSE
740ac3
%{_datadir}/%{name}/test
740ac3
740ac3
%files gvproxy
740ac3
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
740ac3
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
740ac3
%dir %{_libexecdir}/%{name}
740ac3
%{_libexecdir}/%{name}/gvproxy
740ac3
740ac3
%changelog
740ac3
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.22
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/ea86893)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Oct 08 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.21
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/14c0fcc)
740ac3
- Related: #2000051
740ac3
740ac3
* Thu Oct 07 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.20
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/bfb904b)
740ac3
- Related: #2000051
740ac3
740ac3
* Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.19
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/8bcc086)
740ac3
- Related: #2000051
740ac3
740ac3
* Tue Oct 05 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.18
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/c963a50)
740ac3
- Related: #2000051
740ac3
740ac3
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.17
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/b9d8c63)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.16
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/317e20a)
740ac3
- Related: #2000051
740ac3
740ac3
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.15
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/b187dfe)
740ac3
- Related: #2000051
740ac3
740ac3
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.14
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/cd10304)
740ac3
- Related: #2000051
740ac3
740ac3
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.13
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/e19a09c)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Sep 24 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.12
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/800d594)
740ac3
- Related: #2000051
740ac3
740ac3
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.11
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/1dba601)
740ac3
- Related: #2000051
740ac3
740ac3
* Wed Sep 22 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.10
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/8e2d25e)
740ac3
- Related: #2000051
740ac3
740ac3
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.9
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/b925d70)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.8
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/6cf13c3)
740ac3
- Related: #2000051
740ac3
740ac3
* Thu Sep 16 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.7
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/5f41ffd)
740ac3
- update to https://github.com/containers/podman-machine-cni/releases/tag/v0.2.0
740ac3
- Related: #2000051
740ac3
740ac3
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.6
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/4b6ffda)
740ac3
- Related: #2000051
740ac3
740ac3
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/323fe36)
740ac3
- Related: #2000051
740ac3
740ac3
* Tue Sep 14 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.4
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/b603c7a)
740ac3
- Related: #2000051
740ac3
740ac3
* Mon Sep 13 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/0f3d3bd)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/63f6656)
740ac3
- Related: #2000051
740ac3
740ac3
* Thu Sep 09 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/26c8549)
740ac3
- Related: #2000051
740ac3
740ac3
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
740ac3
  (https://github.com/containers/podman/commit/405507a)
740ac3
- Related: #2000051
740ac3
- mark ghost dir correctly
740ac3
740ac3
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-4
740ac3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
740ac3
  Related: rhbz#1991688
740ac3
740ac3
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.3
740ac3
  (https://github.com/containers/podman/commit/57422d2)
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Aug 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.3
740ac3
  (https://github.com/containers/podman/commit/b1d3875)
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-1
740ac3
- update to 3.3.0 release and switch to the v3.3 maint branch
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.27
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/4244288)
740ac3
- Related: #1970747
740ac3
740ac3
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.26
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/f17b810)
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.25
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/2041731)
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.24
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/f9395dd)
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.23
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/a5de831)
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.22
740ac3
- bump version to follow the 3.3.0 upgrade path
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
740ac3
- update to the latest content of https://github.com/containers/podman/tree/main
740ac3
  (https://github.com/containers/podman/commit/4f5b19c)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jul 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.8
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
740ac3
  (https://github.com/containers/podman/commit/78f0bd7)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.7
740ac3
- switch to v3.2.3-rhel branch
740ac3
- Related: #1970747
740ac3
740ac3
* Fri Jul 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.6
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
740ac3
  (https://github.com/containers/podman/commit/2eea7fe)
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jul 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
740ac3
  (https://github.com/containers/podman/commit/4136f8b)
740ac3
- Related: #1970747
740ac3
740ac3
* Fri Jul 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.4
740ac3
- update product version in gating.yaml
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
740ac3
  (https://github.com/containers/podman/commit/60d12f7)
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jul 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
740ac3
  (https://github.com/containers/podman/commit/275b0d8)
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.2
740ac3
- put 87-podman-bridge.conflist to main podman package not podman-remote
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
740ac3
  (https://github.com/containers/podman/commit/6f0bf16)
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
740ac3
- remove missing unit files
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-1
740ac3
- consume content from v3.2 upstream branch
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.21
740ac3
- fix build
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.20
740ac3
- update install targets
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.19
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/1846070)
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Jun 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.18
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/c260cbd)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.17
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/0a0ade3)
740ac3
- Related: #1970747
740ac3
740ac3
* Fri Jun 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.16
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/d1f57a0)
740ac3
- Related: #1970747
740ac3
740ac3
* Thu Jun 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.15
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/fc34f35)
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.14
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/d3afc6b)
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-0.13
740ac3
- Rebuilt for RHEL 9 BETA for openssl 3.0
740ac3
  Related: rhbz#1971065
740ac3
740ac3
* Tue Jun 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.12
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/be15e69)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jun 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.11
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/928687e)
740ac3
- Resolves: #1970747
740ac3
740ac3
* Fri Jun 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.10
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/ce04a3e)
740ac3
- Resolves: #1970747
740ac3
740ac3
* Thu Jun 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/814a8b6)
740ac3
- Resolves: #1970747
740ac3
740ac3
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.8
740ac3
- add new systemd unit files
740ac3
- Related: #1970747
740ac3
740ac3
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/092b2ec)
740ac3
- Related: #1970747
740ac3
740ac3
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.6
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/e2f51ee)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/e549ca5)
740ac3
- Related: #1970747
740ac3
740ac3
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.4
740ac3
- update podman
740ac3
- Related: #1970747
740ac3
740ac3
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-0.6
740ac3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
740ac3
740ac3
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/2b13c5d)
740ac3
740ac3
* Thu Apr 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/12881ab)
740ac3
740ac3
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/a373e2f)
740ac3
740ac3
* Tue Mar 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/5eb5950)
740ac3
740ac3
* Mon Mar 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.15
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/ccbe7e9)
740ac3
740ac3
* Fri Mar 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.14
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/9e23e0b)
740ac3
740ac3
* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.13
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/e523d09)
740ac3
740ac3
* Wed Mar 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.12
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/860de13)
740ac3
740ac3
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.11
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/60c90c3)
740ac3
740ac3
* Mon Mar 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.10
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/ebc9871)
740ac3
740ac3
* Fri Mar 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.9
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/5d9b070)
740ac3
740ac3
* Thu Mar 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.8
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/6f6cc1c)
740ac3
740ac3
* Wed Mar 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.7
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/604459b)
740ac3
740ac3
* Tue Mar 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.6
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/e7dc592)
740ac3
740ac3
* Mon Mar 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/fc02d16)
740ac3
740ac3
* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.4
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/81737b3)
740ac3
740ac3
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/e2d35e5)
740ac3
740ac3
* Wed Mar 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/09473d4)
740ac3
740ac3
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/789d579)
740ac3
740ac3
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.5
740ac3
- remove docker man page as it was removed upstream
740ac3
740ac3
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.4
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/b7c00f2)
740ac3
740ac3
* Fri Mar 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.3
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/4e5cc6a)
740ac3
740ac3
* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/87e2056)
740ac3
740ac3
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.2-0.1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/0a40c5a)
740ac3
740ac3
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/9a2fc37)
740ac3
740ac3
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/7e286bc)
740ac3
740ac3
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/797f1ea)
740ac3
740ac3
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/ddd8a17)
740ac3
740ac3
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.29rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/2b89fe7)
740ac3
740ac3
* Tue Feb 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.28rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/a5ab59e)
740ac3
740ac3
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.27rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/288fb68)
740ac3
740ac3
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.26rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/82081e8)
740ac3
740ac3
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.25rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/978c005)
740ac3
740ac3
* Tue Feb 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.24rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/67d48c5)
740ac3
740ac3
* Mon Feb 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.23rc2
740ac3
- require oci-runtime to assure either crun or runc is pulled in via
740ac3
  dependencies
740ac3
- Resolves: #1923547
740ac3
740ac3
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.22rc2
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/745fa4a)
740ac3
740ac3
* Wed Jan 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.21rc1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/4dbb58d)
740ac3
740ac3
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.20rc1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/dc2f4c6)
740ac3
740ac3
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.19rc1
740ac3
- update to the latest content of https://github.com/containers/podman/tree/v3.0
740ac3
  (https://github.com/containers/podman/commit/469c203)
740ac3
740ac3
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.18rc1
740ac3
- switch from master to release candidate (3.0.0-rc1)
740ac3
740ac3
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.17
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/78cda71)
740ac3
740ac3
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.16
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/355e387)
740ac3
740ac3
* Wed Jan 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.15
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/ffe2b1e)
740ac3
740ac3
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
740ac3
- re-disable LTO as it sill fails even with GCC 11
740ac3
- Related: #1904567
740ac3
740ac3
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
740ac3
- attempt to build with gcc11
740ac3
- Related: #1904567
740ac3
740ac3
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.12
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/23f25b8)
740ac3
740ac3
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.11
740ac3
- update to https://github.com/containers/dnsname/releases/tag/v1.1.1
740ac3
740ac3
* Wed Dec 09 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.10
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/dd295f2)
740ac3
740ac3
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.9
740ac3
- disable LTO to fix build
740ac3
740ac3
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.8
740ac3
- use dedicated macro to build only on supported arches
740ac3
740ac3
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.7
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/0c96731)
740ac3
740ac3
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.6
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/0c2a43b)
740ac3
740ac3
* Sat Dec 05 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.5
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/8e83799)
740ac3
740ac3
* Fri Dec 04 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.4
740ac3
- update to the latest content of https://github.com/containers/podman/tree/master
740ac3
  (https://github.com/containers/podman/commit/70284b1)
740ac3
740ac3
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.3
740ac3
- attempt to fix gating tests with patch from Matt Heon
740ac3
740ac3
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.1
740ac3
- update NVR to reflect the development version
740ac3
740ac3
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-2
740ac3
- switch to master branch
740ac3
- remove varlink support
740ac3
- simplify spec
740ac3
740ac3
* Tue Dec 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-1
740ac3
- update to https://github.com/containers/podman/releases/tag/v2.2.0
740ac3
740ac3
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-11
740ac3
- fix branch name setup
740ac3
740ac3
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-10
740ac3
- attempt to fix linker error with golang-1.15
740ac3
- add Requires: httpd-tools to tests, needed to work around
740ac3
  missing htpasswd in docker registry image, thanks to Ed Santiago
740ac3
740ac3
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-9
740ac3
- simplify spec
740ac3
- use shortcommit ID in all tarball names
740ac3
740ac3
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-8
740ac3
- use shortcommit ID in branch tarball name
740ac3
740ac3
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-7
740ac3
- add gating test files
740ac3
740ac3
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-6
740ac3
- fix the tarball reference for consumption directly from upstream branch
740ac3
740ac3
* Sat Oct 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-5
740ac3
- allow to build directly from upstream branch or release
740ac3
- make varlink disabled by default
740ac3
740ac3
* Thu Oct 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-4
740ac3
- add jnovy to gating test results recipients
740ac3
740ac3
* Thu Oct 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-3
740ac3
- update gating tests
740ac3
740ac3
* Wed Sep 30 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-2
740ac3
- fix the container-selinux boolean dependency
740ac3
740ac3
* Mon Sep 28 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-1
740ac3
- update to https://github.com/containers/podman/releases/tag/v2.1.1
740ac3
740ac3
* Wed Sep 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.0-1
740ac3
- update to https://github.com/containers/podman/releases/tag/v2.1.0
740ac3
740ac3
* Wed Sep 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-5
740ac3
- allow to be built on different than RHEL OSes
740ac3
740ac3
* Tue Sep 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-4
740ac3
- include dnsname plugin
740ac3
Resolves: #1877865
740ac3
740ac3
* Tue Sep 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-3
740ac3
- require container-selinux only when selinux-policy is installed
740ac3
Related: #1881218
740ac3
740ac3
* Mon Sep 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-2
740ac3
- use commit ID to refer to the upstream tarball
740ac3
740ac3
* Fri Sep 18 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.6-1
740ac3
- update to https://github.com/containers/podman/releases/tag/v2.0.6
740ac3
740ac3
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-5
740ac3
- update to podman-2.0.5 in rhel8 branch
740ac3