#311 Update f37 to upstream release 1.54.0
Merged 9 months ago by spetros. Opened 9 months ago by packit.
rpms/ packit/linux-system-roles 1.54.0-f37-update-propose_downstream  into  f37

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

  /keylime_server-1.0.1.tar.gz

  /timesync-1.7.7.tar.gz

  /kdump-1.3.8.tar.gz

+ /ansible-sshd-v0.21.0.tar.gz

file modified
+12
@@ -1,6 +1,18 @@ 

  Changelog

  =========

  

+ [1.54.0] - 2023-09-14

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

+ 

+ ### New Features

+ 

+ - sshd - feat: manage ssh certificates (#252)

+ 

+ ### Bug Fixes

+ 

+ - sshd - fix: Makes runtime dir relative (#249)

+ - sshd - fix: Support inject_facts_as_vars = false (#244)

+ 

  [1.53.7] - 2023-09-13

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

  

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

  %endif

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

  Summary: Set of interfaces for unified system management

- Version: 1.53.7

+ Version: 1.54.0

  Release: 1%{?dist}

  

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

  %global forgeorg15 https://github.com/willshersystems

  %global repo15 ansible-sshd

  %global rolename15 sshd

- %deftag 15 v0.20.0

+ %deftag 15 v0.21.0

  

  %global rolename16 ssh

  %deftag 16 1.2.2
@@ -666,6 +666,9 @@ 

  %endif

  

  %changelog

+ * Thu Sep  14 2023 Packit <hello@packit.dev> - 1.54.0-1

+ - Update to upstream version 1.54.0

+ 

  * Wed Sep  13 2023 Packit <hello@packit.dev> - 1.53.7-1

  - Update to upstream version 1.53.7

  

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

  SHA512 (nbde_client-1.2.15.tar.gz) = 6d3527018cf570f15fc35dc20e5cca9d1685e5a5213397387579e8a17172a766c90625da99ac744a38e75107b582c3106b772c6e7d2ecbab32ba7b3262781796

  SHA512 (certificate-1.2.2.tar.gz) = cea7ef52def7d5f12360cb12cc41341eebeff52639a1bf56c6d46d72598f7944d743abba05e23fab241a144cd4ea605d45ad1b60bb5ce9e6dc2c52cf557cf476

  SHA512 (crypto_policies-1.2.12.tar.gz) = 01d290536616147ab07571dfbb597681d406bad7623cb370bfae53c4a5d234d7467eda1127cc89527771936eec571f019eeb73d1819c7951c7ef74f29b03238b

- SHA512 (ansible-sshd-v0.20.0.tar.gz) = 0b24a5c2c5ef130651a9a54285f033ccc974abe93f62f55ec73d166e1467e7d38da5de9d2402721f136acac6be4cba378f451e31e601f1b9156a7182ac0928c5

+ SHA512 (ansible-sshd-v0.21.0.tar.gz) = 38230da8389f3edbbe3c146756cf4697ede181f6cbed02cc215b35efeec948ef42c241fb02c8d5eece3dc1b6eec21a8ea4666d8ec8dab36885b2bdd0d368bba8

  SHA512 (ssh-1.2.2.tar.gz) = 3eb83f66cefe0b696ad853feceae6b556bf195c41f18edb122353226e7eff187d2befd9a83a0b3483d7b545e291d2ce45c8e5655bf89764dc65de394a708a6a2

  SHA512 (ha_cluster-1.10.1.tar.gz) = b5d12aa0c495b209f4858699892b2fae8d57290b9d42cc567593164286d70b91147ce5aa6c727053b6ced28c9ef6bdaa97ac65a9bab042e9fe2f8c681f05f1ac

  SHA512 (vpn-1.5.9.tar.gz) = ac8ee6dab70f7a92d7314a7bca3903adb699281d86be6444d2864fea6cc18e8e74e00ff1d0a9df3a1ce7f287e1e2ff3546881b420c472f213a8c7c3b17d86992

Upstream tag: 1.54.0
Upstream commit: 0c747e86


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/linux-system-roles.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.54.0-f37-update-propose_downstream

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

Pull-Request has been merged by spetros

9 months ago