None of the packages have a dependency on golang-1.17.

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-07-23 21:55:21 +05:30 коммит произвёл GitHub
Родитель 8539e10c93
Коммит e44fb2e860
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
27 изменённых файлов: 111 добавлений и 298 удалений

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Node Managed Identity
Name: nmi
Version: 1.8.17
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -26,7 +26,7 @@ Source0: %{name}-%{version}.tar.gz
Source1: %{name}-%{version}-vendor-v2.tar.gz
Patch0: modify-go-build-option.patch
Patch1: CVE-2023-45288.patch
BuildRequires: golang >= 1.15
BuildRequires: golang
%description
NMI is the resource that is used when your pods look to use their identity.
@ -62,6 +62,9 @@ popd
%{_bindir}/%{name}
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.8.17-4
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.17-3
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Open Container Image manipulation tool
Name: umoci
Version: 0.4.7
Release: 15%{?dist}
Release: 16%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -10,7 +10,7 @@ URL: https://github.com/opencontainers/umoci
Source0: https://github.com/opencontainers/umoci/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
BuildRequires: golang >= 1.17.9
BuildRequires: golang
%description
umoci modifies Open Container images.
@ -39,6 +39,9 @@ go test -mod=vendor
%{_bindir}/umoci
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 0.4.7-16
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-15
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -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: 5%{?dist}
Release: 6%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -10,7 +10,7 @@ URL: https://github.com/microsoft/KeysInUse-OpenSSL
Source0: https://github.com/microsoft/KeysInUse-OpenSSL/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: golang >= 1.16.6
BuildRequires: golang
BuildRequires: make
BuildRequires: openssl-devel
Requires: openssl < 1.1.2
@ -74,6 +74,9 @@ if [ -x %{_bindir}/keysinuseutil ]; then
fi
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 0.3.4-6
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-5
- Bump release to rebuild with go 1.21.11

2
SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md сгенерированный

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -2713,7 +2713,6 @@
"gnutls",
"gobject-introspection",
"golang",
"golang-1.17",
"golang-1.18",
"gperf",
"gperftools",

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Application Gateway Ingress Controller
Name: application-gateway-kubernetes-ingress
Version: 1.4.0
Release: 20%{?dist}
Release: 21%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -30,7 +30,7 @@ Patch0: CVE-2022-21698.patch
Patch1: CVE-2023-44487.patch
Patch2: CVE-2021-44716.patch
BuildRequires: golang >= 1.13
BuildRequires: golang
%if %{with_check}
BuildRequires: helm
%endif
@ -67,6 +67,9 @@ cp appgw-ingress %{buildroot}%{_bindir}/
%{_bindir}/appgw-ingress
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.4.0-21
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.0-20
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The new Azure Storage data transfer utility - AzCopy v10
Name: azcopy
Version: 10.24.0
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -28,7 +28,7 @@ Source0: https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/
# - 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: golang
BuildRequires: git
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
@ -63,6 +63,9 @@ go test -mod=vendor
%{_bindir}/azcopy
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 10.24.0-3
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.24.0-2
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -7,7 +7,7 @@
Summary: FUSE adapter - Azure Storage
Name: blobfuse2
Version: %{blobfuse2_version}
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -39,7 +39,7 @@ Patch0: CVE-2023-45288.patch
BuildRequires: cmake
BuildRequires: fuse3-devel
BuildRequires: gcc
BuildRequires: golang >= 1.16
BuildRequires: golang
Requires: fuse3
%description
@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
%{_sysconfdir}/logrotate.d/blobfuse2
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 2.1.2-5
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.1.2-4
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The official command line client for Cloud Foundry.
Name: cf-cli
Version: 8.4.0
Release: 17%{?dist}
Release: 18%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -30,7 +30,7 @@ Source1: cli-%{version}-vendor.tar.gz
Patch0: CVE-2023-44487.patch
Patch1: CVE-2021-44716.patch
BuildRequires: golang >= 1.18.3
BuildRequires: golang
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
@ -63,6 +63,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./out/cf
%{_bindir}/cf
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 8.4.0-18
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.4.0-17
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Container Network Interface (CNI) plugins
Name: cni-plugins
Version: 1.3.0
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -11,7 +11,7 @@ URL: https://github.com/containernetworking/plugins
#Source0: https://github.com/containernetworking/plugins/archive/v%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
%define _default_cni_plugins_dir /opt/cni/bin
BuildRequires: golang >= 1.5
BuildRequires: golang
Provides: kubernetes-cni
%description
@ -39,6 +39,9 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
%{_default_cni_plugins_dir}/*
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.3.0-4
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.3.0-3
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -3,7 +3,7 @@
Summary: Fast and flexible DNS server
Name: coredns
Version: 1.11.1
Release: 9%{?dist}
Release: 10%{?dist}
License: Apache License 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -37,7 +37,7 @@ Patch3: CVE-2024-22189.patch
Patch4: CVE-2023-45288.patch
Patch5: CVE-2024-0874.patch
BuildRequires: golang >= 1.12
BuildRequires: golang
%description
CoreDNS is a fast and flexible DNS server.
@ -74,6 +74,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} %{name}
%{_bindir}/%{name}
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.11.1-10
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.11.1-9
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The command line for DC/OS
Name: dcos-cli
Version: 1.2.0
Release: 16%{?dist}
Release: 17%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -9,7 +9,7 @@ Group: Applications/Tools
URL: https://github.com/dcos/dcos-cli
Source0: https://github.com/dcos/dcos-cli/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: golang >= 1.17.1
BuildRequires: golang
BuildRequires: git
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
@ -45,6 +45,9 @@ go test -mod=vendor
%{_bindir}/dcos
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.2.0-17
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.2.0-16
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: A highly-available key value store for shared configuration
Name: etcd
Version: 3.5.12
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -14,7 +14,7 @@ Source1: etcd.service
# generate_source_tarball.sh --srcTarball <source_tarball> --pkgVersion %%{version} --outFolder .
Source2: %{name}-%{version}-vendor.tar.gz
Patch0: CVE-2023-45288.patch
BuildRequires: golang >= 1.20.13
BuildRequires: golang
%description
A highly-available key value store for shared configuration and service discovery.
@ -117,6 +117,9 @@ install -vdm755 %{buildroot}%{_sharedstatedir}/etcd
/%{_docdir}/%{name}-%{version}-tools/*
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 3.5.12-4
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.5.12-3
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -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: 23%{?dist}
Release: 24%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -17,7 +17,7 @@ Patch0: CVE-2021-44716.patch
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: glibc-static >= 2.35-7%{?dist}
BuildRequires: golang >= 1.18.5
BuildRequires: golang
BuildRequires: kernel-headers
%description
@ -49,6 +49,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./dist/flanneld
%{_bindir}/flanneld
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 0.14.0-24
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.14.0-23
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: GitHub official command line tool
Name: gh
Version: 2.13.0
Release: 18%{?dist}
Release: 19%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -30,7 +30,7 @@ Source1: %{name}-%{version}-vendor.tar.gz
# Available upstream in 2.16.0
Patch0: fix-relative-time-search-tests.patch
BuildRequires: golang >= 1.17.1
BuildRequires: golang
BuildRequires: git
Requires: git
%global debug_package %{nil}
@ -72,6 +72,9 @@ make test
%{_datadir}/zsh/site-functions/_gh
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 2.13.0-19
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.13.0-18
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,6 +0,0 @@
{
"Signatures": {
"go1.17.13.src.tar.gz": "a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}

Просмотреть файл

@ -1,236 +0,0 @@
%global goroot %{_libdir}/golang
%global gopath %{_datadir}/gocode
%ifarch aarch64
%global gohostarch arm64
%else
%global gohostarch amd64
%endif
%define debug_package %{nil}
%define __strip /bin/true
# rpmbuild magic to keep from having meta dependency on libc.so.6
%define _use_internal_dependency_generator 0
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.17.13
Release: 2%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Mariner
Group: System Environment/Security
URL: https://golang.org
Source0: https://golang.org/dl/go%{version}.src.tar.gz
Source1: https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz
Patch0: go14_bootstrap_aarch64.patch
# CVE-2022-41717 is fixed in 1.18.9, but has not been back ported to 1.17.x
Patch1: CVE-2022-41717.patch
Obsoletes: %{name} < %{version}
Provides: %{name} = %{version}
Provides: go = %{version}-%{release}
%description
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
%prep
# Setup go 1.4 bootstrap source
tar xf %{SOURCE1} --no-same-owner
patch -Np1 --ignore-whitespace < %{PATCH0}
mv -v go go-bootstrap
%setup -q -n go
patch -Np1 --ignore-whitespace < %{PATCH1}
%build
# Build go 1.4 bootstrap
pushd %{_topdir}/BUILD/go-bootstrap/src
CGO_ENABLED=0 ./make.bash
popd
mv -v %{_topdir}/BUILD/go-bootstrap %{_libdir}/golang
export GOROOT=%{_libdir}/golang
# Build current go version
export GOHOSTOS=linux
export GOHOSTARCH=%{gohostarch}
export GOROOT_BOOTSTRAP=%{goroot}
export GOROOT="`pwd`"
export GOPATH=%{gopath}
export GOROOT_FINAL=%{_bindir}/go
rm -f %{gopath}/src/runtime/*.c
pushd src
./make.bash --no-clean
popd
%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{goroot}
cp -R api bin doc lib pkg src misc VERSION %{buildroot}%{goroot}
# remove the unnecessary zoneinfo file (Go will always use the system one first)
rm -rfv %{buildroot}%{goroot}/lib/time
# remove the doc Makefile
rm -rfv %{buildroot}%{goroot}/doc/Makefile
# put binaries to bindir, linked to the arch we're building,
# leave the arch independent pieces in %{goroot}
mkdir -p %{buildroot}%{goroot}/bin/linux_%{gohostarch}
ln -sfv ../go %{buildroot}%{goroot}/bin/linux_%{gohostarch}/go
ln -sfv ../gofmt %{buildroot}%{goroot}/bin/linux_%{gohostarch}/gofmt
ln -sfv %{goroot}/bin/gofmt %{buildroot}%{_bindir}/gofmt
ln -sfv %{goroot}/bin/go %{buildroot}%{_bindir}/go
# ensure these exist and are owned
mkdir -p %{buildroot}%{gopath}/src/github.com/
mkdir -p %{buildroot}%{gopath}/src/bitbucket.org/
mkdir -p %{buildroot}%{gopath}/src/code.google.com/p/
install -vdm755 %{buildroot}%{_sysconfdir}/profile.d
cat >> %{buildroot}%{_sysconfdir}/profile.d/go-exports.sh <<- "EOF"
export GOROOT=%{goroot}
export GOPATH=%{_datadir}/gocode
export GOHOSTOS=linux
export GOHOSTARCH=%{gohostarch}
export GOOS=linux
EOF
%post -p /sbin/ldconfig
%postun
/sbin/ldconfig
if [ $1 -eq 0 ]; then
#This is uninstall
rm %{_sysconfdir}/profile.d/go-exports.sh
rm -rf /opt/go
exit 0
fi
%files
%defattr(-,root,root)
%license LICENSE
%exclude %{goroot}/src/*.rc
%exclude %{goroot}/include/plan9
%{_sysconfdir}/profile.d/go-exports.sh
%{goroot}/*
%{gopath}/src
%exclude %{goroot}/src/pkg/debug/dwarf/testdata
%exclude %{goroot}/src/pkg/debug/elf/testdata
%{_bindir}/*
%changelog
* Thu Dec 15 2022 Daniel McIlvaney <damcilva@microsoft.com> - 1.18.8-2
- Patch CVE-2022-41717
* Fri Aug 19 2022 Olivia Crain <oliviacrain@microsoft.com> - 1.17.13-1
- Upgrade to version 1.17.13 to fix CVE-2022-29526, CVE-2022-30634,
CVE-2022-30629, CVE-2022-30580, CVE-2022-29804, CVE-2022-1705,
CVE-2022-1962, CVE-2022-28131, CVE-2022-30630, CVE-2022-30631, CVE-2022-30632,
CVE-2022-30633, CVE-2022-30635, CVE-2022-32148, and CVE-2022-32189
* Tue Apr 12 2022 Muhammad Falak <mwani@microsoft.com> - 1.17.10-1
- Bump version to 1.17.10 to address CVE-2021-44716
* Thu Feb 17 2022 Andrew Phelps <anphel@microsoft.com> - 1.17.1-2
- Use _topdir instead of hard-coded value /usr/src/mariner
- License verified
* Wed Sep 15 2021 Andrew Phelps <anphel@microsoft.com> - 1.17.1-1
- Updated to version 1.17.1
* Tue Jun 08 2021 Henry Beberman <henry.beberman@microsoft.com> - 1.15.13-1
- Updated to version 1.15.13 to fix CVE-2021-33194 and CVE-2021-31525
* Mon Apr 26 2021 Nicolas Guibourge <nicolasg@microsoft.com> - 1.15.11-1
- Updated to version 1.15.11 to fix CVE-2021-27918
* Wed Feb 03 2021 Andrew Phelps <anphel@microsoft.com> - 1.15.7-1
- Updated to version 1.15.7 to fix CVE-2021-3114
* Mon Nov 23 2020 Henry Beberman <henry.beberman@microsoft.com> - 1.15.5-1
- Updated to version 1.15.5
* Fri Oct 30 2020 Thomas Crain <thcrain@microsoft.com> - 1.13.15-2
- Patch CVE-2020-24553
* Tue Sep 08 2020 Nicolas Ontiveros <niontive@microsoft.com> - 1.13.15-1
- Updated to version 1.13.15, which fixes CVE-2020-14039 and CVE-2020-16845.
* Sun May 24 2020 Mateusz Malisz <mamalisz@microsoft.com> - 1.13.11-1
- Updated to version 1.13.11
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.12.5-7
- Added %%license line automatically
* Thu Apr 30 2020 Emre Girgin <mrgirgin@microsoft.com> - 1.12.5-6
- Renaming go to golang
* Thu Apr 23 2020 Nicolas Ontiveros <niontive@microsoft.com> - 1.12.5-5
- Fix CVE-2019-14809.
* Fri Mar 27 2020 Andrew Phelps <anphel@microsoft.com> - 1.12.5-4
- Support building standalone by adding go 1.4 bootstrap.
* Thu Feb 27 2020 Henry Beberman <hebeberm@microsoft.com> - 1.12.5-3
- Remove meta dependency on libc.so.6
* Thu Feb 6 2020 Andrew Phelps <anphel@microsoft.com> - 1.12.5-2
- Remove ExtraBuildRequires
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 1.12.5-1
- Initial CBL-Mariner import from Photon (license: Apache2).
* Mon Jan 21 2019 Bo Gan <ganb@vmware.com> - 1.9.7-1
- Update to 1.9.7
* Wed Oct 24 2018 Alexey Makhalov <amakhalov@vmware.com> - 1.9.4-3
- Use extra build requires
* Mon Apr 02 2018 Dheeraj Shetty <dheerajs@vmware.com> - 1.9.4-2
- Fix for CVE-2018-7187
* Thu Mar 15 2018 Xiaolin Li <xiaolinl@vmware.com> - 1.9.4-1
- Update to golang release v1.9.4
* Tue Nov 14 2017 Alexey Makhalov <amakhalov@vmware.com> - 1.9.1-2
- Aarch64 support
* Wed Nov 01 2017 Vinay Kulkarni <kulkarniv@vmware.com> - 1.9.1-1
- Update to golang release v1.9.1
* Wed May 31 2017 Xiaolin Li <xiaolinl@vmware.com> - 1.8.1-2
- Remove mercurial from buildrequires and requires.
* Tue Apr 11 2017 Danut Moraru <dmoraru@vmware.com> - 1.8.1-1
- Update Golang to version 1.8.1, updated patch0
* Wed Dec 28 2016 Xiaolin Li <xiaolinl@vmware.com> - 1.7.4-1
- Updated Golang to 1.7.4.
* Thu Oct 06 2016 ChangLee <changlee@vmware.com> - 1.6.3-2
- Modified %check
* Wed Jul 27 2016 Anish Swaminathan <anishs@vmware.com> - 1.6.3-1
- Update Golang to version 1.6.3 - fixes CVE 2016-5386
* Fri Jul 8 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> - 1.6.2-1
- Updated the Golang to version 1.6.2
* Thu Jun 2 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> - 1.4.2-5
- Fix script syntax
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> - 1.4.2-4
- GA - Bump release of all rpms
* Thu May 05 2016 Kumar Kaushik <kaushikk@vmware.com> - 1.4.2-3
- Handling upgrade scenario pre/post/un scripts.
* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> - 1.4.2-2
- Edit post script.
* Mon Aug 03 2015 Vinay Kulkarni <kulkarniv@vmware.com> - 1.4.2-1
- Update to golang release version 1.4.2
* Fri Oct 17 2014 Divya Thaluru <dthaluru@vmware.com> - 1.3.3-1
- Initial build. First version

Просмотреть файл

@ -18,7 +18,7 @@
Summary: CLI for managing resources in InfluxDB
Name: influx-cli
Version: 2.6.1
Release: 15%{?dist}
Release: 16%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -40,7 +40,7 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
# -cf %%{name}-%%{version}-vendor.tar.gz vendor
#
Source1: %{name}-%{version}-vendor.tar.gz
BuildRequires: golang <= 1.18.8
BuildRequires: golang
BuildRequires: systemd-rpm-macros
%description
@ -81,6 +81,9 @@ bin/influx completion zsh > %{buildroot}/%{_datadir}/zsh/site-functions/_influx
%{_datadir}/zsh
%changelog
* Tue Jul 16 2024 Muhammad Falak <mwani@microsoft.com> - 2.6.1-16
- Drop constraint on golang <= 1.18
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-15
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Command line tool for working with Jenkins X.
Name: jx
Version: 3.2.236
Release: 17%{?dist}
Release: 18%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -30,7 +30,7 @@ Source1: %{name}-%{version}-vendor.tar.gz
Patch0: CVE-2023-44487.patch
Patch1: CVE-2021-44716.patch
BuildRequires: golang >= 1.17.1
BuildRequires: golang
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
@ -71,6 +71,9 @@ make test && \
%{_bindir}/jx
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 3.2.236-18
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.236-17
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Kubernetes-based Event Driven Autoscaling
Name: keda
Version: 2.4.0
Release: 20%{?dist}
Release: 21%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -32,7 +32,7 @@ Patch0: CVE-2022-21698.patch
Patch1: CVE-2023-44487.patch
Patch2: CVE-2021-44716.patch
BuildRequires: golang >= 1.15
BuildRequires: golang
%description
KEDA is a Kubernetes-based Event Driven Autoscaling component.
@ -66,6 +66,9 @@ cp ./bin/keda-adapter %{buildroot}%{_bindir}
%{_bindir}/%{name}-adapter
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 2.4.0-21
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.0-20
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -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: 19%{?dist}
Release: 20%{?dist}
License: ASL 2.0
Group: Tools/Container
Vendor: Microsoft Corporation
@ -18,7 +18,7 @@ Patch1: CVE-2023-44487.patch
Patch2: CVE-2021-44716.patch
BuildRequires: bash
BuildRequires: golang >= 1.17
BuildRequires: golang
# conflicting packages
Conflicts: docker-ce
@ -46,6 +46,9 @@ cp -aT buildx "%{buildroot}/%{_libexecdir}/docker/cli-plugins/docker-buildx"
%{_libexecdir}/docker/cli-plugins/docker-buildx
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 0.7.1-20
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.7.1-19
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -6,7 +6,7 @@
Summary: Industry-standard container runtime for confidential containers
Name: moby-%{upstream_name}
Version: 1.7.7
Release: 5%{?dist}
Release: 6%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://www.containerd.io
@ -24,7 +24,7 @@ Patch4: CVE-2023-45288.patch
%{?systemd_requires}
BuildRequires: git
BuildRequires: golang >= 1.19.0
BuildRequires: golang
BuildRequires: go-md2man
BuildRequires: make
BuildRequires: systemd-rpm-macros
@ -80,6 +80,9 @@ fi
%config(noreplace) %{_sysconfdir}/containerd/config.toml
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.7.7-6
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.7.7-5
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -3,7 +3,7 @@
Summary: The open-source application container engine
Name: moby-engine
Version: 24.0.9
Release: 6%{?dist}
Release: 7%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://mobyproject.org
@ -39,7 +39,7 @@ BuildRequires: make
BuildRequires: pkg-config
BuildRequires: systemd-devel
BuildRequires: tar
BuildRequires: golang >= 1.16.12
BuildRequires: golang
BuildRequires: git
Requires: audit
@ -122,6 +122,9 @@ fi
%{_unitdir}/*
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 24.0.9-7
- Drop requirement on a specific version of golang
* Tue Jun 25 2024 Henry Beberman <henry.beberman@microsoft.com> - 24.0.9-6
- Backport upstream change to search /usr/libexec for docker-proxy without daemon.json

Просмотреть файл

@ -2,7 +2,7 @@
Summary: NVIDIA container runtime hook
Name: nvidia-container-toolkit
Version: 1.13.5
Release: 5%{?dist}
Release: 6%{?dist}
License: ALS2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.gz
# 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: %{name}-%{version}-vendor.tar.gz
BuildRequires: golang >= 1.20.7
BuildRequires: golang
Obsoletes: nvidia-container-runtime <= 3.5.0-1, nvidia-container-runtime-hook <= 1.4.0-2
Provides: nvidia-container-runtime
Provides: nvidia-container-runtime-hook
@ -94,6 +94,9 @@ rm -f %{_bindir}/nvidia-container-toolkit
%{_bindir}/nvidia-ctk
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.13.5-6
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-5
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -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: 3%{?dist}
Release: 4%{?dist}
License: MPLv2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -28,7 +28,7 @@ Source0: https://github.com/hashicorp/packer/archive/refs/tags/v%{version
# - For the value of "--mtime" use the date "2021-04-26 00:00Z" to simplify future updates.
Source1: %{name}-%{version}-vendor.tar.gz
Patch0: CVE-2023-45288.patch
BuildRequires: golang >= 1.17.1
BuildRequires: golang
BuildRequires: kernel-headers
BuildRequires: glibc-devel
%global debug_package %{nil}
@ -63,6 +63,9 @@ go test -mod=vendor
%{_bindir}/packer
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.10.1-4
- Drop requirement on a specific version of golang
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.10.1-3
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Inspect container images and repositories on registries
Name: skopeo
Version: 1.14.2
Release: 5%{?dist}
Release: 6%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -15,7 +15,7 @@ Patch1: CVE-2024-3727.patch
BuildRequires: btrfs-progs-devel
BuildRequires: device-mapper-devel
BuildRequires: go-md2man
BuildRequires: golang >= 1.18
BuildRequires: golang
BuildRequires: gpgme-devel
BuildRequires: libassuan-devel
BuildRequires: pkgconfig
@ -47,6 +47,9 @@ make test-unit-local
%{_mandir}/man1/%%{name}*
%changelog
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 1.14.2-6
- Drop requirement on a specific version of golang
* Wed Jun 26 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.14.2-5
- Bump release to rebuild with go 1.21.11

Просмотреть файл

@ -4605,16 +4605,6 @@
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "golang",
"version": "1.17.13",
"downloadUrl": "https://golang.org/dl/go1.17.13.src.tar.gz"
}
}
},
{
"component": {
"type": "other",