#261 Update f40 to upstream release 315
Merged 2 months ago by martinpitt. Opened 2 months ago by packit.
rpms/ packit/cockpit 315-f40-update-propose_downstream  into  f40

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

  /cockpit-312.tar.xz

  /cockpit-313.tar.xz

  /cockpit-314.tar.xz

+ /cockpit-315.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.0.post1.dev8+g4b1f9717.

+ The file was generated using packit 0.94.2.

file modified
+5 -1
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        314

+ Version:        315

  Release:        1%{?dist}

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

  
@@ -697,6 +697,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

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

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

+ - Translation updates

+ 

  * Thu Mar 28 2024 Packit <hello@packit.dev> - 314-1

  - Diagnostic reports: Fix command injection vulnerability with crafted report names

  - Storage: Improvements to read-only encrypted filesystems

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

- SHA512 (cockpit-314.tar.xz) = b2fb99ee3b8de4c5ab1b99de03c3e76d710c8d6187f0ddae3cb29f35cff9bb200dc9aacfa652440d111fa3b1ea0b7d7e3e98cad8003fefdcbda08407fda08a65

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

Upstream tag: 315
Upstream commit: d34cabac


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 315-f40-update-propose_downstream
git push origin 315-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/315-f40-update-propose_downstream
git checkout 315-f40-update-propose_downstream
git push packit 315-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

rebased onto 278576b

2 months ago

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by martinpitt

2 months ago