#245 Update rawhide to upstream release 312
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.

[packit] 312 upstream release
Packit • 3 months ago  
file modified
+1
@@ -283,3 +283,4 @@ 

  /cockpit-310.2.tar.xz

  /cockpit-311.tar.xz

  /cockpit-311.1.tar.xz

+ /cockpit-312.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.92.0.

+ The file was generated using packit 0.93.0.

file modified
+17 -11
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        311.1

+ Version:        312

  Release:        1%{?dist}

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

  
@@ -345,17 +345,17 @@ 

  Recommends: (reportd if abrt)

  %endif

  

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

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

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

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

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

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

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

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

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

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

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

+ Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.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

  Provides: bundled(npm(autolinker)) = 3.16.2

- Provides: bundled(npm(available-typed-arrays)) = 1.0.6

+ Provides: bundled(npm(available-typed-arrays)) = 1.0.7

  Provides: bundled(npm(call-bind)) = 1.0.7

  Provides: bundled(npm(date-fns)) = 3.3.1

  Provides: bundled(npm(deep-equal)) = 2.2.3
@@ -373,7 +373,7 @@ 

  Provides: bundled(npm(gopd)) = 1.0.1

  Provides: bundled(npm(has-bigints)) = 1.0.2

  Provides: bundled(npm(has-property-descriptors)) = 1.0.2

- Provides: bundled(npm(has-proto)) = 1.0.1

+ Provides: bundled(npm(has-proto)) = 1.0.3

  Provides: bundled(npm(has-symbols)) = 1.0.3

  Provides: bundled(npm(has-tostringtag)) = 1.0.2

  Provides: bundled(npm(hasown)) = 2.0.1
@@ -388,7 +388,7 @@ 

  Provides: bundled(npm(is-number-object)) = 1.0.7

  Provides: bundled(npm(is-regex)) = 1.1.4

  Provides: bundled(npm(is-set)) = 2.0.2

- Provides: bundled(npm(is-shared-array-buffer)) = 1.0.2

+ Provides: bundled(npm(is-shared-array-buffer)) = 1.0.3

  Provides: bundled(npm(is-string)) = 1.0.7

  Provides: bundled(npm(is-symbol)) = 1.0.4

  Provides: bundled(npm(is-weakmap)) = 2.0.1
@@ -405,6 +405,7 @@ 

  Provides: bundled(npm(object-is)) = 1.1.5

  Provides: bundled(npm(object-keys)) = 1.1.1

  Provides: bundled(npm(object.assign)) = 4.1.5

+ Provides: bundled(npm(possible-typed-array-names)) = 1.0.0

  Provides: bundled(npm(prop-types)) = 15.8.1

  Provides: bundled(npm(react-dom)) = 18.2.0

  Provides: bundled(npm(react-dropzone)) = 14.2.3
@@ -414,7 +415,7 @@ 

  Provides: bundled(npm(remarkable)) = 2.0.1

  Provides: bundled(npm(scheduler)) = 0.23.0

  Provides: bundled(npm(set-function-length)) = 1.2.1

- Provides: bundled(npm(set-function-name)) = 2.0.1

+ Provides: bundled(npm(set-function-name)) = 2.0.2

  Provides: bundled(npm(side-channel)) = 1.0.5

  Provides: bundled(npm(sprintf-js)) = 1.0.3

  Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
@@ -696,6 +697,11 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Feb 28 2024 Packit <hello@packit.dev> - 312-1

+ - Accounts: support lastlog2 and make the page faster

+ - Storage: Various Anaconda mode fixes

+ - Fix package build if cockpit-bridge package is installed

+ 

  * Tue Feb 20 2024 Packit <hello@packit.dev> - 311.1-1

  - Update documentation links to RHEL 9 (RHEL-3954)

  - Storage: Various bug fixes

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

      identifier: self

      trigger: pull_request

      targets:

-       - fedora-38

        - fedora-39

+       - fedora-40

        - fedora-latest-aarch64

        - fedora-development

        - centos-stream-9-x86_64
@@ -89,19 +89,19 @@ 

      trigger: release

      dist_git_branches:

        - fedora-development

-       - fedora-38

        - fedora-39

+       - fedora-40

  

    - job: koji_build

      trigger: commit

      dist_git_branches:

        - fedora-development

-       - fedora-38

        - fedora-39

+       - fedora-40

  

    - job: bodhi_update

      trigger: commit

      dist_git_branches:

        # rawhide updates are created automatically

-       - fedora-38

        - fedora-39

+       - fedora-40

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

- SHA512 (cockpit-311.1.tar.xz) = 2cf3dee1245a428573a40e94ec22957c34f69613c52f94604bd15d63d5df05a01e83f3599751e699db8a0af947dc17550809fbb775c3d0ac57c0f484679bea5a

+ SHA512 (cockpit-312.tar.xz) = 78594944add2aef7e1027e30eb6eb71bac17a7c99c354e55e8cb13730175565025f3ffee7c82ce20bfca8f3a3ba559b5faa016285754a9982905e49ca1d7592b

Upstream tag: 312
Upstream commit: 22e140c8


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

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/7a6c6a5440494b329785c0a28385dd7f

Pull-Request has been merged by martinpitt

3 months ago