#128 Update f37 to upstream release 1.20.12
Closed 6 months ago by alexsaezm. Opened 6 months ago by packit.

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.87.1.post1.dev5+g6e286a7b.

file modified
+1 -1
@@ -107,7 +107,7 @@ 

  #global go_prerelease rc3

  %global go_patch 11

  

- %global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}

+ %global go_version 1.20.12

  %global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}

  

  # For rpmdev-bumpspec and releng automation

Upstream tag: go1.20.12
Upstream commit: 97c8ff8d


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/golang.git
cd golang
git checkout 1.20.12-f37-update-pull_from_upstream
git push origin 1.20.12-f37-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd golang
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/golang.git
git fetch packit refs/heads/1.20.12-f37-update-pull_from_upstream
git checkout 1.20.12-f37-update-pull_from_upstream
git push packit 1.20.12-f37-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

Pull-Request has been closed by alexsaezm

6 months ago
Metadata