import podman-4.0.2-8.module+el8.7.0+16431+bb67d067
This commit is contained in:
parent
c58cde79a4
commit
a96ae028f7
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
SOURCES/dnsname-18822f9.tar.gz
|
||||
SOURCES/podman-machine-cni-0749884.tar.gz
|
||||
SOURCES/v0.1.0.tar.gz
|
||||
SOURCES/v0.1.7.tar.gz
|
||||
SOURCES/v4.0-49f8da7.tar.gz
|
||||
SOURCES/v0.2.0.tar.gz
|
||||
SOURCES/v4.0-rhel-33084eb.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
|
||||
70b08b173bdf0d1325fce035c186b43085865587 SOURCES/podman-machine-cni-0749884.tar.gz
|
||||
d2be14e364fef2d95c61cdac528219548640f6d4 SOURCES/v0.1.0.tar.gz
|
||||
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
||||
2aafcc33654648ff461952e08e5bf6e985f87d80 SOURCES/v4.0-49f8da7.tar.gz
|
||||
64a6ff113705a3726bc0d7d45e6c697b999c2683 SOURCES/v0.2.0.tar.gz
|
||||
29136b52394c601345c3169510fe283b3ff7f7bf SOURCES/v4.0-rhel-33084eb.tar.gz
|
||||
|
@ -7,22 +7,22 @@
|
||||
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 branch v4.0
|
||||
%global commit0 49f8da7271ed9b9256a182aca004700047e271ed
|
||||
%global branch v4.0-rhel
|
||||
%global commit0 33084ebddd42a41d50e3426ff81d69115404ab33
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.7
|
||||
#%%global dnsnamever 1.3.0
|
||||
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
|
||||
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
|
||||
%global gvproxyrepo gvisor-tap-vsock
|
||||
%global gvproxyver 0.1.0
|
||||
%global gvproxyver 0.2.0
|
||||
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
|
||||
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
|
||||
|
||||
Epoch: 2
|
||||
Name: podman
|
||||
Version: 4.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 4.0.2
|
||||
Release: 8%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -40,7 +40,7 @@ Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar
|
||||
ExclusiveArch: %{go_arches}
|
||||
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
||||
BuildRequires: golang >= 1.16.6
|
||||
BuildRequires: golang >= 1.17.7
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: glibc-static
|
||||
@ -68,7 +68,7 @@ Requires: containernetworking-plugins >= 0.9.1-1
|
||||
Requires: iptables
|
||||
Requires: nftables
|
||||
Obsoletes: oci-systemd-hook < 1
|
||||
Requires: libseccomp >= 2.4.1
|
||||
Requires: libseccomp >= 2.5
|
||||
Requires: conmon >= 2.0.25
|
||||
Requires: (container-selinux if selinux-policy)
|
||||
Requires: slirp4netns >= 0.4.0-1
|
||||
@ -409,6 +409,77 @@ exit 0
|
||||
%{_libexecdir}/%{name}/gvproxy
|
||||
|
||||
%changelog
|
||||
* Tue Aug 02 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-8
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/33084eb)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-7
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/3efe4c2)
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Jun 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-6
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/bfc8b36)
|
||||
- Related: #2061390
|
||||
|
||||
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-5
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/2e12f02)
|
||||
- Related: #2061390
|
||||
|
||||
* Thu May 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-4
|
||||
- update gvisor-tap-vsock to 0.2.0 to fix compilation with golang 1.18
|
||||
- Related: #2061390
|
||||
|
||||
* Fri May 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-3
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/6cb5039)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed May 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-2
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/ce91610)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-1
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
|
||||
(https://github.com/containers/podman/commit/94aa329)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-3
|
||||
- switch to v4.0-rhel maintenance branch for 4.0 stable stream
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-2
|
||||
- bump golang BR to 1.17.7
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Apr 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.0.3
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Mar 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-4
|
||||
- bump minimal libseccomp version requirement
|
||||
- Related: #2061390
|
||||
|
||||
* Tue Mar 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-3
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.0.2
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Mar 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-2
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.0.2
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.0.2
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.0.1
|
||||
- Related: #2001445
|
||||
|
||||
* Mon Feb 21 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.0-1
|
||||
- use correct commit 49f8da72 for podman, previous commit said 4.0.1-dev
|
||||
- install podman-plugins for gating tests
|
||||
|
Loading…
Reference in New Issue
Block a user