- Modified golang.spec to delete intermediate .orig files that create issues in the build
- Resolves: RHEL-34671
This commit is contained in:
parent
b0a81b3e63
commit
4c5ee73cdc
@ -111,7 +111,7 @@
|
|||||||
%global pkg_release 1
|
%global pkg_release 1
|
||||||
|
|
||||||
# For rpmdev-bumpspec and releng automation.
|
# For rpmdev-bumpspec and releng automation.
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{go_version}
|
Version: %{go_version}
|
||||||
@ -349,6 +349,8 @@ cp %{SOURCE2} ./src/runtime/
|
|||||||
./scripts/configure-crypto-tests.sh
|
./scripts/configure-crypto-tests.sh
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
# Remove all .orig files if they are generated during patching
|
||||||
|
find -name "*.orig" -exec rm {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# -x: print commands as they are executed
|
# -x: print commands as they are executed
|
||||||
|
Loading…
Reference in New Issue
Block a user