#194 Update f39 to upstream release 300
Merged 9 months ago by martinpitt. Opened 9 months ago by packit.
rpms/ packit/cockpit 300-f39-update-propose_downstream  into  f39

[packit] 300 upstream release
Packit • 9 months ago  
file modified
+1
@@ -269,3 +269,4 @@ 

  /cockpit-297.tar.xz

  /cockpit-298.tar.xz

  /cockpit-299.tar.xz

+ /cockpit-300.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.79.0.post2+g93f33d9.

+ The file was generated using packit 0.79.1.post14+g9e876412.

file modified
+7 -2
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        299

+ Version:        300

  Release:        1%{?dist}

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

  
@@ -285,7 +285,7 @@ 

  done

  rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d

  find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete

- for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do

+ for libexec in cockpit-askpass cockpit-beiboot cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do

      rm -f %{buildroot}/%{_libexecdir}/$libexec

  done

  rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
@@ -376,6 +376,7 @@ 

  %{_libexecdir}/cockpit-askpass

  %if %{cockpit_enable_python}

  %{python3_sitelib}/%{name}*

+ %{_libexecdir}/cockpit-beiboot

  %endif

  

  %package doc
@@ -781,6 +782,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Sep 06 2023 Packit <hello@packit.dev> - 300-1

+ - Celebrating the Nürnberg life release!

+ - Storage: Support for growing block devices of a Stratis pool

+ 

  * Wed Aug 23 2023 Packit <hello@packit.dev> - 299-1

  - Kdump: Show location of kdump to verify the successful configuration test

  - Storage: Support for no-overprovisioning with Stratis

file modified
+4 -4
@@ -27,8 +27,8 @@ 

      identifier: self

      trigger: pull_request

      targets:

-       - fedora-37

        - fedora-38

+       - fedora-39

        - fedora-latest-aarch64

        - fedora-development

        - centos-stream-8-x86_64
@@ -90,19 +90,19 @@ 

      trigger: release

      dist_git_branches:

        - fedora-development

-       - fedora-37

        - fedora-38

+       - fedora-39

  

    - job: koji_build

      trigger: commit

      dist_git_branches:

        - fedora-development

-       - fedora-37

        - fedora-38

+       - fedora-39

  

    - job: bodhi_update

      trigger: commit

      dist_git_branches:

        # rawhide updates are created automatically

-       - fedora-37

        - fedora-38

+       - fedora-39

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

- SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739

+ SHA512 (cockpit-300.tar.xz) = 758e50c00ad203d26f2c442b13be43c1df86b32451d8f1e1bf38aab27801407d260d208028ede4f0d44c505dbba590d3429164ada829d580de6a09e67b4ab4fe

Upstream tag: 300
Upstream commit: 2d4d3804

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit.git refs/heads/*:refs/remotes/packit/*
git checkout packit/300-f39-update-propose_downstream

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/6fd9f322d2e943e2b3c1badec236b38e

Pull-Request has been merged by martinpitt

9 months ago