#20 Update f40 to upstream release 1.2.19
Opened 11 days ago by packit. Modified 11 days ago

file modified
+2
@@ -24,3 +24,5 @@ 

  /nispor-vendor-1.2.17.tar.xz

  /nispor-1.2.18.tar.gz

  /nispor-vendor-1.2.18.tar.xz

+ /nispor-1.2.19.tar.gz

+ /nispor-vendor-1.2.19.tar.xz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.

+ The file was generated using packit 0.94.2.

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

  %bcond_with check

  

  Name:           nispor

- Version:        1.2.18

+ Version:        1.2.19

  Release:        %autorelease

  Summary:        Unified interface for Linux network state querying

  License:        Apache-2.0

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

- SHA512 (nispor-1.2.18.tar.gz) = 197c335a2ee8004d9ce8337d9d35da99491304e22e3d3d9af826e3cee058e8a66522df47985169ccb35128d3f85348e2b612265afc4ec2d3f5c1aceccc558078

- SHA512 (nispor-vendor-1.2.18.tar.xz) = c3c108f191fd6d2a5fcfb27cf1e3f717f7be90bf8d57b560bc5d5e3655b811bfcc04ddf59799ca4a1044892894d62d8ddff6477b48153299330d8bd88bb61976

+ SHA512 (nispor-1.2.19.tar.gz) = f2638627c3762f234cc8ba7f8eecdeaaf2ccf6b036c6af00635b963fb546c9389c8b7450be5a6549c7ae03ffb5263f8c416db8400dbfed1ae1e1997d8c625596

+ SHA512 (nispor-vendor-1.2.19.tar.xz) = da016ecd9ac6dd3ecd1a65b80c2728db59bccd9ca5e6b54888f02398e3f97a90d1bae3bef85f0eb0950c07734bf3e191fb679fc39527205ba0520009ca4769d2

Upstream tag: v1.2.19
Upstream commit: 4e21b5f1
Release monitoring project: 129403
Resolves: rhbz#2276399


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/nispor.git
cd nispor
git checkout 1.2.19-f40-update-pull_from_upstream
git push origin 1.2.19-f40-update-pull_from_upstream

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

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