podman-4.4.0-0.1.el9
- 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 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
08752d51b6
commit
b39b8e8e00
20
podman.spec
20
podman.spec
@ -4,8 +4,8 @@
|
|||||||
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 814b7b003cc630bf6ab188274706c383f9fb9915
|
%global commit0 f1af5b3076790dd0a408a3f7247c944b1ab96d0e
|
||||||
%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
|
||||||
@ -19,8 +19,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.3.1
|
Version: 4.4.0
|
||||||
Release: 4%{?dist}
|
Release: 0.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/
|
||||||
@ -225,6 +225,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
|
||||||
@ -344,6 +347,7 @@ fi
|
|||||||
%license LICENSE COPYING-catatonit
|
%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
|
||||||
@ -362,6 +366,8 @@ fi
|
|||||||
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||||
%dir %{_libexecdir}/podman
|
%dir %{_libexecdir}/podman
|
||||||
%{_libexecdir}/podman/catatonit
|
%{_libexecdir}/podman/catatonit
|
||||||
|
%{_usr}/lib/systemd/system-generators/podman-system-generator
|
||||||
|
%{_usr}/lib/systemd/user-generators/podman-user-generator
|
||||||
|
|
||||||
|
|
||||||
%files docker
|
%files docker
|
||||||
@ -398,6 +404,12 @@ fi
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- podman shouldn't provide and file conflict with catatonit in CRB
|
||||||
- Resolves: #2151322
|
- Resolves: #2151322
|
||||||
|
2
sources
2
sources
@ -1,5 +1,5 @@
|
|||||||
SHA512 (podman-4.3.1-814b7b0.tar.gz) = 09c955c43246112d696d4e51cfadf4799e64cdb42890bb3ed2f9c4afef37f73ed2f695e2596a40ced1f6cc4548da172c50626bacafe9024408e74571f7fa83e6
|
|
||||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||||
SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
||||||
SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4
|
SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4
|
||||||
SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba
|
SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba
|
||||||
|
SHA512 (main-f1af5b3.tar.gz) = ff1343bfbe21ce6b7fb9f14b853dbd01c150114719fd51b2aabef25f3ee6efe5c3f1dfdf0eb83c4191a7283f748fc6a2258cb36a5523a9765eda9b2a2f5f6258
|
||||||
|
Loading…
Reference in New Issue
Block a user