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