#399 Update f38 to upstream release 1.71.0
Merged 5 months ago by rmeggins. Opened 5 months ago by packit.
rpms/ packit/linux-system-roles 1.71.0-f38-update-propose_downstream  into  f38

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

  /snapshot-1.0.0.tar.gz

  /ansible-sshd-v0.23.1.tar.gz

  /snapshot-1.1.0.tar.gz

+ /storage-1.16.0.tar.gz

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

  Changelog

  =========

  

+ [1.71.0] - 2024-01-28

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

+ 

+ ### New Features

+ 

+ - storage - feat: Enable GFS2 support in blivet (#418)

+ 

  [1.70.0] - 2024-01-27

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

  

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

+ Version: 1.71.0

  Release: 1%{?dist}

  

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

  %deftag 5 1.15.0

  

  %global rolename6 storage

- %deftag 6 1.15.1

+ %deftag 6 1.16.0

  

  %global rolename7 metrics

  %deftag 7 1.10.1
@@ -672,6 +672,9 @@ 

  %endif

  

  %changelog

+ * Sun Jan  28 2024 Packit <hello@packit.dev> - 1.71.0-1

+ - Update to upstream version 1.71.0

+ 

  * Sat Jan  27 2024 Packit <hello@packit.dev> - 1.70.0-1

  - Update to upstream version 1.70.0

  

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

  SHA512 (timesync-1.8.2.tar.gz) = 301156a23a26cd93f919112bf972f27ed5a154ccd9e1167c1ef7a9066d5a8519c40e839f0ae4b0f8a3e04dfad5fc1c3b00166cfbd4f15d46e12ebdfec42f87a6

  SHA512 (kdump-1.4.4.tar.gz) = 1fe5f6c5f3168adaec135f0c8c3bc109d65fca48c96948704ef570692b0b1e03afd73f53964103dbd2c156eddcc01833da7330245810ac9dc017202974191f2e

  SHA512 (network-1.15.0.tar.gz) = a356268f637a5e406f53762f69b823e46a21fb554935b2a9d01f203c0d84f785f0d6a2e2964a971fd66938d153a97ba30f786c3527d6d36f35246bc1188d0eed

- SHA512 (storage-1.15.1.tar.gz) = e4e21f7d4936ffec55d53f65548a1696b74b19e8baa37e3f9867a9b80309f69aaa06aced8cb095b2eb33dbb3436025053b05a04be7ba2c07e234df347686d596

+ SHA512 (storage-1.16.0.tar.gz) = f21d510335600692b3a9d507852d3a74b271fdde7df0333f4cce0a0003bf52526c33ec2ebc7ba7a1a3160a645fdebb15b12eb515ab3b3cdf99bc53d526680cf7

  SHA512 (metrics-1.10.1.tar.gz) = 648c1f7ff8b35048c7ef272df5db8240f0b62fb4de998fa45ad5c79ecd9337f9f95c280d6d37e390749f398c1f4f04f634203be6c5d387e1154341ec8ad1aa4c

  SHA512 (tlog-1.3.2.tar.gz) = b32748d7ac728d6796c82d286590249302611b4d2cdff27289fc1ef7b3a3ed083be0ade16666b20b1198753f9d0f27bbd1d201539a138811c93db8e0a7ea52f2

  SHA512 (kernel_settings-1.2.2.tar.gz) = 548fd51b89436be2ec0b45f81a738e949506ad1f6ce5ce72098c5aacd4df1df3cd2d00296cee112792b2833713f84b755c5ce7b0cb251fd2bb543a731ab895e1

Upstream tag: 1.71.0
Upstream commit: 723e2752


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.71.0-f38-update-propose_downstream
git push origin 1.71.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.71.0-f38-update-propose_downstream
git checkout 1.71.0-f38-update-propose_downstream
git push packit 1.71.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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

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

Pull-Request has been merged by rmeggins

5 months ago