#440 Update rawhide to upstream release 1.75.2
Merged 2 months ago by rmeggins. Opened 2 months ago by packit.
rpms/ packit/linux-system-roles 1.75.2-rawhide-update-propose_downstream  into  rawhide

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

  /cockpit-1.5.5.tar.gz

  /postgresql-1.3.5.tar.gz

  /bootloader-1.0.3.tar.gz

+ /ad_integration-1.4.3.tar.gz

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

  Changelog

  =========

  

+ [1.75.2] - 2024-03-09

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

+ 

+ ### Bug Fixes

+ 

+ - ad_integration - fix: Sets domain name lower case in realmd.conf section header (#88)

+ 

  [1.75.1] - 2024-02-27

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

  

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.93.0.

+ The file was generated using packit 0.93.0.post1.dev3+ge6195b47.

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

+ Version: 1.75.2

  Release: 1%{?dist}

  

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

  %deftag 21 1.4.7

  

  %global rolename22 ad_integration

- %deftag 22 1.4.2

+ %deftag 22 1.4.3

  

  %global rolename23 rhc

  %deftag 23 1.6.0
@@ -672,6 +672,9 @@ 

  %endif

  

  %changelog

+ * Sat Mar  9 2024 Packit <hello@packit.dev> - 1.75.2-1

+ - Update to upstream version 1.75.2

+ 

  * Tue Feb  27 2024 Packit <hello@packit.dev> - 1.75.1-1

  - Update to upstream version 1.75.1

  

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

  SHA512 (firewall-1.7.4.tar.gz) = 1298c7a4bd23e06318bf6ca5bca12281898620f7d8f645a4d21f556f68cd0a03dd99e7118cf9e27f2f5a86bc9a8c621bcd5433eabb73976e65f80ab8050452b7

  SHA512 (cockpit-1.5.5.tar.gz) = 728c858de1133dc8dd62337cb58d06794d57a571e41d30c172fe687942cb8be45ae3d15b71816eb5f3d9462f451b94c47c946c7bb5e4f9a541d3b161d4b1c497

  SHA512 (podman-1.4.7.tar.gz) = ff25604e0d38acf648863de3ca8681466adab37aabe9bea3ff295afb94a2c682bade9563b274b8630cb46670f0d82b6431e366551594bfe47145da024fc3d726

- SHA512 (ad_integration-1.4.2.tar.gz) = 1772eb6a61a6246f69681c8539178b1aade85ca1bdb8dcb3d6ceb10de758c128e31a62f7e20948814c16928b00df9de412c56f487ec4929c0f9c831afae4cc27

+ SHA512 (ad_integration-1.4.3.tar.gz) = d6d4e6adeac21a9a1a737d69f891b0f587c4fcf5ce178575f54243d111cb19194ff889b22996e331ce932d1949978005b3c3763635c3f2e269bc1961b72f2f05

  SHA512 (rhc-1.6.0.tar.gz) = 285cbda3cb6a62bfb093df6300c5607b94d83aa5652b4b63ee3022d369d81745976ba3137a8e08a8eacd4772f28c7276b26bdddd2ce36dc3f268487990b7a597

  SHA512 (journald-1.2.3.tar.gz) = f51cbbe1f03ce25d8a1c6b492433727a3407d805a3ccb55781a395f0d6156844cf683819853c14c40a3f21f347368c9bf6864cbaebe3ed67640f02646d54873a

  SHA512 (postgresql-1.3.5.tar.gz) = f3d2fb191a2b820bb74ec4394d3795e695507b5a20ce8341698a474b7968a31a6f6886abb2575e03b866064ab5c6667f83a8d0cc7ad544da5a2d2f2125be2089

Upstream tag: 1.75.2
Upstream commit: a2ecae5c


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.75.2-rawhide-update-propose_downstream
git push origin 1.75.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.75.2-rawhide-update-propose_downstream
git checkout 1.75.2-rawhide-update-propose_downstream
git push packit 1.75.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/e98eb7a0b52d48f1a235c741d8d5ed6b

Pull-Request has been merged by rmeggins

2 months ago