From b03d9cbb1792b14e5f90afb5b5e57f1912eedfff Mon Sep 17 00:00:00 2001 From: Bhagyashri Pathak Date: Mon, 15 Jul 2024 11:30:37 +0530 Subject: [PATCH] Update release versions of dependent packages --- 1 | 113 ++++++++++++++++++ .../containernetworking-plugins.spec | 2 +- SPECS-EXTENDED/delve/delve.spec | 2 +- SPECS-EXTENDED/nmi/nmi.spec | 2 +- SPECS-EXTENDED/umoci/umoci.spec | 2 +- .../KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec | 2 +- ...pplication-gateway-kubernetes-ingress.spec | 2 +- SPECS/azcopy/azcopy.spec | 2 +- SPECS/blobfuse2/blobfuse2.spec | 2 +- SPECS/cf-cli/cf-cli.spec | 2 +- SPECS/cni-plugins/cni-plugins.spec | 2 +- SPECS/coredns/coredns.spec | 2 +- SPECS/csi-driver-lvm/csi-driver-lvm.spec | 2 +- SPECS/dcos-cli/dcos-cli.spec | 2 +- SPECS/etcd/etcd.spec | 2 +- SPECS/flannel/flannel.spec | 2 +- SPECS/gh/gh.spec | 2 +- SPECS/git-lfs/git-lfs.spec | 2 +- .../gobject-introspection.spec | 2 +- SPECS/helm/helm.spec | 2 +- SPECS/jx/jx.spec | 2 +- SPECS/keda/keda.spec | 2 +- .../kube-vip-cloud-provider.spec | 2 +- .../local-path-provisioner.spec | 2 +- SPECS/moby-buildx/moby-buildx.spec | 2 +- .../moby-containerd-cc.spec | 2 +- SPECS/moby-containerd/moby-containerd.spec | 2 +- SPECS/moby-engine/moby-engine.spec | 2 +- SPECS/moby-runc/moby-runc.spec | 2 +- .../nvidia-container-toolkit.spec | 2 +- SPECS/packer/packer.spec | 2 +- SPECS/skopeo/skopeo.spec | 2 +- SPECS/vitess/vitess.spec | 2 +- 33 files changed, 145 insertions(+), 32 deletions(-) create mode 100644 1 diff --git a/1 b/1 new file mode 100644 index 00000000000..e05b76183cc --- /dev/null +++ b/1 @@ -0,0 +1,113 @@ +Summary: The new Azure Storage data transfer utility - AzCopy v10 +Name: azcopy +Version: 10.24.0 +Release: 2%{?dist} +License: MIT +Vendor: Microsoft Corporation +Distribution: Mariner +Group: Applications/Tools +URL: https://github.com/Azure/azure-storage-azcopy +Source0: https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v%{version}.tar.gz#/azure-storage-%{name}-%{version}.tar.gz +# Below is a manually created tarball, no download link. +# We're using pre-populated Go modules from this tarball, since network is disabled during build time. +# How to re-build this file: +# 1. wget https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v%{version}.tar.gz -O azure-storage-%{name}-%{version}.tar.gz +# 2. tar -xf azure-storage-%{name}-%{version}.tar.gz +# 3. cd azure-storage-%{name}-%{version} +# 4. go mod vendor +# 5. tar --sort=name \ +# --mtime="2021-04-26 00:00Z" \ +# --owner=0 --group=0 --numeric-owner \ +# --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ +# -cf azure-storage-%{name}-%{version}-vendor.tar.gz vendor +# +# NOTES: +# - You require GNU tar version 1.28+. +# - The additional options enable generation of a tarball with the same hash every time regardless of the environment. +# See: https://reproducible-builds.org/docs/archives/ +# - For the value of "--mtime" use the date "2021-04-26 00:00Z" to simplify future updates. +Source1: azure-storage-%{name}-%{version}-vendor.tar.gz + +BuildRequires: golang >= 1.19 +BuildRequires: git +%global debug_package %{nil} +%define our_gopath %{_topdir}/.gopath + +%description +AzCopy v10 is a command-line utility that you can use to copy data to +and from containers and file shares in Azure Storage accounts. +AzCopy V10 presents easy-to-use commands that are optimized for high +performance and throughput. + +%prep +%autosetup -N -n azure-storage-%{name}-%{version} +# Apply vendor before patching +tar --no-same-owner -xf %{SOURCE1} +%autopatch -p1 + +%build +export GOPATH=%{our_gopath} +go build -buildmode=pie -mod=vendor + +%install +install -D -m 0755 ./azure-storage-azcopy %{buildroot}%{_bindir}/azcopy + +%check +go test -mod=vendor +./azure-storage-azcopy --version + +%files +%defattr(-,root,root) +%license LICENSE +%doc NOTICE.txt README.md +%{_bindir}/azcopy + +%changelog +* Thu May 20 2024 Sudipta Pandit - 10.24.0-1 +- Bump version to address multiple security issues. + +* Thu Feb 01 2024 Daniel McIlvaney - 10.15.0-15 +- Address CVE-2023-44487 by patching vendored golang.org/x/net + +* Mon Oct 16 2023 CBL-Mariner Servicing Account - 10.15.0-14 +- Bump release to rebuild with go 1.20.9 + +* Tue Oct 10 2023 Dan Streetman - 10.15.0-13 +- Bump release to rebuild with updated version of Go. + +* Mon Aug 07 2023 CBL-Mariner Servicing Account - 10.15.0-12 +- Bump release to rebuild with go 1.19.12 + +* Thu Jul 13 2023 CBL-Mariner Servicing Account - 10.15.0-11 +- Bump release to rebuild with go 1.19.11 + +* Thu Jun 15 2023 CBL-Mariner Servicing Account - 10.15.0-10 +- Bump release to rebuild with go 1.19.10 + +* Wed Apr 05 2023 CBL-Mariner Servicing Account - 10.15.0-9 +- Bump release to rebuild with go 1.19.8 + +* Tue Mar 28 2023 CBL-Mariner Servicing Account - 10.15.0-8 +- Bump release to rebuild with go 1.19.7 + +* Wed Mar 15 2023 CBL-Mariner Servicing Account - 10.15.0-7 +- Bump release to rebuild with go 1.19.6 + +* Fri Feb 03 2023 CBL-Mariner Servicing Account - 10.15.0-6 +- Bump release to rebuild with go 1.19.5 + +* Wed Jan 18 2023 CBL-Mariner Servicing Account - 10.15.0-5 +- Bump release to rebuild with go 1.19.4 + +* Fri Dec 16 2022 Daniel McIlvaney - 10.15.0-4 +- Bump release to rebuild with go 1.18.8 with patch for CVE-2022-41717 + +* Tue Nov 01 2022 Olivia Crain - 10.15.0-3 +- Bump release to rebuild with go 1.18.8 + +* Mon Aug 22 2022 Olivia Crain - 10.15.0-2 +- Bump release to rebuild against Go 1.18.5 + +* Fri Jul 01 2022 Suresh Babu Chalamalasetty - 10.15.0-1 +- Original version for CBL-Mariner. +- License verified. diff --git a/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec b/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec index b26b05e666b..6b53a40f81d 100644 --- a/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec +++ b/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec @@ -24,7 +24,7 @@ Name: %{project}-%{repo} Version: 1.1.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Libraries for writing CNI plugin License: ASL 2.0 and BSD and MIT Vendor: Microsoft Corporation diff --git a/SPECS-EXTENDED/delve/delve.spec b/SPECS-EXTENDED/delve/delve.spec index de3acde0430..ad2b5a0f09d 100644 --- a/SPECS-EXTENDED/delve/delve.spec +++ b/SPECS-EXTENDED/delve/delve.spec @@ -2,7 +2,7 @@ Vendor: Microsoft Corporation Distribution: Mariner Name: delve Version: 1.5.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A debugger for the Go programming language License: MIT diff --git a/SPECS-EXTENDED/nmi/nmi.spec b/SPECS-EXTENDED/nmi/nmi.spec index 4b6ae6d5b7a..168eebac631 100644 --- a/SPECS-EXTENDED/nmi/nmi.spec +++ b/SPECS-EXTENDED/nmi/nmi.spec @@ -2,7 +2,7 @@ Summary: Node Managed Identity Name: nmi Version: 1.8.17 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS-EXTENDED/umoci/umoci.spec b/SPECS-EXTENDED/umoci/umoci.spec index c7c3036c8cc..c4c696db174 100644 --- a/SPECS-EXTENDED/umoci/umoci.spec +++ b/SPECS-EXTENDED/umoci/umoci.spec @@ -1,7 +1,7 @@ Summary: Open Container Image manipulation tool Name: umoci Version: 0.4.7 -Release: 14%{?dist} +Release: 15%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec b/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec index 931e5c39712..27a56c114a9 100644 --- a/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec +++ b/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec @@ -1,7 +1,7 @@ Summary: The KeysInUse Engine for OpenSSL allows the logging of private key usage through OpenSSL Name: KeysInUse-OpenSSL Version: 0.3.4 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec b/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec index ced554ce4b0..06229b03094 100644 --- a/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec +++ b/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec @@ -2,7 +2,7 @@ Summary: Application Gateway Ingress Controller Name: application-gateway-kubernetes-ingress Version: 1.4.0 -Release: 19%{?dist} +Release: 20%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/azcopy/azcopy.spec b/SPECS/azcopy/azcopy.spec index a6c40a67103..e05b76183cc 100644 --- a/SPECS/azcopy/azcopy.spec +++ b/SPECS/azcopy/azcopy.spec @@ -1,7 +1,7 @@ Summary: The new Azure Storage data transfer utility - AzCopy v10 Name: azcopy Version: 10.24.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/blobfuse2/blobfuse2.spec b/SPECS/blobfuse2/blobfuse2.spec index 54fb51b3a12..7273440bf5c 100644 --- a/SPECS/blobfuse2/blobfuse2.spec +++ b/SPECS/blobfuse2/blobfuse2.spec @@ -7,7 +7,7 @@ Summary: FUSE adapter - Azure Storage Name: blobfuse2 Version: %{blobfuse2_version} -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/cf-cli/cf-cli.spec b/SPECS/cf-cli/cf-cli.spec index f6b13a5654b..df99346c59e 100644 --- a/SPECS/cf-cli/cf-cli.spec +++ b/SPECS/cf-cli/cf-cli.spec @@ -1,7 +1,7 @@ Summary: The official command line client for Cloud Foundry. Name: cf-cli Version: 8.4.0 -Release: 16%{?dist} +Release: 17%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/cni-plugins/cni-plugins.spec b/SPECS/cni-plugins/cni-plugins.spec index 8733f80ebfb..6b4854584a0 100644 --- a/SPECS/cni-plugins/cni-plugins.spec +++ b/SPECS/cni-plugins/cni-plugins.spec @@ -1,7 +1,7 @@ Summary: Container Network Interface (CNI) plugins Name: cni-plugins Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/coredns/coredns.spec b/SPECS/coredns/coredns.spec index 83ac8bfcf65..9c244470bf9 100644 --- a/SPECS/coredns/coredns.spec +++ b/SPECS/coredns/coredns.spec @@ -3,7 +3,7 @@ Summary: Fast and flexible DNS server Name: coredns Version: 1.11.1 -Release: 8%{?dist} +Release: 9%{?dist} License: Apache License 2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/csi-driver-lvm/csi-driver-lvm.spec b/SPECS/csi-driver-lvm/csi-driver-lvm.spec index 14ec270ca42..7c8a649f48a 100644 --- a/SPECS/csi-driver-lvm/csi-driver-lvm.spec +++ b/SPECS/csi-driver-lvm/csi-driver-lvm.spec @@ -1,7 +1,7 @@ Summary: Container storage interface for logical volume management Name: csi-driver-lvm Version: 0.4.1 -Release: 15%{?dist} +Release: 16%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/dcos-cli/dcos-cli.spec b/SPECS/dcos-cli/dcos-cli.spec index 4fa4446a1c6..8e96ba5f397 100644 --- a/SPECS/dcos-cli/dcos-cli.spec +++ b/SPECS/dcos-cli/dcos-cli.spec @@ -1,7 +1,7 @@ Summary: The command line for DC/OS Name: dcos-cli Version: 1.2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/etcd/etcd.spec b/SPECS/etcd/etcd.spec index 96c584cfc6b..994ad30903a 100644 --- a/SPECS/etcd/etcd.spec +++ b/SPECS/etcd/etcd.spec @@ -1,7 +1,7 @@ Summary: A highly-available key value store for shared configuration Name: etcd Version: 3.5.12 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/flannel/flannel.spec b/SPECS/flannel/flannel.spec index 0aeb509a7cc..67cb375963b 100644 --- a/SPECS/flannel/flannel.spec +++ b/SPECS/flannel/flannel.spec @@ -4,7 +4,7 @@ Summary: Simple and easy way to configure a layer 3 network fabric designed for Kubernetes Name: flannel Version: 0.14.0 -Release: 22%{?dist} +Release: 23%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/gh/gh.spec b/SPECS/gh/gh.spec index 25c6915001b..dd1c3edf993 100644 --- a/SPECS/gh/gh.spec +++ b/SPECS/gh/gh.spec @@ -1,7 +1,7 @@ Summary: GitHub official command line tool Name: gh Version: 2.13.0 -Release: 17%{?dist} +Release: 18%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/git-lfs/git-lfs.spec b/SPECS/git-lfs/git-lfs.spec index 2d0b492a582..79d28336c90 100644 --- a/SPECS/git-lfs/git-lfs.spec +++ b/SPECS/git-lfs/git-lfs.spec @@ -2,7 +2,7 @@ Summary: Git extension for versioning large files Name: git-lfs Version: 3.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Programming Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/gobject-introspection/gobject-introspection.spec b/SPECS/gobject-introspection/gobject-introspection.spec index d4565709401..9f05214baaf 100644 --- a/SPECS/gobject-introspection/gobject-introspection.spec +++ b/SPECS/gobject-introspection/gobject-introspection.spec @@ -2,7 +2,7 @@ Summary: Introspection system for GObject-based libraries Name: gobject-introspection Version: %{BaseVersion}.0 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ AND LGPLv2+ AND MIT Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/helm/helm.spec b/SPECS/helm/helm.spec index 0c7e9d30666..b59e62449f4 100644 --- a/SPECS/helm/helm.spec +++ b/SPECS/helm/helm.spec @@ -2,7 +2,7 @@ Name: helm Version: 3.14.2 -Release: 2%{?dist} +Release: 333%{?dist} Summary: The Kubernetes Package Manager Group: Applications/Networking License: Apache 2.0 diff --git a/SPECS/jx/jx.spec b/SPECS/jx/jx.spec index b281c837a06..0203793237c 100644 --- a/SPECS/jx/jx.spec +++ b/SPECS/jx/jx.spec @@ -1,7 +1,7 @@ Summary: Command line tool for working with Jenkins X. Name: jx Version: 3.2.236 -Release: 16%{?dist} +Release: 17%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/keda/keda.spec b/SPECS/keda/keda.spec index 176befb2018..bc4e7ac5317 100644 --- a/SPECS/keda/keda.spec +++ b/SPECS/keda/keda.spec @@ -1,7 +1,7 @@ Summary: Kubernetes-based Event Driven Autoscaling Name: keda Version: 2.4.0 -Release: 19%{?dist} +Release: 20%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/kube-vip-cloud-provider/kube-vip-cloud-provider.spec b/SPECS/kube-vip-cloud-provider/kube-vip-cloud-provider.spec index 323f539c255..e3b5c7fb91c 100644 --- a/SPECS/kube-vip-cloud-provider/kube-vip-cloud-provider.spec +++ b/SPECS/kube-vip-cloud-provider/kube-vip-cloud-provider.spec @@ -1,7 +1,7 @@ Summary: The Kube-Vip cloud provider functions as a general-purpose cloud provider for on-premises bare-metal or virtualized setups Name: kube-vip-cloud-provider Version: 0.0.2 -Release: 16%{?dist} +Release: 17%{?dist} License: ASL 2.0 URL: https://github.com/kube-vip/kube-vip-cloud-provider Group: Applications/Text diff --git a/SPECS/local-path-provisioner/local-path-provisioner.spec b/SPECS/local-path-provisioner/local-path-provisioner.spec index d382f2007fb..a2d5afe0df4 100644 --- a/SPECS/local-path-provisioner/local-path-provisioner.spec +++ b/SPECS/local-path-provisioner/local-path-provisioner.spec @@ -1,7 +1,7 @@ Summary: Provides a way for the Kubernetes users to utilize the local storage in each node Name: local-path-provisioner Version: 0.0.21 -Release: 16%{?dist} +Release: 17%{?dist} License: ASL 2.0 URL: https://github.com/rancher/local-path-provisioner Group: Applications/Text diff --git a/SPECS/moby-buildx/moby-buildx.spec b/SPECS/moby-buildx/moby-buildx.spec index 2d057e74376..18fad18edeb 100644 --- a/SPECS/moby-buildx/moby-buildx.spec +++ b/SPECS/moby-buildx/moby-buildx.spec @@ -5,7 +5,7 @@ Summary: A Docker CLI plugin for extended build capabilities with BuildKi Name: moby-%{upstream_name} # update "commit_hash" above when upgrading version Version: 0.7.1 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 Group: Tools/Container Vendor: Microsoft Corporation diff --git a/SPECS/moby-containerd-cc/moby-containerd-cc.spec b/SPECS/moby-containerd-cc/moby-containerd-cc.spec index a0d8a1a07f9..95e25d175b7 100644 --- a/SPECS/moby-containerd-cc/moby-containerd-cc.spec +++ b/SPECS/moby-containerd-cc/moby-containerd-cc.spec @@ -6,7 +6,7 @@ Summary: Industry-standard container runtime for confidential containers Name: moby-%{upstream_name} Version: 1.7.7 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://www.containerd.io diff --git a/SPECS/moby-containerd/moby-containerd.spec b/SPECS/moby-containerd/moby-containerd.spec index 9b2dd838afb..719e0e4a0dd 100644 --- a/SPECS/moby-containerd/moby-containerd.spec +++ b/SPECS/moby-containerd/moby-containerd.spec @@ -5,7 +5,7 @@ Summary: Industry-standard container runtime Name: moby-%{upstream_name} Version: 1.6.26 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://www.containerd.io diff --git a/SPECS/moby-engine/moby-engine.spec b/SPECS/moby-engine/moby-engine.spec index 041f06eb10f..54e46dd6f7f 100644 --- a/SPECS/moby-engine/moby-engine.spec +++ b/SPECS/moby-engine/moby-engine.spec @@ -3,7 +3,7 @@ Summary: The open-source application container engine Name: moby-engine Version: 24.0.9 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://mobyproject.org diff --git a/SPECS/moby-runc/moby-runc.spec b/SPECS/moby-runc/moby-runc.spec index 55573a45f2f..413ed638b19 100644 --- a/SPECS/moby-runc/moby-runc.spec +++ b/SPECS/moby-runc/moby-runc.spec @@ -5,7 +5,7 @@ Summary: CLI tool for spawning and running containers per OCI spec. Name: moby-%{upstream_name} # update "commit_hash" above when upgrading version Version: 1.1.9 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 URL: https://github.com/opencontainers/runc Group: Virtualization/Libraries diff --git a/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec b/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec index 0ecd1e0742e..e07e0b260d8 100644 --- a/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec +++ b/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec @@ -2,7 +2,7 @@ Summary: NVIDIA container runtime hook Name: nvidia-container-toolkit Version: 1.13.5 -Release: 4%{?dist} +Release: 5%{?dist} License: ALS2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/packer/packer.spec b/SPECS/packer/packer.spec index 45437da3f13..d99d6f62629 100644 --- a/SPECS/packer/packer.spec +++ b/SPECS/packer/packer.spec @@ -1,7 +1,7 @@ Summary: Tool for creating identical machine images for multiple platforms from a single source configuration. Name: packer Version: 1.10.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/skopeo/skopeo.spec b/SPECS/skopeo/skopeo.spec index 0d7043b21e0..e5a3fcfcc98 100644 --- a/SPECS/skopeo/skopeo.spec +++ b/SPECS/skopeo/skopeo.spec @@ -1,7 +1,7 @@ Summary: Inspect container images and repositories on registries Name: skopeo Version: 1.14.2 -Release: 4%{?dist} +Release: 5%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner diff --git a/SPECS/vitess/vitess.spec b/SPECS/vitess/vitess.spec index 39ae6e2404a..3f1ed73610d 100644 --- a/SPECS/vitess/vitess.spec +++ b/SPECS/vitess/vitess.spec @@ -3,7 +3,7 @@ Name: vitess Version: 16.0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Database clustering system for horizontal scaling of MySQL # Upstream license specification: MIT and Apache-2.0 License: MIT and ASL 2.0