public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/cockpit-files] rawhide: Update to 44 upstream release
Date: Mon, 31 Aug 2026 07:45:52 GMT	[thread overview]
Message-ID: <178816235264.1.18126399988687779085.rpms-cockpit-files-96addb973ed3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cockpit-files
            Branch : rawhide
            Commit : 96addb973ed351e8853a538dc57afe67e4c7d9a6
            Author : Packit <hello@packit.dev>
            Date   : 2026-08-27T09:01:30+00:00
            Stats  : +14/-7 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/cockpit-files/c/96addb973ed351e8853a538dc57afe67e4c7d9a6?branch=rawhide

            Log:
            Update to 44 upstream release

Upstream tag: 44
Upstream commit: f62c540e

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 42bd546..f560817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,5 @@
 /cockpit-files-node-42.tar.xz
 /cockpit-files-43.tar.xz
 /cockpit-files-node-43.tar.xz
+/cockpit-files-44.tar.xz
+/cockpit-files-node-44.tar.xz

diff --git a/README.packit b/README.packit
index d816803..72ae4cd 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.16.2.
+The file was generated using packit 1.16.2.post1.dev18+g099fa292c.

diff --git a/cockpit-files.spec b/cockpit-files.spec
index a6783c3..6c0b8f0 100644
--- a/cockpit-files.spec
+++ b/cockpit-files.spec
@@ -1,5 +1,5 @@
 Name: cockpit-files
-Version: 43
+Version: 44
 Release: 1%{?dist}
 Summary: A filesystem browser for Cockpit
 License: LGPL-2.1-or-later
@@ -31,7 +31,7 @@ Requires: cockpit-bridge >= 318
 # Replace the older cockpit-navigator provided by 45Drives
 Obsoletes: cockpit-navigator < 0.5.11
 
-Provides: bundled(npm(@patternfly/patternfly)) = 6.6.0
+Provides: bundled(npm(@patternfly/patternfly)) = 6.6.1
 Provides: bundled(npm(@patternfly/react-core)) = 6.6.0
 Provides: bundled(npm(@patternfly/react-icons)) = 6.6.0
 Provides: bundled(npm(@patternfly/react-styles)) = 6.6.0
@@ -85,6 +85,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 %{_datadir}/metainfo/*
 
 %changelog
+* Thu Aug 27 2026 Packit <hello@packit.dev> - 44-1
+- Translation updates
+
 * Thu Jul 30 2026 Packit <hello@packit.dev> - 43-1
 - Translations and dependency updates
 

diff --git a/packit.yaml b/packit.yaml
index f30efc9..8cf88eb 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -30,6 +30,7 @@ jobs:
     targets: &test_targets
       - fedora-43
       - fedora-44
+      - fedora-45
       - fedora-rawhide
       - fedora-latest-stable-aarch64
       - centos-stream-9-x86_64
@@ -71,6 +72,7 @@ jobs:
     dist_git_branches:
       - fedora-43
       - fedora-44
+      - fedora-45
       - fedora-development
 
   - job: koji_build
@@ -78,11 +80,11 @@ jobs:
     dist_git_branches:
       - fedora-43
       - fedora-44
+      - fedora-45
       - fedora-development
 
   - job: bodhi_update
     trigger: commit
     dist_git_branches:
       # rawhide updates are created automatically
-      - fedora-43
-      - fedora-44
+      - fedora-branched

diff --git a/sources b/sources
index 7ef4b14..3c76327 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cockpit-files-43.tar.xz) = 6c87b70206ca39c652615a067a5cd84fc2296ed005a9615c87fc22e1c5bdd7f8c88e760eec6a6d50f675b053224b5f60521530105e8f5cf4a11a20a22010659d
-SHA512 (cockpit-files-node-43.tar.xz) = 5b7474533c77a4e8a6fd2e8c84f7e514e95dadf780c3aabd80847a668746e7a7e1b816b1efcc3baa7b44a89beb4dd8fb1d0e7bc10074b0a650909d7282ee7bff
+SHA512 (cockpit-files-44.tar.xz) = 771fb0b7da0af1e85c06ef0f3d390e315d3e606ec79ab669470505371ce8e85e8a0bded5c3721b7720454c35d94c4c41b3bbb2fc2cd71fd1958b65a199ce24ef
+SHA512 (cockpit-files-node-44.tar.xz) = c080ae231c52493ea8e149e562e413194b17248a9580a367873c57fbc74e07790d4e05e2e593541e324d2758e4684042d3e35783bde2d4b94e6d561a0580e389

                 reply	other threads:[~2026-08-31  7:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178816235264.1.18126399988687779085.rpms-cockpit-files-96addb973ed3@fedoraproject.org \
    --to=hello@packit.dev \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox