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
21df4852
Commit
21df4852
authored
5 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import golang-1.23.1-2.el10
parent
b439ac20
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
+13
-7
13 additions, 7 deletions
SPECS/golang.spec
with
15 additions
and
9 deletions
.golang.metadata
+
2
−
2
View file @
21df4852
0eccd3f1e0cc761e09ee20c343046380a67dae157821474fca16e242c329e2ea
SOURCES/go1.2
2.5-2
-openssl-fips.tar.gz
ac9c723f224969aee624bc34fd34c9e13f2a212d75c71c807de644bb46e112f6
SOURCES/go1.2
2.5
.src.tar.gz
57cf80aa68d019ba2666dcc623bdb4c87d3ed1f1e7deeefa4136d5173fddc4dd
SOURCES/go1.2
3.1-1
-openssl-fips.tar.gz
6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
SOURCES/go1.2
3.1
.src.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/golang.spec
+
13
−
7
View file @
21df4852
...
...
@@ -2,7 +2,7 @@
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number =
3
;
release_number =
2
;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
...
...
@@ -111,18 +111,18 @@
%global gohostarch s390x
%endif
%global go_api 1.2
2
%global go_api 1.2
3
# Use only for prerelease versions
#global go_prerelease rc3
%global go_patch
5
%global go_patch
1
%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
%global pkg_release
2
%global pkg_release
1
# For rpmdev-bumpspec and releng automation.
%global baserelease 1
Name: golang
Version: %{go_version}
Release: %autorelease
...
...
@@ -438,7 +438,7 @@ rm -f $src_list $pkg_list $docs_list $misc_list $tests_list $shared_list $race_l
touch $src_list $pkg_list $docs_list $misc_list $tests_list $shared_list $race_list
##################
# Register files #
# Register files #
##################
pushd $RPM_BUILD_ROOT%{goroot}
find src/ -type d -a \( ! -name testdata -a ! -ipath '*/testdata/*' \) -printf '%%%dir %{goroot}/%p\n' >> $src_list
...
...
@@ -465,7 +465,7 @@ pushd $RPM_BUILD_ROOT%{goroot}
echo "%%{goroot}/$file" >> $shared_list
echo "%%{golibdir}/$(basename $file)" >> $shared_list
done
find pkg/*_dynlink/ -type d -printf '%%%dir %{goroot}/%p\n' >> $shared_list
find pkg/*_dynlink/ ! -type d -printf '%{goroot}/%p\n' >> $shared_list
%endif
...
...
@@ -634,6 +634,12 @@ fi
%changelog
## START: Generated by rpmautospec
* Wed Sep 25 2024 Derek Parker <deparker@redhat.com> - 1.23.1-2
- Update baserelease
* Tue Sep 24 2024 Derek Parker <deparker@redhat.com> - 1.23.1-1
- Rebase to 1.23.1
* Thu Aug 29 2024 Archana <aravinda@redhat.com> - 1.22.5-3
- Include fix that loads Openssl only in FIPS mode - Resolves: RHEL-52486
...
...
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