#25 Update f39 to upstream release 6.06
Opened 3 months ago by packit-stg. Modified 3 months ago
rpms/ packit-stg/man-pages 6.06-f39-update-pull_from_upstream  into  f39

file modified
+1
@@ -35,3 +35,4 @@ 

  /man-pages-6.03.tar.xz

  /man-pages-6.04.tar.xz

  /man-pages-6.05.tar.xz

+ /man-pages-6.06.tar.xz

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

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.91.0.

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

  

  Summary: Linux kernel and C library user-space interface documentation

  Name: man-pages

- Version: 6.05

+ Version: 6.06

  Release: %autorelease

  # List of all licenses - each with an example of a man-page that uses it

  # (complete list of all man-pages per license would be too long)

file modified
+1 -2
@@ -1,2 +1,1 @@ 

- SHA512 (man-pages-additional-20140218.tar.xz) = c7874db32a9bdefaea6c6be6549e6e6538fa1d93260bf342dd0d9821fa05754aa79a723e701493c81b2e1f460918429eb9b5edb704b55878b1e5ed585a3ff07d

- SHA512 (man-pages-6.05.tar.xz) = 57d116b4dab1679d4d3fbac83c7f011cd8cd7865da26b82411f1e672efbf5cc0b713067f11fea0e92771979653fa00a22c503dca3dc1e6ccb464cf42c6e89739

+ SHA512 (man-pages-6.06.tar.xz) = c50b5a47cff5172e46752b61af4dd9f54ee0be88ab69bcc5914bd8ce5ddfaf7358143bea9f69bd6a45f0420eb5eb4596c2200109b23fe98a5221dd01e4a8ea15

Upstream tag: man-pages-6.06
Upstream commit: 24d88777
Release monitoring project: 1883
Resolves rhbz#2263803


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-stg/rpms/man-pages.git
cd man-pages
git checkout 6.06-f39-update-pull_from_upstream
git push origin 6.06-f39-update-pull_from_upstream

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

cd man-pages
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit-stg/rpms/man-pages.git
git fetch packit refs/heads/6.06-f39-update-pull_from_upstream
git checkout 6.06-f39-update-pull_from_upstream
git push packit 6.06-f39-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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.