#364 Update f37 to upstream release 1.61.1
Merged 6 months ago by rmeggins. Opened 6 months ago by packit.
rpms/ packit/linux-system-roles 1.61.1-f37-update-propose_downstream  into  f37

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

  /ansible-sshd-v0.23.0.tar.gz

  /ssh-1.3.0.tar.gz

  /vpn-1.6.1.tar.gz

+ /ha_cluster-1.13.1.tar.gz

file modified
+7
@@ -1,6 +1,13 @@ 

  Changelog

  =========

  

+ [1.61.1] - 2023-12-02

+ ---------------------

+ 

+ ### Bug Fixes

+ 

+ - ha_cluster - fix: manage firewall on qnetd hosts (#166)

+ 

  [1.61.0] - 2023-12-01

  ---------------------

  

file modified
+5 -2
@@ -18,7 +18,7 @@ 

  %endif

  Url: https://github.com/linux-system-roles

  Summary: Set of interfaces for unified system management

- Version: 1.61.0

+ Version: 1.61.1

  Release: 1%{?dist}

  

  License: GPLv3+ and MIT and BSD and Python
@@ -136,7 +136,7 @@ 

  %deftag 16 1.3.0

  

  %global rolename17 ha_cluster

- %deftag 17 1.13.0

+ %deftag 17 1.13.1

  

  %global rolename18 vpn

  %deftag 18 1.6.1
@@ -660,6 +660,9 @@ 

  %endif

  

  %changelog

+ * Sat Dec  2 2023 Packit <hello@packit.dev> - 1.61.1-1

+ - Update to upstream version 1.61.1

+ 

  * Fri Dec  1 2023 Packit <hello@packit.dev> - 1.61.0-1

  - Update to upstream version 1.61.0

  

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

  SHA512 (crypto_policies-1.3.0.tar.gz) = 4dec3ef1fb503684cc1f0a6b7de127286531482191bcb9ee19f899fe4ca74eb72dc86f145b6265031e9c871f324aab8bd8daef13fee48f774ed7666f86d7b773

  SHA512 (ansible-sshd-v0.23.0.tar.gz) = 5a027189430cf24f149ed1bef5477db5822c1f9e395653c7a76530318c5c993bce0292fc79a493be8ca41c9c670c303d1beeaaef13cd4fff37ce89b9586e852a

  SHA512 (ssh-1.3.0.tar.gz) = 56842ee2c071ace66631d0c3f47524171d25b5d25496e6f46aceff7e5f2a8da0c17070972dea1da7020c799dacc0c1ea468a5e49608b51412881ed540c96393a

- SHA512 (ha_cluster-1.13.0.tar.gz) = 94e87995b563e7572dcdf88b199cdfb5a174b0a25c644998d18c7e237256b2aaf31cffc918c6ca2c3d201b0943c9c529ab78c5aed2bc56a19c0416021fa51671

+ SHA512 (ha_cluster-1.13.1.tar.gz) = 9c1ec9064abfddd861fcc460e1bf21e4e19e485052d73c836f59dd11babc008870bad86060f6b7092795b0f8761f2ae99ca64789bab71cb50d3b6c50199e5cf3

  SHA512 (vpn-1.6.1.tar.gz) = 0a35ef992aed98807666f6d0a6a7061d05c9cc43cbc6ac00cefbf8cdb5d98f702f671ddcba7d50ab0479d9d928284a60fec61c439cb290be4e556b3e0ec72c99

  SHA512 (firewall-1.7.1.tar.gz) = 3a342041f64c80941f1b3b0fff55f53fb687239e8f47c51b6cb599cd4c44b859d926ca31135591eb2ec5920ae0bf16239ae33c2fbe20dfb48f62dd7c82c1f38d

  SHA512 (cockpit-1.5.0.tar.gz) = bfee33fdc0e6ddf12df49db8c518b5cc7093c48231d2fe7661c911f1843c2ba5c92dafa0bc7178aa7e6867bbb7ae971dae93f8fca864c7bdafe0108fefeb4169

Upstream tag: 1.61.1
Upstream commit: 10c79b36


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/linux-system-roles.git
cd linux-system-roles
git checkout 1.61.1-f37-update-propose_downstream
git push origin 1.61.1-f37-update-propose_downstream

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

cd linux-system-roles
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/linux-system-roles.git
git fetch packit refs/heads/1.61.1-f37-update-propose_downstream
git checkout 1.61.1-f37-update-propose_downstream
git push packit 1.61.1-f37-update-propose_downstream

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

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/0277a9de8bc7475384f5c79ba1b806ec

Pull-Request has been merged by rmeggins

6 months ago