#263 Update f40 to upstream release 316
Merged a month ago by martinpitt. Opened a month ago by packit.
rpms/ packit/cockpit 316-f40-update-propose_downstream  into  f40

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

  /cockpit-313.tar.xz

  /cockpit-314.tar.xz

  /cockpit-315.tar.xz

+ /cockpit-316.tar.xz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.94.2.

+ The file was generated using packit 0.95.0.

file modified
+12 -9
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

  URL:            https://cockpit-project.org/

  

- Version:        315

+ Version:        316

  Release:        1%{?dist}

  Source0:        https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz

  
@@ -330,7 +330,7 @@ 

  Obsoletes: cockpit-dashboard < %{version}-%{release}

  %if 0%{?rhel}

  Requires: NetworkManager >= 1.6

- Requires: kexec-tools

+ Requires: /usr/bin/kdumpctl

  Requires: sos

  Requires: sudo

  Recommends: PackageKit
@@ -345,12 +345,12 @@ 

  Recommends: (reportd if abrt)

  %endif

  

- Provides: bundled(npm(@patternfly/patternfly)) = 5.2.1

- Provides: bundled(npm(@patternfly/react-core)) = 5.2.3

- Provides: bundled(npm(@patternfly/react-icons)) = 5.2.1

- Provides: bundled(npm(@patternfly/react-styles)) = 5.2.1

- Provides: bundled(npm(@patternfly/react-table)) = 5.2.4

- Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.1

+ Provides: bundled(npm(@patternfly/patternfly)) = 5.3.0

+ Provides: bundled(npm(@patternfly/react-core)) = 5.3.0

+ Provides: bundled(npm(@patternfly/react-icons)) = 5.3.0

+ Provides: bundled(npm(@patternfly/react-styles)) = 5.3.0

+ Provides: bundled(npm(@patternfly/react-table)) = 5.3.0

+ Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.0

  Provides: bundled(npm(argparse)) = 1.0.10

  Provides: bundled(npm(array-buffer-byte-length)) = 1.0.1

  Provides: bundled(npm(attr-accept)) = 2.2.2
@@ -561,7 +561,7 @@ 

  Summary: Cockpit user interface for kernel crash dumping

  Requires: cockpit-bridge >= %{required_base}

  Requires: cockpit-shell >= %{required_base}

- Requires: kexec-tools

+ Requires: /usr/bin/kdumpctl

  BuildArch: noarch

  

  %description kdump
@@ -697,6 +697,9 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Thu Apr 25 2024 Packit <hello@packit.dev> - 316-1

+ - cockpit.js API: Fix format_bytes() units

+ 

  * Wed Apr 10 2024 Packit <hello@packit.dev> - 315-1

  - systemd: Check proper ssh service unit on Debian/Ubuntu

  - Translation updates

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

- SHA512 (cockpit-315.tar.xz) = 5a6de2df56abd319b3d856d859561dabf4ec652da5a4b0c990f130ee9fb97fad6801941e2696eef61562559a49e53af867e267c349e3407e9d7f2cde21592dc6

+ SHA512 (cockpit-316.tar.xz) = d7d04ac85a654f365abbeb386f819afe06d1e46374cf984101084ccfe3c1f6e21a61b6b60c51d11f0e066667f4c51f70d3e4364eb887969a8beba66081add353

Upstream tag: 316
Upstream commit: 3a998b01


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/cockpit.git
cd cockpit
git checkout 316-f40-update-propose_downstream
git push origin 316-f40-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd cockpit
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/cockpit.git
git fetch packit refs/heads/316-f40-update-propose_downstream
git checkout 316-f40-update-propose_downstream
git push packit 316-f40-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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by martinpitt

a month ago