Add go-toolset subpackage
This commit is contained in:
parent
2689cc83bc
commit
8dc9a335dc
17
golang.spec
17
golang.spec
@ -115,7 +115,7 @@
|
||||
%global pkg_release 2
|
||||
|
||||
# For rpmdev-bumpspec and releng automation.
|
||||
%global baserelease 3
|
||||
%global baserelease 4
|
||||
|
||||
Name: golang
|
||||
Version: %{go_version}
|
||||
@ -309,6 +309,16 @@ Summary: Golang shared object libraries
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%package -n go-toolset
|
||||
Summary: Package that installs go-toolset
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%ifarch x86_64 aarch64
|
||||
Requires: delve
|
||||
%endif
|
||||
|
||||
%description -n go-toolset
|
||||
This is the main package for go-toolset.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n go
|
||||
# Copy fedora.go to ./src/runtime/
|
||||
@ -607,7 +617,12 @@ fi
|
||||
%files shared -f go-shared.list
|
||||
%endif
|
||||
|
||||
%files -n go-toolset
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.20.5-4
|
||||
- Add go-toolset subpackage
|
||||
|
||||
* Thu Jun 22 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.20.5-3
|
||||
- Add runtime requirement for openssl-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user