Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
golang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
golang
Commits
10f7ec3c
Commit
10f7ec3c
authored
3 days ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import golang-1.23.6-1.el10
parent
ff6fafd8
No related branches found
Branches containing commit
Tags
imports/c10s/golang-1.23.1-2.el10
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.golang.metadata
+2
-2
2 additions, 2 deletions
.golang.metadata
SPECS/golang.spec
+9
-3
9 additions, 3 deletions
SPECS/golang.spec
with
11 additions
and
5 deletions
.golang.metadata
+
2
−
2
View file @
10f7ec3c
57cf80aa68d019ba2666dcc623bdb4c87d3ed1f1e7deeefa4136d5173fddc4dd
SOURCES/go1.23.
1
-1-openssl-fips.tar.gz
6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
SOURCES/go1.23.
1
.src.tar.gz
c5482c37e2d7518fb0112c32e6a542b78039ac15067a8d394462a20a1c25fa38
SOURCES/go1.23.
6
-1-openssl-fips.tar.gz
039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222
SOURCES/go1.23.
6
.src.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/golang.spec
+
9
−
3
View file @
10f7ec3c
...
...
@@ -2,7 +2,7 @@
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number =
4
;
release_number =
1
;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
...
...
@@ -114,7 +114,7 @@
%global go_api 1.23
# Use only for prerelease versions
#global go_prerelease rc3
%global go_patch
1
%global go_patch
6
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
# Go FIPS package release
...
...
@@ -316,7 +316,7 @@ Summary: Golang shared object libraries
%package -n go-toolset
Summary: Package that installs go-toolset
Requires: %{name} = %{version}-%{release}
%ifarch x86_64 aarch64
%ifarch x86_64 aarch64
ppc64le
Requires: delve
%endif
...
...
@@ -636,6 +636,12 @@ fi
%changelog
## START: Generated by rpmautospec
* Fri Mar 07 2025 Alejandro Sáez <asm@redhat.com> - 1.23.6-1
- Update to Go 1.23.6
* Wed Dec 18 2024 Derek Parker <deparker@redhat.com> - 1.23.1-5
- Include delve on ppc64le
* Fri Nov 29 2024 Alejandro Sáez <asm@redhat.com> - 1.23.1-4
- Remove bundled boringcrypto blob
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment