#6 Update rawhide to upstream release 23
Opened 21 days ago by packit. Modified 21 days ago
rpms/ packit/license-validate 23-rawhide-update-pull_from_upstream  into  rawhide

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

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.94.2.

file modified
+4
@@ -66,6 +66,10 @@ 

  

  

  %changelog

+ * Thu Apr 11 2024 Packit <hello@packit.dev> - 23-1

+ - Update to version 23

+ - Resolves: rhbz#2274460

+ 

  * Thu Apr 11 2024 Miroslav Suchý <msuchy@redhat.com> 23-1

  - lark-parser was renamed to lark, allow both

  

Upstream tag: license-validate-23-1
Upstream commit: 33a7d6f9
Release monitoring project: 369688
Resolves: rhbz#2274460


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/license-validate.git
cd license-validate
git checkout 23-rawhide-update-pull_from_upstream
git push origin 23-rawhide-update-pull_from_upstream

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

cd license-validate
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/license-validate.git
git fetch packit refs/heads/23-rawhide-update-pull_from_upstream
git checkout 23-rawhide-update-pull_from_upstream
git push packit 23-rawhide-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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Metadata