bump to v4.1.0
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
		
							parent
							
								
									f744e4cf1c
								
							
						
					
					
						commit
						9a0c36bcff
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1803,3 +1803,4 @@
 | 
				
			|||||||
/v4.0.3.tar.gz
 | 
					/v4.0.3.tar.gz
 | 
				
			||||||
/v4.1.0-rc1.tar.gz
 | 
					/v4.1.0-rc1.tar.gz
 | 
				
			||||||
/v4.1.0-rc2.tar.gz
 | 
					/v4.1.0-rc2.tar.gz
 | 
				
			||||||
 | 
					/v4.1.0.tar.gz
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										52
									
								
								podman.spec
									
									
									
									
									
								
							
							
						
						
									
										52
									
								
								podman.spec
									
									
									
									
									
								
							@ -31,7 +31,7 @@
 | 
				
			|||||||
%global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07
 | 
					%global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07
 | 
				
			||||||
%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7})
 | 
					%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%global built_tag v4.1.0-rc2
 | 
					%global built_tag v4.1.0
 | 
				
			||||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
 | 
					%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
 | 
				
			||||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
 | 
					%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -73,74 +73,74 @@ BuildRequires: systemd
 | 
				
			|||||||
BuildRequires: systemd-devel
 | 
					BuildRequires: systemd-devel
 | 
				
			||||||
Requires: conmon >= 2:2.0.30-2
 | 
					Requires: conmon >= 2:2.0.30-2
 | 
				
			||||||
Requires: containers-common >= 4:1-46
 | 
					Requires: containers-common >= 4:1-46
 | 
				
			||||||
 | 
					Suggests: containernetworking-plugins >= 0.9.1-1
 | 
				
			||||||
 | 
					Requires: netavark >= 1.0.3-1
 | 
				
			||||||
Requires: iptables
 | 
					Requires: iptables
 | 
				
			||||||
Requires: nftables
 | 
					Requires: nftables
 | 
				
			||||||
Recommends: catatonit
 | 
					Recommends: catatonit
 | 
				
			||||||
Suggests: qemu-user-static
 | 
					Suggests: qemu-user-static
 | 
				
			||||||
# vendored libraries
 | 
					# vendored libraries
 | 
				
			||||||
# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d'
 | 
					# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d'
 | 
				
			||||||
Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.0.0
 | 
					Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0
 | 
				
			||||||
Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible
 | 
					Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible
 | 
				
			||||||
Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4
 | 
					Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4
 | 
				
			||||||
Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681
 | 
					Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0
 | 
				
			||||||
Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0
 | 
					Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0
 | 
				
			||||||
Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd
 | 
					Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.4.0
 | 
				
			||||||
Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1
 | 
					Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.0
 | 
				
			||||||
Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1
 | 
					Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.1.1
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/buildah)) = v1.24.1
 | 
					Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/common)) = v0.47.4
 | 
					Provides: bundled(golang(github.com/containers/common)) = v0.48.0
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible
 | 
					Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1
 | 
					Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2
 | 
					Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2
 | 
					Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2
 | 
				
			||||||
Provides: bundled(golang(github.com/containers/storage)) = v1.38.2
 | 
					Provides: bundled(golang(github.com/containers/storage)) = v1.40.2
 | 
				
			||||||
Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2
 | 
					Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2
 | 
				
			||||||
Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3
 | 
					Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3
 | 
				
			||||||
Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3
 | 
					Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3
 | 
				
			||||||
Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1
 | 
					Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1
 | 
				
			||||||
Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001
 | 
					Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001
 | 
				
			||||||
Provides: bundled(golang(github.com/docker/distribution)) = v2.8.0+incompatible
 | 
					Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible
 | 
				
			||||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible
 | 
					Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible
 | 
				
			||||||
Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11
 | 
					Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11
 | 
				
			||||||
Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651
 | 
					Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651
 | 
				
			||||||
Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0
 | 
					Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0
 | 
				
			||||||
Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4
 | 
					Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4
 | 
				
			||||||
Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.1
 | 
					Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4
 | 
				
			||||||
Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0
 | 
					Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0
 | 
				
			||||||
Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6
 | 
					Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0
 | 
				
			||||||
 | 
					Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0
 | 
				
			||||||
Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510
 | 
					Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510
 | 
				
			||||||
Provides: bundled(golang(github.com/google/uuid)) = v1.3.0
 | 
					Provides: bundled(golang(github.com/google/uuid)) = v1.3.0
 | 
				
			||||||
Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1
 | 
					Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1
 | 
				
			||||||
Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0
 | 
					Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0
 | 
				
			||||||
Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0
 | 
					Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0
 | 
				
			||||||
Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1
 | 
					Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1
 | 
				
			||||||
Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0
 | 
					 | 
				
			||||||
Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12
 | 
					Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12
 | 
				
			||||||
Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14
 | 
					Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14
 | 
				
			||||||
Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6
 | 
					Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6
 | 
				
			||||||
Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.0
 | 
					Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8
 | 
				
			||||||
Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5
 | 
					Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5
 | 
				
			||||||
Provides: bundled(golang(github.com/onsi/gomega)) = v1.18.1
 | 
					Provides: bundled(golang(github.com/onsi/gomega)) = v1.19.0
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0
 | 
					Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198
 | 
					Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0
 | 
					Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab
 | 
					Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f
 | 
					Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f
 | 
				
			||||||
Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0
 | 
					Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1
 | 
				
			||||||
Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1
 | 
					Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1
 | 
				
			||||||
Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0
 | 
					Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0
 | 
				
			||||||
Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v0.14.6
 | 
					Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1
 | 
				
			||||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
 | 
					Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
 | 
				
			||||||
Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0
 | 
					Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0
 | 
				
			||||||
Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5
 | 
					Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5
 | 
				
			||||||
Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0
 | 
					Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.1
 | 
				
			||||||
Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635
 | 
					Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635
 | 
				
			||||||
Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible
 | 
					Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible
 | 
				
			||||||
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10
 | 
					Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10
 | 
				
			||||||
Provides: bundled(golang(github.com/vbauerster/mpb/v6)) = v6.0.4
 | 
					Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1
 | 
				
			||||||
Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4
 | 
					Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4
 | 
				
			||||||
Provides: bundled(golang(k8s.io/api)) = v0.22.4
 | 
					 | 
				
			||||||
Provides: bundled(golang(k8s.io/apimachinery)) = v0.22.4
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
%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
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sources
									
									
									
									
									
								
							@ -1,3 +1,3 @@
 | 
				
			|||||||
SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
 | 
					SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
 | 
				
			||||||
SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a
 | 
					SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a
 | 
				
			||||||
SHA512 (v4.1.0-rc2.tar.gz) = ee55b3acadc153e02836aba72f62da6fcc9d30975455ac85a1e814633bbd2556f685a1a43c071b669ac2255ae05978861f1b64be1ca7616f78c09751ef77a4e0
 | 
					SHA512 (v4.1.0.tar.gz) = 4d5f240423f21b1224ce44853a2265359dacee0d921f0ea53a7fca34f9076ebfaa49f4327a59ac51f5bf5b9dafb47dda3a9bb8e609237cc69f833b42b95bcd0a
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user