#262 Update rawhide to upstream release 1.50.1
Merged 11 months ago by spetros. Opened 11 months ago by packit.
rpms/ packit/linux-system-roles 1.50.1-rawhide-update-propose_downstream  into  rawhide

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

  /systemd-1.0.1.tar.gz

  /keylime_server-1.0.0.tar.gz

  /podman-1.3.0.tar.gz

+ /kdump-1.3.3.tar.gz

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

  Changelog

  =========

  

+ [1.50.1] - 2023-07-31

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

+ 

+ ### Bug Fixes

+ 

+ - kdump - fix: use failure_action instead of default on EL9 and later (#155)

+ 

  [1.50.0] - 2023-07-28

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

  

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.50.0

+ Version: 1.50.1

  Release: 1%{?dist}

  

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

  %deftag 3 1.7.6

  

  %global rolename4 kdump

- %deftag 4 1.3.2

+ %deftag 4 1.3.3

  

  %global rolename5 network

  %deftag 5 1.13.1
@@ -662,6 +662,9 @@ 

  %endif

  

  %changelog

+ * Mon Jul  31 2023 Packit <hello@packit.dev> - 1.50.1-1

+ - Update to upstream version 1.50.1

+ 

  * Fri Jul  28 2023 Packit <hello@packit.dev> - 1.50.0-1

  - Update to upstream version 1.50.0

  

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

  SHA512 (postfix-1.3.8.tar.gz) = 95afd83bf883a820fe90264d2a6276336b1f5d49a9214cbbd9304e4ce3c05a990ee88f13552020fb37382c9ea26b851216dd5d59ed819fe118aa79d06f993a21

  SHA512 (selinux-1.6.1.tar.gz) = 05a8f341860cff7b20b1914401559a40ae1e2a84cb14e8e3ddb9a293940000053cf9c0f31a7b6f3c2b6964f6e60f9e1acd35741667eb0daa3a9d73bf33053d89

  SHA512 (timesync-1.7.6.tar.gz) = 20801e5bfa7ee97863d128a26f8a39e38cf8c5ce8140f73cecc5cce62e2ed71700c5d4c2c68d7cc366df9cddfc00a6d5311957fb42a1ef8fbaa75ca28e394d3c

- SHA512 (kdump-1.3.2.tar.gz) = 80b431e9afb98061ef63e3b526082ad38efeacd7a6561df9edfa044fb88e299a63f22d03beb4be0944b08541f1a92b31b8557d73017e6fe922794c335c91647f

+ SHA512 (kdump-1.3.3.tar.gz) = 84a31291d4357ea38aa19ee005d5889c7557ac02c139106e2aa0eddc43223e48e022b69140f236df27052d53647e80a20d106f006aa874177b57255f381b110b

  SHA512 (network-1.13.1.tar.gz) = edc4ada1f54b8487144b87d2adbd145641f1c28a96bc41dcf242835e8ab4841a6025190f818fe0d2747a630c7d9cf1e202039baf90672bdc74c3ca2ab81ee688

  SHA512 (storage-1.12.2.tar.gz) = b9435a1d29f5de7d5d9e43604b821eafc3fdbab3c46f73c2ebe9c937e78ad9705fe8acb194751c255926c5d8ea7273b8a56ef7b1fb254a75605d6d80b0298717

  SHA512 (metrics-1.8.6.tar.gz) = a1eea695a4c151004d614335e40cde58598af5bba6b4040336307bc24638b1fce0663076b78a1b7993f61a0554e09c88487bf317ab32530505cc5b3e70eafb98

Upstream tag: 1.50.1
Upstream commit: 1d0f3059

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.50.1-rawhide-update-propose_downstream

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

Pull-Request has been merged by spetros

11 months ago