008b5d
%global with_check 0
008b5d
008b5d
%global _find_debuginfo_dwz_opts %{nil}
008b5d
%global _dwz_low_mem_die_limit 0
008b5d
4631dc
%if 0%{?rhel} > 7 && ! 0%{?fedora}
008b5d
%define gobuild(o:) \
b551bc
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 %{?**};
b551bc
%else
b551bc
%if ! 0%{?gobuild:1}
b551bc
%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 %{?**};
b551bc
%endif
4631dc
%endif
008b5d
b551bc
%global import_path github.com/containers/podman
b551bc
%global branch v3.0.1-rhel
b551bc
%global commit0 7a71903cbcd0e5acc8442450975de4bf64940a2a
b551bc
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
b551bc
%global cataver 0.1.5
b551bc
%global dnsnamever 1.1.1
008b5d
008b5d
Name: podman
b551bc
Version: 3.0.1
b551bc
Release: 3%{?dist}
008b5d
Summary: Manage Pods, Containers and Container Images
b551bc
License: ASL 2.0 and GPLv3+
4631dc
URL: https://%{name}.io/
b551bc
%if 0%{?branch:1}
b551bc
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
b551bc
%else
b551bc
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
b551bc
%endif
b551bc
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
b551bc
Source2: https://github.com/containers/dnsname/archive/v%{dnsnamever}.tar.gz
b551bc
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
b551bc
ExclusiveArch: %{go_arches}
9b789d
Provides: %{name}-manpages = %{version}-%{release}
9b789d
Obsoletes: %{name}-manpages < %{version}-%{release}
4631dc
BuildRequires: golang >= 1.12.12-4
008b5d
BuildRequires: glib2-devel
008b5d
BuildRequires: glibc-devel
008b5d
BuildRequires: glibc-static
008b5d
BuildRequires: git
008b5d
BuildRequires: go-md2man
008b5d
BuildRequires: gpgme-devel
008b5d
BuildRequires: libassuan-devel
008b5d
BuildRequires: libgpg-error-devel
008b5d
BuildRequires: libseccomp-devel
008b5d
BuildRequires: libselinux-devel
008b5d
BuildRequires: ostree-devel
008b5d
BuildRequires: pkgconfig
4631dc
BuildRequires: make
4631dc
BuildRequires: systemd
4631dc
BuildRequires: systemd-devel
b551bc
# for catatonit
b551bc
BuildRequires: autoconf
b551bc
BuildRequires: automake
b551bc
BuildRequires: file
b551bc
BuildRequires: gcc
b551bc
BuildRequires: libtool
008b5d
Requires: containers-common >= 0.1.29-3
008b5d
Requires: containernetworking-plugins >= 0.8.1-1
008b5d
Requires: iptables
008b5d
Requires: nftables
9b789d
Obsoletes: oci-systemd-hook < 1
4631dc
Requires: libseccomp >= 2.4.1
4631dc
Requires: conmon
b551bc
Requires: (container-selinux if selinux-policy)
4631dc
Requires: slirp4netns >= 0.4.0-1
4631dc
Requires: runc >= 1.0.0-57
4631dc
Requires: fuse-overlayfs
b551bc
Requires: %{name}-catatonit >= %{version}-%{release}
b551bc
Requires: oci-runtime
008b5d
008b5d
%description
9b789d
%{name} (Pod Manager) is a fully featured container engine that is a simple
9b789d
daemonless tool.  %{name} provides a Docker-CLI comparable command line that
9b789d
eases the transition from other container engines and allows the management of
9b789d
pods, containers and images.  Simply put: alias docker=%{name}.
9b789d
Most %{name} commands can be run as a regular user, without requiring
9b789d
additional privileges.
4631dc
9b789d
%{name} uses Buildah(1) internally to create container images.
9b789d
Both tools share image (not container) storage, hence each can use or
9b789d
manipulate images (but not containers) created by the other.
4631dc
008b5d
%{summary}
b551bc
%{name} Simple management tool for pods, containers and images
008b5d
008b5d
%package docker
4631dc
Summary: Emulate Docker CLI using %{name}
008b5d
BuildArch: noarch
008b5d
Requires: %{name} = %{version}-%{release}
b551bc
Provides: docker = %{version}-%{release}
008b5d
008b5d
%description docker
008b5d
This package installs a script named docker that emulates the Docker CLI by
4631dc
executes %{name} commands, it also creates links between all Docker CLI man
008b5d
pages and %{name}.
008b5d
008b5d
%package remote
b551bc
Summary: A remote CLI for Podman: A Simple management tool for pods, containers and images
008b5d
008b5d
%description remote
b551bc
%{name}-remote provides a local client interacting with a Podman backend
b551bc
node through a RESTful API tunneled through a ssh connection. In this context,
b551bc
a %{name} node is a Linux system with Podman installed on it and the API
b551bc
service activated.
b551bc
b551bc
Credentials for this session can be passed in using flags, environment
b551bc
variables, or in containers.conf.
b551bc
b551bc
%package catatonit
b551bc
Summary: A signal-forwarding process manager for containers
b551bc
Requires: %{name} = %{version}-%{release}
b551bc
b551bc
%description catatonit
b551bc
Catatonit is a /sbin/init program for use within containers. It
b551bc
forwards (almost) all signals to the spawned child, tears down
b551bc
the container when the spawned child exits, and otherwise
b551bc
cleans up other exited processes (zombies).
b551bc
b551bc
This is a reimplementation of other container init programs (such as
b551bc
"tini" or "dumb-init"), but uses modern Linux facilities (such as
b551bc
signalfd(2)) and has no additional features.
008b5d
b551bc
%package plugins
b551bc
Summary: Plugins for %{name}
b551bc
Requires: dnsmasq
008b5d
b551bc
%description plugins
b551bc
This plugin sets up the use of dnsmasq on a given CNI network so
b551bc
that Pods can resolve each other by name.  When configured,
b551bc
the pod and its IP address are added to a network specific hosts file
b551bc
that dnsmasq will read in.  Similarly, when a pod
b551bc
is removed from the network, it will remove the entry from the hosts
b551bc
file.  Each CNI network will have its own dnsmasq instance.
008b5d
4631dc
%package tests
4631dc
Summary: Tests for %{name}
4631dc
Requires: %{name} = %{version}-%{release}
4631dc
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
9b789d
Requires: nmap-ncat
b551bc
Requires: httpd-tools
4631dc
Requires: jq
b551bc
Requires: socat
4631dc
4631dc
%description tests
4631dc
%{summary}
4631dc
4631dc
This package contains system tests for %{name}
4631dc
008b5d
%prep
b551bc
%if 0%{?branch:1}
b551bc
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
b551bc
%else
b551bc
%autosetup -Sgit -n %{name}-%{commit0}
b551bc
%endif
b551bc
tar fx %{SOURCE1}
b551bc
tar fx %{SOURCE2}
008b5d
4631dc
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
008b5d
9b789d
# this is shipped by skopeo: containers-common subpackage
9b789d
rm -rf docs/source/markdown/containers-mounts.conf.5.md
9b789d
008b5d
%build
4631dc
export GO111MODULE=off
4631dc
export GOPATH=$(pwd):$(pwd)/_build
b551bc
export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
4631dc
b551bc
mkdir _build
b551bc
pushd _build
b551bc
mkdir -p src/github.com/containers
b551bc
ln -s ../../../../ src/github.com/containers/podman
008b5d
popd
008b5d
ln -s vendor src
008b5d
4631dc
rm -rf vendor/github.com/containers/storage/drivers/register/register_btrfs.go
008b5d
b551bc
export BUILDTAGS="systemd selinux seccomp btrfs_noversion exclude_graphdriver_devicemapper $(hack/libdm_tag.sh)"
b551bc
# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here?
b551bc
LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)"
008b5d
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
4631dc
4631dc
# build %%{name}-remote
b551bc
export BUILDTAGS="remote $BUILDTAGS"
008b5d
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
008b5d
4631dc
%{__make} docs
b551bc
b551bc
# build catatonit
b551bc
unset LDFLAGS
b551bc
pushd catatonit-%{cataver}
b551bc
autoreconf -fi
b551bc
%configure
b551bc
%{__make} %{?_smp_mflags}
b551bc
# Make sure we *always* build a static binary for catatonit. Otherwise we'll break containers
b551bc
# that don't have the necessary shared libs.
b551bc
file catatonit | grep 'statically linked'
b551bc
if [ $? != 0 ]; then
b551bc
   echo "ERROR: catatonit binary must be statically linked!"
b551bc
   exit 1
b551bc
fi
b551bc
popd
b551bc
b551bc
# build dnsname plugin
b551bc
unset LDFLAGS
b551bc
pushd dnsname-%{dnsnamever}
b551bc
mkdir _build
b551bc
pushd _build
b551bc
mkdir -p src/github.com/containers
b551bc
ln -s ../../../../ src/github.com/containers/dnsname
b551bc
popd
b551bc
ln -s vendor src
b551bc
export GOPATH=$(pwd)/_build:$(pwd)
b551bc
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
b551bc
popd
008b5d
008b5d
%install
4631dc
install -dp %{buildroot}%{_unitdir}
9b789d
install -dp %{buildroot}%{_userunitdir}
9b789d
install -dp %{buildroot}%{_tmpfilesdir}
9b789d
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \
b551bc
        ETCDIR=%{buildroot}%{_sysconfdir} \
9b789d
        install.bin-nobuild \
b551bc
        install.remote-nobuild \
9b789d
        install.man-nobuild \
008b5d
        install.cni \
008b5d
        install.systemd \
9b789d
        install.completions \
9b789d
        install.docker
008b5d
b551bc
# install test scripts, but not the internal helpers.t meta-test
4631dc
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
4631dc
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
4631dc
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
b551bc
rm -f               %{buildroot}/%{_datadir}/%{name}/test/system/*.t
008b5d
9b789d
# do not include docker and podman-remote man pages in main package
9b789d
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
9b789d
    echo "$file*" >> podman.file-list
9b789d
done
9b789d
b551bc
# install catatonit
b551bc
install -dp %{buildroot}%{_libexecdir}/catatonit
b551bc
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/catatonit
b551bc
install -dp %{buildroot}%{_libexecdir}/podman
b551bc
install -dp %{buildroot}%{_datadir}/licenses/podman-catatonit
b551bc
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman-catatonit/COPYING
b551bc
ln -s %{_libexecdir}/catatonit/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
b551bc
b551bc
# install dnsname plugin
b551bc
pushd dnsname-%{dnsnamever}
b551bc
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
b551bc
popd
b551bc
008b5d
%check
008b5d
%if 0%{?with_check}
4631dc
# Since we aren't packaging up the vendor directory we need to link
4631dc
# back to it somehow. Hack it up so that we can add the vendor
4631dc
# directory from BUILD dir as a gopath to be searched when executing
4631dc
# tests from the BUILDROOT dir.
008b5d
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
4631dc
008b5d
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
008b5d
4631dc
%if ! 0%{?gotest:1}
4631dc
%global gotest go test
4631dc
%endif
4631dc
008b5d
%gotest %{import_path}/cmd/%{name}
008b5d
%gotest %{import_path}/libkpod
008b5d
%gotest %{import_path}/libpod
008b5d
%gotest %{import_path}/pkg/registrar
008b5d
%endif
008b5d
008b5d
%triggerpostun -- %{name} < 1.1
008b5d
%{_bindir}/%{name} system renumber
008b5d
exit 0
008b5d
008b5d
#define license tag if not already defined
008b5d
%{!?_licensedir:%global license %doc}
008b5d
9b789d
%files -f podman.file-list
008b5d
%license LICENSE
9b789d
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
008b5d
%{_bindir}/%{name}
b551bc
%{_datadir}/bash-completion/completions/%{name}
4631dc
# By "owning" the site-functions dir, we don't need to Require zsh
9b789d
%dir %{_datadir}/zsh/site-functions
9b789d
%{_datadir}/zsh/site-functions/_%{name}
b551bc
%dir %{_datadir}/fish/vendor_completions.d
b551bc
%{_datadir}/fish/vendor_completions.d/%{name}.fish
008b5d
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
9b789d
%{_unitdir}/%{name}.service
9b789d
%{_unitdir}/%{name}.socket
b551bc
%{_unitdir}/%{name}-auto-update.service
b551bc
%{_unitdir}/%{name}-auto-update.timer
9b789d
%{_userunitdir}/%{name}.service
9b789d
%{_userunitdir}/%{name}.socket
b551bc
%{_userunitdir}/%{name}-auto-update.service
b551bc
%{_userunitdir}/%{name}-auto-update.timer
b551bc
%{_usr}/lib/tmpfiles.d/%{name}.conf
008b5d
008b5d
%files docker
008b5d
%{_bindir}/docker
4631dc
%{_mandir}/man1/docker*.1*
9b789d
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
008b5d
008b5d
%files remote
b551bc
%license LICENSE
008b5d
%{_bindir}/%{name}-remote
b551bc
%{_mandir}/man1/%{name}-remote*.*
b551bc
%{_datadir}/bash-completion/completions/%{name}-remote
b551bc
%dir %{_datadir}/fish
b551bc
%dir %{_datadir}/fish/vendor_completions.d
b551bc
%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish
b551bc
%dir %{_datadir}/zsh
b551bc
%dir %{_datadir}/zsh/site-functions
b551bc
%{_datadir}/zsh/site-functions/_%{name}-remote
b551bc
b551bc
%files catatonit
b551bc
%license COPYING
b551bc
%doc README.md
b551bc
%dir %{_libexecdir}/catatonit
b551bc
%{_libexecdir}/catatonit/catatonit
b551bc
%dir %{_libexecdir}/podman
b551bc
%{_libexecdir}/podman/catatonit
b551bc
b551bc
%files plugins
b551bc
%license dnsname-%{dnsnamever}/LICENSE
b551bc
%doc dnsname-%{dnsnamever}/{README.md,README_PODMAN.md}
b551bc
%{_libexecdir}/cni/dnsname
008b5d
4631dc
%files tests
4631dc
%license LICENSE
4631dc
%{_datadir}/%{name}/test
4631dc
008b5d
%changelog
b551bc
* Tue Mar 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-3
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
b551bc
  (https://github.com/containers/podman/commit/7a71903)
b551bc
- Resolves: #1931545
b551bc
b551bc
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/9a2fc37)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/7e286bc)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/797f1ea)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/ddd8a17)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.41rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/2b89fe7)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Feb 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.40rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/a5ab59e)
b551bc
- Related: #1883490
b551bc
b551bc
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.39rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/288fb68)
b551bc
- Resolves: #1883490
b551bc
b551bc
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.38rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/82081e8)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.37rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/c2a298e)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.36rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/013770e)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Feb 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.35rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/978c005)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Feb 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.34rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/67d48c5)
b551bc
- add Requires: oci-runtime
b551bc
- Related: #1883490
b551bc
b551bc
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.33rc2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/745fa4a)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Jan 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.32rc1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/4dbb58d)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.31rc1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/dc2f4c6)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Jan 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.30rc1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/469c203)
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Jan 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.29rc1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/4ecd2be)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Jan 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.28rc1
b551bc
- update to the latest content of https://github.com/containers/podman/tree/v3.0
b551bc
  (https://github.com/containers/podman/commit/ade8a92)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.27rc1
b551bc
- switch from master to release candidate (3.0.0-rc1)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.26
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/5b3c7a5)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.25
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/83ed464)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.24
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/5a166b2)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.23
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/3fcf346)
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Jan 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.22
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/b2ac2a3)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Jan 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.21
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/f52a9ee)
b551bc
- require socat for gating tests
b551bc
- Related: #1914884
b551bc
b551bc
* Tue Jan 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.20
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/5681907)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.19
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/78cda71)
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.18
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/355e387)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Jan 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.17
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/ffe2b1e)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.16
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/618c355)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.15
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/142b4ac)
b551bc
- Related: #1883490
b551bc
b551bc
* Sat Jan 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/39b1cb4)
b551bc
- Related: #1883490
b551bc
b551bc
* Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/9c9f02a)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Dec 21 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.12
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/5c6b5ef)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Dec 15 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.11
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/999d40d)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Dec 14 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.10
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/a226e6e)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Dec 11 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.9
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/6823a5d)
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.8
b551bc
- update to https://github.com/containers/dnsname/releases/tag/v1.1.1
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.7
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/9216be2)
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Dec 09 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.6
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/dd295f2)
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Dec 08 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.5
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/e2f9120)
b551bc
- Related: #1883490
b551bc
b551bc
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.4
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/035d289)
b551bc
- Related: #1883490
b551bc
b551bc
* Sat Dec 05 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.3
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/8e83799)
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Dec 04 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.2
b551bc
- update to the latest content of https://github.com/containers/podman/tree/master
b551bc
  (https://github.com/containers/podman/commit/70284b1)
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.1
b551bc
- attempt to fix gating tests with patch from Matt Heon
b551bc
- Related: #1883490
b551bc
b551bc
* Tue Dec 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.2.0-1
b551bc
- update to https://github.com/containers/podman/releases/tag/v2.2.0
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-8
b551bc
- fix branch name setup
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-7
b551bc
- attempt to fix linker error with golang-1.15
b551bc
- add Requires: httpd-tools to tests, needed to work around
b551bc
  missing htpasswd in docker registry image, thanks to Ed Santiago
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-6
b551bc
- add tests/roles subdirectory
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-5
b551bc
- use shortcommit ID in branch tarball name
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-4
b551bc
- use the correct upstream tarball
b551bc
- Related: #1883490
b551bc
b551bc
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-3
b551bc
- do not lock down to upstream branch for 8.4.0 yet and consume
b551bc
  new upstream releases
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-2
b551bc
- fix the tarball reference for consumption directly from upstream branch
b551bc
- Related: #1883490
b551bc
b551bc
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2.1.1-1
b551bc
- synchronize with stream-container-tools-rhel8
b551bc
- Related: #1883490
b551bc
b551bc
* Fri Sep 11 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-4
b551bc
- consume content directly from the dedicated upstream branch
b551bc
- Related: #1877187
b551bc
b551bc
* Thu Sep 10 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-3
b551bc
- fix "[FJ8.3 Bug]: [REG] "--oom-score-adj" flag is ignored in "podman run" and "podman create""
b551bc
- Resolves: #1877187
b551bc
b551bc
* Thu Aug 27 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-2
b551bc
- fix gating test errors - thanks for patches to Ed Santiago
b551bc
- Related: #1872263
b551bc
b551bc
* Thu Aug 27 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.5-1
b551bc
- update to https://github.com/containers/podman/releases/tag/v2.0.5
b551bc
- Resolves: #1872263
b551bc
b551bc
* Thu Aug 20 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-3
b551bc
- fix "podman run namespace in man page ambiguous"
b551bc
- Resolves: #1860126
b551bc
b551bc
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-2
b551bc
- propagate proper CFLAGS to CGO_CFLAGS to assure code hardening and optimization
b551bc
- Related: #1821193
b551bc
b551bc
* Sat Aug 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.4-1
b551bc
- update to https://github.com/containers/podman/releases/tag/v2.0.4
b551bc
- Related: #1821193
b551bc
b551bc
* Fri Jul 31 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.3-2
b551bc
- fix "Podman build from url failed to get correct temp directory for store files"
b551bc
- Resolves: #1858862
b551bc
b551bc
* Thu Jul 23 2020 Lokesh Mandvekar <lsm5@redhat.com> - 2.0.3-1
b551bc
- update to https://github.com/containers/podman/releases/tag/v2.0.3
b551bc
- Resolves: #1785242 - podman-docker Provides: docker 
b551bc
- Resolves: #1804195
b551bc
b551bc
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-3
b551bc
- fix "CVE-2020-14040 podman: golang.org/x/text: possibility to trigger an infinite loop in encoding/unicode could lead to crash [rhel-8]"
b551bc
- Resolves: #1854718
b551bc
b551bc
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-2
b551bc
- always pull in catatonit with podman and vice versa
b551bc
- Related: #1821193
b551bc
b551bc
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.2-1
b551bc
- update to https://github.com/containers/libpod/releases/tag/v2.0.2
b551bc
- Related: #1821193
b551bc
b551bc
* Thu Jul 02 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-3
b551bc
- include catatonit
b551bc
- Related: #1821193
b551bc
b551bc
* Wed Jul 01 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-2
b551bc
- fix "Podman does not use --tmpdir when pulling an image"
b551bc
- Resolves: #1769918
b551bc
b551bc
* Fri Jun 26 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.1-1
b551bc
- update to https://github.com/containers/libpod/releases/tag/v2.0.1
b551bc
- Related: #1821193
b551bc
b551bc
* Mon Jun 22 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-1
b551bc
- update to https://github.com/containers/libpod/releases/tag/v2.0.0
b551bc
- Related: #1821193
b551bc
9b789d
* Thu Jun 18 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.9.rc7
9b789d
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc7
9b789d
- Related: #1821193
9b789d
9b789d
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.8.rc6
9b789d
- attempt to fix test user for gating tests (Ed Santiago)
9b789d
- Related: #1821193
9b789d
9b789d
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.7.rc6
9b789d
- fix "Socket-activated Varlink (io.podman.socket) fails after first call"
9b789d
- Related: #1821193
9b789d
9b789d
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.6.rc6
9b789d
- fix build: add relevant socket/service/conf files and re-enable varlink
9b789d
- Related: #1821193
9b789d
9b789d
* Mon Jun 15 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.5.rc6
9b789d
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc6
9b789d
- Related: #1821193
9b789d
9b789d
* Wed Jun 10 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.4.rc5
9b789d
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc5
9b789d
- Related: #1821193
9b789d
9b789d
* Thu Jun 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.3.rc4
9b789d
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc4
9b789d
- Related: #1821193
9b789d
9b789d
* Thu Jun 04 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.2.rc3
9b789d
- podman-tests requires nmap-ncat now
9b789d
- Related: #1821193
9b789d
9b789d
* Tue Jun 02 2020 Jindrich Novy <jnovy@redhat.com> - 2.0.0-0.1.rc3
9b789d
- update to https://github.com/containers/libpod/releases/tag/v2.0.0-rc3
9b789d
- Related: #1821193
9b789d
9b789d
* Mon Jun 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-3
9b789d
- fix "Signature verification incorrectly uses mirror’s references"
9b789d
- Related: #1821193
9b789d
9b789d
* Wed May 27 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-2
9b789d
- exclude i686 arch due to "No matching package to install: 'golang >= 1.12.12-4'" on i686
9b789d
- Related: #1821193
9b789d
9b789d
* Mon May 25 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.3-1
9b789d
- update to https://github.com/containers/libpod/releases/tag/v1.9.3
9b789d
- Related: #1821193
9b789d
9b789d
* Wed May 20 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-3
9b789d
- fix "Podman support for FIPS Mode requires a bind mount inside the container"
9b789d
- version the oci-systemd-hook obsolete
9b789d
- Related: #1821193
9b789d
9b789d
* Tue May 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-2
9b789d
- obsolete oci-systemd-hook package
9b789d
- Related: #1821193
9b789d
9b789d
* Thu May 14 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.2-1
9b789d
- update to https://github.com/containers/libpod/releases/tag/v1.9.2
9b789d
- Related: #1821193
9b789d
9b789d
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 1.9.1-1
9b789d
- synchronize containter-tools 8.3.0 with 8.2.1
9b789d
- Related: #1821193
9b789d
9b789d
* Wed Apr 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-11
9b789d
- fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process"
9b789d
- Resolves: #1819812
9b789d
9b789d
* Thu Mar 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-10
9b789d
- use the full PR 5348 to fix "no route to host from inside container"
9b789d
- Resolves: #1806901
9b789d
9b789d
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-9
9b789d
- update fix for "podman (1.6.4) rhel 8.1 no route to host from inside container"
9b789d
- Resolves: #1806901
9b789d
9b789d
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-8
9b789d
- fix "[FJ8.2 Bug]: [REG]The "--group-add" option of "podman create" doesn't function."
9b789d
- Resolves: #1808707
9b789d
9b789d
* Thu Feb 27 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-7
9b789d
- fix "podman (1.6.4) rhel 8.1 no route to host from inside container"
9b789d
- Resolves: #1806901
9b789d
9b789d
* Fri Feb 21 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-6
9b789d
- fix CVE-2020-1726
9b789d
- Resolves: #1801571
9b789d
9b789d
* Wed Feb 19 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-5
9b789d
- fix "Podman support for FIPS Mode requires a bind mount inside the container"
9b789d
- Resolves: #1804195
9b789d
9b789d
* Mon Feb 17 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-4
9b789d
- fix CVE-2020-1702
9b789d
- Resolves: #1801924
9b789d
9b789d
* Wed Jan 08 2020 Jindrich Novy <jnovy@redhat.com>
9b789d
- merge podman-manpages with podman package and put man pages for
9b789d
  podman-remote to its dedicated subpackage
9b789d
Resolves: #1788539
9b789d
9b789d
* Fri Jan 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-2
9b789d
- apply fix for #1757845
9b789d
- Related: RHELPLAN-25139
9b789d
4631dc
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.4-1
4631dc
- update to 1.6.4
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Sat Dec 07 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-6
4631dc
- remove BR: device-mapper-devel, minor spec file changes
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Tue Dec 03 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-5
4631dc
- Ensure volumes reacquire locks on state refresh (thanks Matt Heon)
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Fri Nov 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-4
4631dc
- use the file events logger backend if systemd isn't available
4631dc
  (thanks to Giuseppe Scrivano)
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Thu Nov 21 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-3
4631dc
- require slirp4netns >= 0.4.0-1
4631dc
- Resolves: #1766774
4631dc
4631dc
* Tue Nov 19 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-2
4631dc
- apply fix to not to fail gating tests:
4631dc
  don't parse the config for cgroup-manager default
4631dc
- don't hang while on podman run --rm - bug 1767663
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Mon Nov 18 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.3-1
4631dc
- update to podman 1.6.3
4631dc
- addresses CVE-2019-18466
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Fri Nov 08 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-6
4631dc
- fix %%gobuild macro to not to ignore BUILDTAGS
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Tue Nov 05 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-5
4631dc
- use btrfs_noversion to really disable BTRFS support
4631dc
- amend/reuse BUILDTAGS
4631dc
- still keep device-mapper-devel BR otherwise build fails
4631dc
  despite dm support being disabled (build scripting invokes
4631dc
  pkg-config for devmapper which is shipped by the dm-devel
4631dc
  package)
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-4
4631dc
- disable BTRFS support
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Mon Nov 04 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-3
4631dc
- split podman and conmon packages
4631dc
- drop BR: device-mapper-devel and update BRs in general
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Fri Nov 01 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-2
4631dc
- drop oci-systemd-hook requirement
4631dc
- drop upstreamed CVE-2019-10214 patch
4631dc
- Related: RHELPLAN-25139
4631dc
4631dc
* Tue Oct 29 2019 Jindrich Novy <jnovy@redhat.com> - 1.6.2-1
4631dc
- update to podman 1.6.2
4631dc
4631dc
* Wed Oct 16 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-6
4631dc
- fix build with --nocheck (#1721394)
4631dc
- escape commented out macros
4631dc
4631dc
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-5
4631dc
- Fix CVE-2019-10214 (#1734649).
4631dc
4631dc
* Tue Sep 03 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-4
4631dc
- update to latest conmon (Resolves: #1743685)
4631dc
4631dc
* Wed Aug 28 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.2-3
4631dc
- update to v1.4.2-stable1
4631dc
- Resolves: #1741157
4631dc
4631dc
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-2
4631dc
- Resolves: #1669197, #1705763, #1737077, #1671622, #1723879, #1730281,
4631dc
- Resolves: #1731117
4631dc
- built libpod v1.4.2-stable1
4631dc
008b5d
* Wed Jun 19 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.2-1
008b5d
- Resolves: #1721638
008b5d
- bump to v1.4.2
008b5d
008b5d
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-4
008b5d
- Resolves: #1720654 - update dep on libvarlink
008b5d
- Resolves: #1721247 - enable fips mode
008b5d
008b5d
* Mon Jun 17 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-3
008b5d
- Resolves: #1720654 - podman requires podman-manpages
008b5d
- update dep on cni plugins >= 0.8.1-1
008b5d
008b5d
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-2
008b5d
- Resolves: #1720654 - podman-manpages obsoletes podman < 1.4.1-2
008b5d
008b5d
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1
008b5d
- Resolves: #1720654 - bump to v1.4.1
008b5d
- bump conmon to v0.3.0
008b5d
008b5d
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1
008b5d
- Resolves: #1720654 - bump to v1.4.0
008b5d
008b5d
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-2
008b5d
- Resolves: #1683217 - tests subpackage requires slirp4netns
008b5d
008b5d
* Fri May 31 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1
008b5d
- Resolves: #1707220 - bump to v1.3.2
008b5d
- built conmon v0.2.0
008b5d
008b5d
* Wed Apr  3 2019 Eduardo Santiago <santiago@redhat.com> - 1.2.0-1.git3bd528e5
008b5d
- package system tests, zsh completion. Update CI tests to use new -tests pkg
008b5d
008b5d
* Thu Feb 28 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.1.0-1.git006206a
008b5d
- bump to v1.1.0
008b5d
008b5d
* Fri Feb 22 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.0.1-1.git2c74edd
008b5d
- bump to v1.0.1
008b5d
008b5d
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-2.git921f98f
008b5d
- rebase
008b5d
008b5d
* Tue Jan 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-1.git82e8011
008b5d
- rebase to v1, yay!
008b5d
- rebase conmon to 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
008b5d
- Resolves:#1623282
008b5d
- python interface removed, moved to https://github.com/containers/python-podman/
008b5d
008b5d
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-4.git9551f6b
008b5d
- re-enable debuginfo
008b5d
008b5d
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-3.git9551f6b
008b5d
- python libraries added
008b5d
- resolves: #1657180
008b5d
008b5d
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-2.git9551f6b
008b5d
- rebase
008b5d
008b5d
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-3.git594495d
008b5d
- go tools not in scl anymore
008b5d
008b5d
* Mon Nov 19 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-2.git594495d
008b5d
- fedora-like buildrequires go toolset
008b5d
008b5d
* Sat Nov 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-1.git594495d
008b5d
- Resolves: #1636230 - build with FIPS enabled golang toolchain
008b5d
- bump to v0.11.1.1
008b5d
- built commit 594495d
008b5d
008b5d
* Fri Nov 16 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1-3.gita4adfe5
008b5d
- podman-docker provides docker
008b5d
- Resolves: #1650355
008b5d
008b5d
* Thu Nov 15 2018 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-2.gita4adfe5
008b5d
- Require platform-python-setuptools instead of python3-setuptools
008b5d
- Resolves: rhbz#1650144
008b5d
008b5d
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1.gita4adfe5
008b5d
- bump to v0.11.1
008b5d
- built libpod commit a4adfe5
008b5d
- built conmon from cri-o commit 464dba6
008b5d
008b5d
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-5.gitdb08685
008b5d
- Resolves: #1625384 - keep BR: device-mapper-devel but don't build with it
008b5d
- not having device-mapper-devel seems to have brew not recognize %%{_unitdir}
008b5d
008b5d
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-4.gitdb08685
008b5d
- Resolves: #1625384 - correctly add buildtags to remove devmapper
008b5d
008b5d
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-3.gitdb08685
008b5d
- Resolves: #1625384 - build without device-mapper-devel (no podman support) and lvm2
008b5d
008b5d
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-2.gitdb08685
008b5d
- Resolves: #1625384 - depend on lvm2
008b5d
008b5d
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
008b5d
- Resolves: #1640298 - update vendored buildah to allow building when there are
008b5d
running containers
008b5d
- bump to v0.10.1.3
008b5d
- built podman commit db08685
008b5d
008b5d
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
008b5d
- Resolves: #1625378
008b5d
- bump to v0.10.1.2
008b5d
- built podman commit 2b4f8d1
008b5d
008b5d
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
008b5d
- bump to v0.10.1.1
008b5d
- built podman commit 4bea3e9
008b5d
008b5d
* Thu Oct 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1-1.gite4a1553
008b5d
- bump podman to v0.10.1
008b5d
- built podman commit e4a1553
008b5d
- built conmon from cri-o commit a30f93c
008b5d
008b5d
* Tue Oct 09 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.git1cd906d
008b5d
- rebased cri-o to 1.11.6
008b5d
008b5d
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.git1cd906d
008b5d
- rebase
008b5d
008b5d
* Tue Sep 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-2.git37a2afe
008b5d
- rebase to podman 0.9.2
008b5d
- rebase to cri-o 0.11.4
008b5d
008b5d
* Tue Sep 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.1.1-2.git123de30
008b5d
- rebase
008b5d
008b5d
* Mon Aug 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.4-1.git9f9b8cf
008b5d
- bump to v0.8.4
008b5d
- built commit 9f9b8cf
008b5d
- upstream username changed from projectatomic to containers
008b5d
- use containernetworking-plugins >= 0.7.3-5
008b5d
008b5d
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2.1-2.git7a526bb
008b5d
- Resolves: #1615607 - rebuild with gobuild tag 'no_openssl'
008b5d
008b5d
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
008b5d
- Upstream 0.8.2.1 release
008b5d
- Add support for podman-docker
008b5d
Resolves: rhbz#1615104
008b5d
008b5d
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.2-1.dev.git8b2d38e
008b5d
- Resolves: #1614710 - podman search name includes registry
008b5d
- bump to v0.8.2-dev
008b5d
- built libpod commit 8b2d38e
008b5d
- built conmon from cri-o commit acc0ee7
008b5d
008b5d
* Wed Aug 8 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-2.git6b4ab2a
008b5d
- Add recommends for slirp4netns and container-selinux
008b5d
008b5d
* Tue Aug 07 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2.git6b4ab2a
008b5d
- bump to v0.8.1
008b5d
- use %%go{build,generate} instead of go build and go generate
008b5d
- update go deps to use scl-ized builds
008b5d
- No need for Makefile patch for python installs
008b5d
008b5d
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
008b5d
- Bump to v0.8.1
008b5d
008b5d
* Wed Aug 1 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.4-2.git079121
008b5d
- podman should not require atomic-registries
008b5d
008b5d
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1.dev.git9a18681
008b5d
- bump to v0.7.4-dev
008b5d
- built commit 9a18681
008b5d
008b5d
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
008b5d
- Turn on ostree support
008b5d
- Upstream 0.7.3
008b5d
008b5d
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
008b5d
- Upstream 0.7.2 release
008b5d
008b5d
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
008b5d
- rebuilt
008b5d
008b5d
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
008b5d
- rebase to 84cfdb2
008b5d
008b5d
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
008b5d
- Upstream 0.7.1 release
008b5d
008b5d
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
008b5d
- disable devel and unittest subpackages
008b5d
- include conditionals for rhel-8.0
008b5d
008b5d
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
008b5d
- do not compress debuginfo with dwz to support delve debugger
008b5d
008b5d
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
008b5d
- do not compress debuginfo with dwz to support delve debugger
008b5d
008b5d
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
008b5d
- bash completion shouldn't have shebang
008b5d
008b5d
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
008b5d
- Resolves: #1584429 - drop capabilities when running a container as non-root
008b5d
- bump to v0.6.1
008b5d
- built podman commit 3e0ff12
008b5d
- built conmon from cri-o commit 1c0c3b0
008b5d
- drop containernetworking-plugins subpackage, it's now split out into a standalone
008b5d
package
008b5d
008b5d
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
008b5d
- Resolves: #1572538 - build host-device and portmap plugins
008b5d
008b5d
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
008b5d
- correct dep on containernetworking-plugins
008b5d
008b5d
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
008b5d
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
008b5d
- release tag for the containernetworking-plugins is actually gotten from
008b5d
podman release tag.
008b5d
008b5d
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
008b5d
- bump to v0.4.1
008b5d
- built commit b51d327
008b5d
008b5d
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
008b5d
- built podman commit bc358eb
008b5d
- built conmon from cri-o commit 712f3b8
008b5d
008b5d
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
008b5d
- Release 0.3.2-1
008b5d
008b5d
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
008b5d
- Correct RPM version
008b5d
008b5d
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
008b5d
- Release 0.3.1-1
008b5d
008b5d
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
008b5d
- Build on ARMv7 too (Fedora supports containers on that arch too)
008b5d
008b5d
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
008b5d
- Release 0.2.2
008b5d
008b5d
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
008b5d
- Release 0.2.1
008b5d
008b5d
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
008b5d
- Add dep for atomic-registries
008b5d
008b5d
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
008b5d
- Add more 64bit arches
008b5d
- Add containernetworking-cni dependancy
008b5d
- Add iptables dependancy
008b5d
008b5d
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
008b5d
- Release 0.2
008b5d
008b5d
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
008b5d
- Resolves: #1541554 - first official build
008b5d
- built commit 367213a
008b5d
008b5d
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
008b5d
- built commit 0387f69
008b5d
008b5d
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
008b5d
- First package for Fedora