podman-4.2.0-0.1rc2.el9
- update to 4.2.0-rc2 - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
1868ce5b4b
commit
5f0a24af03
16
podman.spec
16
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 v4.1.1-rhel
|
||||||
%global commit0 fa692a6b4a1131c76eb3d5beacb155855e733785
|
%global commit0 81005b8d809990a0a2e3367a5980d3c4c2499708
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
#%%global dnsnamever 1.3.0
|
#%%global dnsnamever 1.3.0
|
||||||
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
|
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
|
||||||
@ -17,8 +17,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.1.1
|
Version: 4.2.0
|
||||||
Release: 6%{?dist}
|
Release: 0.1rc2%{?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/
|
||||||
@ -158,8 +158,6 @@ tar fx %{SOURCE2}
|
|||||||
tar fx %{SOURCE3}
|
tar fx %{SOURCE3}
|
||||||
tar fx %{SOURCE4}
|
tar fx %{SOURCE4}
|
||||||
|
|
||||||
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
|
|
||||||
|
|
||||||
# this is shipped by skopeo: containers-common subpackage
|
# this is shipped by skopeo: containers-common subpackage
|
||||||
rm -rf docs/source/markdown/containers-mounts.conf.5.md
|
rm -rf docs/source/markdown/containers-mounts.conf.5.md
|
||||||
|
|
||||||
@ -310,7 +308,7 @@ fi
|
|||||||
|
|
||||||
%files -f podman.file-list
|
%files -f podman.file-list
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
%doc README.md CONTRIBUTING.md install.md transfer.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libexecdir}/%{name}/rootlessport
|
%{_libexecdir}/%{name}/rootlessport
|
||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
@ -362,6 +360,10 @@ fi
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-0.1rc2
|
||||||
|
- update to 4.2.0-rc2
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
* Thu Jul 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-6
|
* Thu Jul 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-6
|
||||||
- convert catatonit dependency to soft dep as catatonit is
|
- convert catatonit dependency to soft dep as catatonit is
|
||||||
no longer in Appstream but in CRB
|
no longer in Appstream but in CRB
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
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 (v0.2.0.tar.gz) = 75c71f874d624b0cfe8a3df347072a90a7e3f73a519bbd80296f7ca8ff4ed8cf09167c43a6d3c1c4c19bd074c11a506c2fd7e020ba4289e96419ee7d799ddc83
|
SHA512 (v0.2.0.tar.gz) = 75c71f874d624b0cfe8a3df347072a90a7e3f73a519bbd80296f7ca8ff4ed8cf09167c43a6d3c1c4c19bd074c11a506c2fd7e020ba4289e96419ee7d799ddc83
|
||||||
SHA512 (v4.1.1-rhel-fa692a6.tar.gz) = 0eba8edbd6f1b77bbaeb94587fbe43f41f1e693a58cdd67cc8a2233da6d43d670a556c955fa22f079d28a8c621589bbd6b80f89643fa537758b92cfb5d451376
|
SHA512 (podman-4.2.0-81005b8.tar.gz) = 71a7f21bebed2691e737b4b448982d5cdb885df5f9f29cb08135a9de2109e4128de7f74533fcbefbcc91127f0cd845ade5e29b0ddba3509c0d214973a0b8b6cb
|
||||||
|
Loading…
Reference in New Issue
Block a user