import podman-4.4.0-1.el9
This commit is contained in:
parent
1016fd43ca
commit
2e464c43e8
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
SOURCES/dnsname-18822f9.tar.gz
|
SOURCES/dnsname-18822f9.tar.gz
|
||||||
SOURCES/podman-4.2.0-7fe5a41.tar.gz
|
SOURCES/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz
|
||||||
SOURCES/podman-machine-cni-0749884.tar.gz
|
SOURCES/podman-4.4.0-3443f45.tar.gz
|
||||||
SOURCES/v0.1.7.tar.gz
|
SOURCES/v0.1.7.tar.gz
|
||||||
SOURCES/v0.2.0.tar.gz
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
|
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
|
||||||
3407e210353afdd5fcaffe91c6eeabb5d41c3c75 SOURCES/podman-4.2.0-7fe5a41.tar.gz
|
6061718236f43608692d0f363e8cf72f3cc5ecb8 SOURCES/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz
|
||||||
70b08b173bdf0d1325fce035c186b43085865587 SOURCES/podman-machine-cni-0749884.tar.gz
|
ccab0119876cc3912736af2d6d00c47c7df4a781 SOURCES/podman-4.4.0-3443f45.tar.gz
|
||||||
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
||||||
64a6ff113705a3726bc0d7d45e6c697b999c2683 SOURCES/v0.2.0.tar.gz
|
|
||||||
|
@ -4,22 +4,21 @@
|
|||||||
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
||||||
|
|
||||||
%global import_path github.com/containers/podman
|
%global import_path github.com/containers/podman
|
||||||
#%%global branch v4.1.1-rhel
|
#%%global branch main
|
||||||
%global commit0 7fe5a419cfd2880df2028ad3d7fd9378a88a04f4
|
%global commit0 3443f453e28169a88848f90a7ce3137fc4a4bebf
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%global cataver 0.1.7
|
%global cataver 0.1.7
|
||||||
#%%global dnsnamever 1.3.0
|
#%%global dnsnamever 1.3.0
|
||||||
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
|
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
|
||||||
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
|
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
|
||||||
%global gvproxyrepo gvisor-tap-vsock
|
%global gvproxyrepo gvisor-tap-vsock
|
||||||
%global gvproxyver 0.2.0
|
%global gvproxyver 0.5.0
|
||||||
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
|
%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7
|
||||||
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.2.0
|
Version: 4.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -31,12 +30,13 @@ Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcom
|
|||||||
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
|
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
|
||||||
#Source2: https://github.com/containers/dnsname/archive/v%%{dnsnamever}.tar.gz
|
#Source2: https://github.com/containers/dnsname/archive/v%%{dnsnamever}.tar.gz
|
||||||
Source2: https://github.com/containers/dnsname/archive/%{commit_dnsname}/dnsname-%{shortcommit_dnsname}.tar.gz
|
Source2: https://github.com/containers/dnsname/archive/%{commit_dnsname}/dnsname-%{shortcommit_dnsname}.tar.gz
|
||||||
Source3: https://github.com/containers/%{name}-machine-cni/archive/%{commit_mcni}/%{name}-machine-cni-%{shortcommit_mcni}.tar.gz
|
Source4: https://github.com/containers/gvisor-tap-vsock/archive/%{commit_gvproxy}/gvisor-tap-vsock-%{commit_gvproxy}.tar.gz
|
||||||
Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar.gz
|
|
||||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
||||||
|
Provides: %{name}-catatonit = %{epoch}:%{version}-%{release}
|
||||||
|
Obsoletes: %{name}-catatonit < 2:4.4.0
|
||||||
BuildRequires: golang >= 1.17.5
|
BuildRequires: golang >= 1.17.5
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -54,6 +54,12 @@ BuildRequires: make
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: shadow-utils-subid-devel
|
BuildRequires: shadow-utils-subid-devel
|
||||||
|
# these BRs are for catatonit
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: file
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: libtool
|
||||||
Requires: containers-common >= 2:1-27
|
Requires: containers-common >= 2:1-27
|
||||||
Suggests: containernetworking-plugins >= 0.9.1-1
|
Suggests: containernetworking-plugins >= 0.9.1-1
|
||||||
Requires: netavark
|
Requires: netavark
|
||||||
@ -66,9 +72,7 @@ Requires: (container-selinux if selinux-policy)
|
|||||||
Requires: slirp4netns >= 0.4.0-1
|
Requires: slirp4netns >= 0.4.0-1
|
||||||
Recommends: crun
|
Recommends: crun
|
||||||
Requires: fuse-overlayfs
|
Requires: fuse-overlayfs
|
||||||
Requires: %{name}-catatonit >= %{epoch}:%{version}-%{release}
|
|
||||||
Requires: oci-runtime
|
Requires: oci-runtime
|
||||||
Conflicts: catatonit
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} (Pod Manager) is a fully featured container engine that is a simple
|
%{name} (Pod Manager) is a fully featured container engine that is a simple
|
||||||
@ -108,25 +112,6 @@ service activated.
|
|||||||
Credentials for this session can be passed in using flags, environment
|
Credentials for this session can be passed in using flags, environment
|
||||||
variables, or in containers.conf.
|
variables, or in containers.conf.
|
||||||
|
|
||||||
%package catatonit
|
|
||||||
Summary: A signal-forwarding process manager for containers
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: file
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: libtool
|
|
||||||
|
|
||||||
%description catatonit
|
|
||||||
Catatonit is a /sbin/init program for use within containers. It
|
|
||||||
forwards (almost) all signals to the spawned child, tears down
|
|
||||||
the container when the spawned child exits, and otherwise
|
|
||||||
cleans up other exited processes (zombies).
|
|
||||||
|
|
||||||
This is a reimplementation of other container init programs (such as
|
|
||||||
"tini" or "dumb-init"), but uses modern Linux facilities (such as
|
|
||||||
signalfd(2)) and has no additional features.
|
|
||||||
|
|
||||||
%package plugins
|
%package plugins
|
||||||
Summary: Plugins for %{name}
|
Summary: Plugins for %{name}
|
||||||
Requires: dnsmasq
|
Requires: dnsmasq
|
||||||
@ -153,7 +138,6 @@ Requires: openssl
|
|||||||
Requires: buildah
|
Requires: buildah
|
||||||
Requires: gnupg
|
Requires: gnupg
|
||||||
Requires: git-daemon
|
Requires: git-daemon
|
||||||
Requires: podman-catatonit
|
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -182,7 +166,6 @@ pushd catatonit-%{cataver}
|
|||||||
sed -i '$d' configure.ac
|
sed -i '$d' configure.ac
|
||||||
popd
|
popd
|
||||||
tar fx %{SOURCE2}
|
tar fx %{SOURCE2}
|
||||||
tar fx %{SOURCE3}
|
|
||||||
tar fx %{SOURCE4}
|
tar fx %{SOURCE4}
|
||||||
|
|
||||||
# this is shipped by skopeo: containers-common subpackage
|
# this is shipped by skopeo: containers-common subpackage
|
||||||
@ -239,6 +222,9 @@ export BUILDTAGS="seccomp btrfs_noversion exclude_graphdriver_devicemapper exclu
|
|||||||
export BUILDTAGS="remote $BUILDTAGS"
|
export BUILDTAGS="remote $BUILDTAGS"
|
||||||
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
|
%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name}
|
||||||
|
|
||||||
|
# build quadlet
|
||||||
|
%gobuild -o bin/quadlet %{import_path}/cmd/quadlet
|
||||||
|
|
||||||
%{__make} docs
|
%{__make} docs
|
||||||
|
|
||||||
# build dnsname plugin
|
# build dnsname plugin
|
||||||
@ -254,26 +240,15 @@ export GOPATH=$(pwd)/_build:$(pwd)
|
|||||||
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
|
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd %{name}-machine-cni-%{commit_mcni}
|
pushd gvisor-tap-vsock-%{commit_gvproxy}
|
||||||
mkdir _build
|
mkdir _build
|
||||||
pushd _build
|
pushd _build
|
||||||
mkdir -p src/github.com/containers
|
mkdir -p src/github.com/containers
|
||||||
ln -s ../../../../ src/github.com/containers/%{name}-machine-cni
|
ln -s ../../../../ src/github.com/containers/gvisor-tap-vsock
|
||||||
popd
|
popd
|
||||||
ln -s vendor src
|
ln -s vendor src
|
||||||
export GOPATH=$(pwd)/_build:$(pwd)
|
export GOPATH=$(pwd)/_build:$(pwd)
|
||||||
%gobuild -o bin/%{name}-machine github.com/containers/%{name}-machine-cni/plugins/meta/%{name}-machine
|
%gobuild -o bin/gvproxy github.com/containers/gvisor-tap-vsock/cmd/gvproxy
|
||||||
popd
|
|
||||||
|
|
||||||
pushd %{gvproxyrepo}-%{gvproxyver}
|
|
||||||
mkdir _build
|
|
||||||
pushd _build
|
|
||||||
mkdir -p src/github.com/containers
|
|
||||||
ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
|
|
||||||
popd
|
|
||||||
ln -s vendor src
|
|
||||||
export GOPATH=$(pwd)/_build:$(pwd)
|
|
||||||
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -297,25 +272,18 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},,
|
|||||||
done
|
done
|
||||||
|
|
||||||
# install catatonit
|
# install catatonit
|
||||||
install -dp %{buildroot}%{_libexecdir}/catatonit
|
|
||||||
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/catatonit
|
|
||||||
install -dp %{buildroot}%{_libexecdir}/podman
|
install -dp %{buildroot}%{_libexecdir}/podman
|
||||||
install -dp %{buildroot}%{_datadir}/licenses/podman-catatonit
|
install -dp %{buildroot}%{_datadir}/licenses/podman
|
||||||
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman-catatonit/COPYING
|
install -p catatonit-%{cataver}/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
|
||||||
ln -s %{_libexecdir}/catatonit/catatonit %{buildroot}%{_libexecdir}/podman/catatonit
|
install -p catatonit-%{cataver}/COPYING %{buildroot}%{_datadir}/licenses/podman/COPYING-catatonit
|
||||||
|
|
||||||
# install dnsname plugin
|
# install dnsname plugin
|
||||||
pushd dnsname-%{commit_dnsname}
|
pushd dnsname-%{commit_dnsname}
|
||||||
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# install machine-cni plugin
|
|
||||||
pushd %{name}-machine-cni-%{commit_mcni}
|
|
||||||
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
||||||
popd
|
|
||||||
|
|
||||||
# install gvproxy
|
# install gvproxy
|
||||||
pushd %{gvproxyrepo}-%{gvproxyver}
|
pushd gvisor-tap-vsock-%{commit_gvproxy}
|
||||||
install -dp %{buildroot}%{_libexecdir}/%{name}
|
install -dp %{buildroot}%{_libexecdir}/%{name}
|
||||||
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
|
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
|
||||||
popd
|
popd
|
||||||
@ -357,9 +325,10 @@ fi
|
|||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
|
|
||||||
%files -f podman.file-list
|
%files -f podman.file-list
|
||||||
%license LICENSE
|
%license LICENSE COPYING-catatonit
|
||||||
%doc README.md CONTRIBUTING.md install.md transfer.md
|
%doc README.md CONTRIBUTING.md install.md transfer.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_libexecdir}/%{name}/quadlet
|
||||||
%{_libexecdir}/%{name}/rootlessport
|
%{_libexecdir}/%{name}/rootlessport
|
||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
# By "owning" the site-functions dir, we don't need to Require zsh
|
# By "owning" the site-functions dir, we don't need to Require zsh
|
||||||
@ -376,10 +345,16 @@ fi
|
|||||||
%{_userunitdir}/*.socket
|
%{_userunitdir}/*.socket
|
||||||
%{_userunitdir}/*.timer
|
%{_userunitdir}/*.timer
|
||||||
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
%dir %{_libexecdir}/podman
|
||||||
|
%{_libexecdir}/podman/catatonit
|
||||||
|
%{_usr}/lib/systemd/system-generators/podman-system-generator
|
||||||
|
%{_usr}/lib/systemd/user-generators/podman-user-generator
|
||||||
|
|
||||||
|
|
||||||
%files docker
|
%files docker
|
||||||
%{_bindir}/docker
|
%{_bindir}/docker
|
||||||
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
|
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
|
||||||
|
%{_datadir}/user-tmpfiles.d/podman-docker.conf
|
||||||
|
|
||||||
%files remote
|
%files remote
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -393,31 +368,98 @@ fi
|
|||||||
%dir %{_datadir}/zsh/site-functions
|
%dir %{_datadir}/zsh/site-functions
|
||||||
%{_datadir}/zsh/site-functions/_%{name}-remote
|
%{_datadir}/zsh/site-functions/_%{name}-remote
|
||||||
|
|
||||||
%files catatonit
|
|
||||||
%license COPYING
|
|
||||||
%doc README.md
|
|
||||||
%dir %{_libexecdir}/catatonit
|
|
||||||
%{_libexecdir}/catatonit/catatonit
|
|
||||||
%dir %{_libexecdir}/podman
|
|
||||||
%{_libexecdir}/podman/catatonit
|
|
||||||
|
|
||||||
%files plugins
|
%files plugins
|
||||||
%license dnsname-%{commit_dnsname}/LICENSE
|
%license dnsname-%{commit_dnsname}/LICENSE
|
||||||
%doc dnsname-%{commit_dnsname}/{README.md,README_PODMAN.md}
|
%doc dnsname-%{commit_dnsname}/{README.md,README_PODMAN.md}
|
||||||
%{_libexecdir}/cni/dnsname
|
%{_libexecdir}/cni/dnsname
|
||||||
%{_libexecdir}/cni/%{name}-machine
|
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%files gvproxy
|
%files gvproxy
|
||||||
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
|
%license gvisor-tap-vsock-%{commit_gvproxy}/LICENSE
|
||||||
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
|
%doc gvisor-tap-vsock-%{commit_gvproxy}/README.md
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-1
|
||||||
|
- update to podman-4.4 release
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Feb 01 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.10
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/68bbdc2)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Mon Jan 30 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.9
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/323b515)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Jan 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.8
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/c35e74f)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.7
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/ce504bb)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.6
|
||||||
|
- add quadlet to tests
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.5
|
||||||
|
- obsolete podman-catatonit in order to not to file conflict with catatonit
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.4.0-0.4
|
||||||
|
- build v4.4.0-rc2
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.3
|
||||||
|
- remove podman-machine-cni, it is now part of podman 4.0 or newer
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.2
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/07ba51d)
|
||||||
|
- update gvisor-tap-vsock to 0.5.0
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.1
|
||||||
|
- podman-4.4.0-rc1
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||||
|
(https://github.com/containers/podman/commit/f1af5b3)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Jan 11 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.3.1-4
|
||||||
|
- podman shouldn't provide and file conflict with catatonit in CRB
|
||||||
|
- Resolves: #2151322
|
||||||
|
|
||||||
|
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.1-3
|
||||||
|
- fix 'podman manifest add' is not concurrent safe
|
||||||
|
- Resolves: #2105173
|
||||||
|
|
||||||
|
* Sat Nov 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.1-2
|
||||||
|
- properly obsolete catatonit
|
||||||
|
- Resolves: #2123319
|
||||||
|
|
||||||
|
* Wed Nov 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.1-1
|
||||||
|
- update to https://github.com/containers/podman/releases/tag/v4.3.1
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Tue Nov 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.0-2
|
||||||
|
- rebuild to fix CVE-2022-30629
|
||||||
|
- Related: #2102994
|
||||||
|
|
||||||
|
* Thu Nov 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.0-1
|
||||||
|
- update to https://github.com/containers/podman/releases/tag/v4.3.0
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
* Mon Aug 22 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-3
|
* Mon Aug 22 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-3
|
||||||
- fix dependency in test subpackage
|
- fix dependency in test subpackage
|
||||||
- Related: #2061316
|
- Related: #2061316
|
||||||
|
Loading…
Reference in New Issue
Block a user