#341 Update rawhide to upstream release 1.57.2
Merged 7 months ago by spetros. Opened 7 months ago by packit.
rpms/ packit/linux-system-roles 1.57.2-rawhide-update-propose_downstream  into  rawhide

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

  /firewall-1.7.0.tar.gz

  /postgresql-1.1.2.tar.gz

  /auto-maintenance-de0c8746052a421e9f264fd3b1ade3093a048b8a.tar.gz

+ /ad_integration-1.2.3.tar.gz

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

  Changelog

  =========

  

+ [1.57.2] - 2023-11-09

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

+ 

+ ### Other Changes

+ 

+ - no user-visible changes

+ 

  [1.57.1] - 2023-11-08

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

  

file modified
+6 -3
@@ -18,8 +18,8 @@ 

  %endif

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

  Summary: Set of interfaces for unified system management

- Version: 1.57.1

- Release: 2%{?dist}

+ Version: 1.57.2

+ Release: 1%{?dist}

  

  License: GPLv3+ and MIT and BSD and Python

  %global _pkglicensedir %{_licensedir}/%{name}
@@ -151,7 +151,7 @@ 

  %deftag 21 1.3.3

  

  %global rolename22 ad_integration

- %deftag 22 1.2.2

+ %deftag 22 1.2.3

  

  %global rolename23 rhc

  %deftag 23 1.2.5
@@ -656,6 +656,9 @@ 

  %endif

  

  %changelog

+ * Thu Nov  9 2023 Packit <hello@packit.dev> - 1.57.2-1

+ - Update to upstream version 1.57.2

+ 

  * Wed Nov  8 2023 Rich Megginson <rmeggins@redhat.com> - 1.57.1-2

  - keep .ostree directory

  

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

  SHA512 (firewall-1.7.0.tar.gz) = 3410c72a1aad2e76b39f311022d2fad9b1b529fe16fafb3cc9cc80bd99ef6765beb51465e3eb595a3bef64431953c1430634d17b2656f2c0d311701dc4d007d4

  SHA512 (cockpit-1.4.8.tar.gz) = 266d03d517d4e0d4eee9b39af5f4bfc0f921f5faeb7f6dd757e8a440df60b355d67a84c7cc3fe50827b8c37e6cfd5780435b35daef5b7894ccd5e22c4408de6c

  SHA512 (podman-1.3.3.tar.gz) = 984bdc6b5972774965b8bfbbfa66fbe9c1d436b95c6b3c5cbcff9748f3d28d2b3e17bc014ffb5edcf13231ed25f5692fdad4af3bba88b7f7097542cf6bcf8566

- SHA512 (ad_integration-1.2.2.tar.gz) = 09ff168403363d2196c6bb1987201017300a6258c11ebcef31572083059f10384302e4b903473ce5483f4eb4ba0251f315d4e675d3d900be326a4ec5d1c689e4

+ SHA512 (ad_integration-1.2.3.tar.gz) = 7559f5e594ea03e1a8e1bd29b6c5f7a7564eb1a64d15e94a3f738a30272dd171746c33313bec0aef051c065db453990178cefb9aad22b382e5a4bb2306a65f4a

  SHA512 (rhc-1.2.5.tar.gz) = 5c7ab5c687078f69d35e852b7cb6f805e5daafae0c9333bac2a0a654fb848d3b8ce7b07a1115e6eeede02931d80c8b0de10206d48efacfc2bb9bec819c580c06

  SHA512 (journald-1.0.6.tar.gz) = 64cc62b9209a9447e03a14fe2782c72516ffbd35b36ff3a629eb65a4d48b18cd5d1a3511312300e18951531d41141d23c10fa1fcebdbd447877e415565c84bf8

  SHA512 (postgresql-1.1.2.tar.gz) = 963d16889411c03ca7a34b510682b95bbc528e821ed1ed0f80f80318d6a2cd7f7ba5820bd169190b819cba7e20b259f3f9d7ac3c8e4c89f53969a2fce6295dc3

Upstream tag: 1.57.2
Upstream commit: 05ea3cde


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.57.2-rawhide-update-propose_downstream
git push origin 1.57.2-rawhide-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.57.2-rawhide-update-propose_downstream
git checkout 1.57.2-rawhide-update-propose_downstream
git push packit 1.57.2-rawhide-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/238666b3cd5a47a1bb301b730cdc9ced

Pull-Request has been merged by spetros

7 months ago