#367 Update f38 to upstream release 1.62.0
Merged 6 months ago by spetros. Opened 6 months ago by packit.
rpms/ packit/linux-system-roles 1.62.0-f38-update-propose_downstream  into  f38

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

  /ssh-1.3.0.tar.gz

  /vpn-1.6.1.tar.gz

  /ha_cluster-1.13.1.tar.gz

+ /rhc-1.3.0.tar.gz

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

  Changelog

  =========

  

+ [1.62.0] - 2023-12-05

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

+ 

+ ### New Features

+ 

+ - rhc - feat: support for ostree systems (#145)

+ 

  [1.61.1] - 2023-12-02

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

  

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.87.0.

+ The file was generated using packit 0.87.1.post1.dev5+g6e286a7b.

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

+ Version: 1.62.0

  Release: 1%{?dist}

  

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

  %deftag 22 1.3.0

  

  %global rolename23 rhc

- %deftag 23 1.2.5

+ %deftag 23 1.3.0

  

  %global rolename24 journald

  %deftag 24 1.1.0
@@ -660,6 +660,9 @@ 

  %endif

  

  %changelog

+ * Tue Dec  5 2023 Packit <hello@packit.dev> - 1.62.0-1

+ - Update to upstream version 1.62.0

+ 

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

  - Update to upstream version 1.61.1

  

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

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

  SHA512 (podman-1.4.0.tar.gz) = 2c032bb0808e92a8d96fe6c4974ec3d8840229810b827375ce3f669ec253eb032b6e9b3313b647e1edbeb6c3367a8d259203dbbce8ab8f00a6af2033d1f7b9f8

  SHA512 (ad_integration-1.3.0.tar.gz) = f01ca282aa73cf6d2f422a7d97bd95c95e830479c9eda96b26606cb75bd2b4dd3b090958d7f096a78e9ab26c7ab8ac52ace8ed13a75ce71f49e8eace8dde159c

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

+ SHA512 (rhc-1.3.0.tar.gz) = 44603ac9275cd824fa8f4b731b9971e78ab6d95e79cf26220d9e06ec4ed96e70080c1563f2b28fd5d153401915c224bc634c33dc6182fb6f5d6d851b909a03fd

  SHA512 (journald-1.1.0.tar.gz) = 40918776a2d0b4e687a84023b44222fbd51a0b03098e1d7880f7ad7647d1c81bb3bee26d86a0510f5ea5842e8d3f59c160a71e313d9adb321defee53cba70c45

  SHA512 (postgresql-1.2.0.tar.gz) = a9b28bf0bf5bb81a91eae70975c12b8f544752703bdf20cfe3ee6e4f594234bf40fc83441e39fbf02f518062caf8d0f17bf39710b7233b9e29d181dfb4b9360b

  SHA512 (systemd-1.1.0.tar.gz) = 5cc9fd52e33ace6d7529b238c1c1ffd45a15cab9aafce5ef72c72e1178b0ffc127df62f52c76ae512c77d9080939573d88835b3d33d5e489123997796e0d52b7

Upstream tag: 1.62.0
Upstream commit: 27ff900e


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.62.0-f38-update-propose_downstream
git push origin 1.62.0-f38-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.62.0-f38-update-propose_downstream
git checkout 1.62.0-f38-update-propose_downstream
git push packit 1.62.0-f38-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

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.

Pull-Request has been merged by spetros

6 months ago