public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cockpit-image-builder] f44: Update to 113 upstream release
@ 2026-09-22  8:39 Packit
  0 siblings, 0 replies; only message in thread
From: Packit @ 2026-09-22  8:39 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cockpit-image-builder
            Branch : f44
            Commit : 5188b41ae969f598c62fcd5124e621c7b58134d8
            Author : Packit <hello@packit.dev>
            Date   : 2026-09-21T10:06:12+00:00
            Stats  : +28/-6 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/cockpit-image-builder/c/5188b41ae969f598c62fcd5124e621c7b58134d8?branch=f44

            Log:
            Update to 113 upstream release

Upstream tag: v113
Upstream commit: 8dd156ce

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

---
diff --git a/.gitignore b/.gitignore
index dababae..9971a0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /cockpit-image-builder-100.tar.gz
 /cockpit-image-builder-104.tar.gz
 /cockpit-image-builder-106.tar.gz
+/cockpit-image-builder-113.tar.gz

diff --git a/README.packit b/README.packit
index ef5aa9d..5fae86e 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.post1.dev6+g30936cda7.
+The file was generated using packit 1.16.3.post1.dev4+gbf42df0bb.

diff --git a/cockpit-image-builder.spec b/cockpit-image-builder.spec
index 23b4f99..4eefe47 100644
--- a/cockpit-image-builder.spec
+++ b/cockpit-image-builder.spec
@@ -1,5 +1,5 @@
 Name:           cockpit-image-builder
-Version:        106
+Version:        113
 Release:        1%{?dist}
 Summary:        Image builder plugin for Cockpit
 
@@ -15,6 +15,7 @@ BuildRequires:  gettext
 BuildRequires:  libappstream-glib
 BuildRequires:  make
 BuildRequires:  /usr/bin/node
+BuildRequires:  npm
 # for _tmpfilesdir macro
 BuildRequires:  systemd-rpm-macros
 
@@ -33,7 +34,7 @@ as a frontend for osbuild.
 %setup -q -n %{name}
 
 %build
-# Nothing to build
+NODE_ENV=production npm run build:cockpit
 
 %install
 %make_install PREFIX=/usr
@@ -55,6 +56,24 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 %ghost %attr(0700, root, root) %dir /var/cache/cockpit-image-builder
 
 %changelog
+* Mon Sep 21 2026 Packit <hello@packit.dev> - 113-1
+Changes with 113
+----------------
+  - Centralize validated input components (#4846)
+    - Author: Gianluca Zuccarelli, Reviewers: Katarína Sieklová
+  - build(deps): bump fast-uri to 3.1.8 (#4850)
+    - Author: Anna Vítová, Reviewers: Gianluca Zuccarelli
+  - build(deps): bump nanoid from 3.3.16 to 3.3.19 (#4848)
+    - Author: dependabot, Reviewers: Gianluca Zuccarelli
+  - chore(deps): update build-tools digest to 49d9006 (#4853)
+    - Author: red-hat-konflux, Reviewers: Klara Simickova
+  - chore(deps): update konflux references (#4852)
+    - Author: red-hat-konflux, Reviewers: Klara Simickova
+  - chores(deps): fix release numbers (#4851)
+    - Author: Anna Vítová, Reviewers: Gianluca Zuccarelli
+
+— Somewhere on the Internet, 2026-09-21
+
 * Wed Aug 5 2026 Packit <hello@packit.dev> - 106-1
 Changes with 106
 ----------------

diff --git a/packit.yaml b/packit.yaml
index 80ed356..f5f98ce 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -8,7 +8,6 @@ upstream_tag_template: v{version}
 
 actions:
   create-archive:
-    - npm ci
     - make dist
 
 srpm_build_deps:
@@ -19,6 +18,9 @@ jobs:
   - job: tests
     identifier: self
     trigger: pull_request
+    # Only for PRs targeting main - stacked PRs run these once they are
+    # retargeted after the PR below them merges.
+    branch: "^main$"
     tmt_plan: /plans/all/main
     targets:
       - centos-stream-10
@@ -27,6 +29,7 @@ jobs:
 
   - job: copr_build
     trigger: pull_request
+    branch: "^main$"
     targets: &build_targets
       - centos-stream-9
       - centos-stream-9-aarch64
@@ -52,7 +55,6 @@ jobs:
     targets: *build_targets
     actions:
       create-archive:
-        - npm ci
         - make dist
 
   - job: propose_downstream

diff --git a/sources b/sources
index 7386860..18a355f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cockpit-image-builder-106.tar.gz) = 3e5592c6e52e7f27dff3ed2d507f31a87f246f6c08306d89712965bcec279cda33e2e1732ffc79f30a0ed4849eb7b6f1d5d01bb40ece88d4df0c7b1205efdde6
+SHA512 (cockpit-image-builder-113.tar.gz) = 623248b1d0db646cfeac0be95d6255d33637860cc5661df9d54836aecafe3af83f80ec9f5f17273e3aab862df72cab3258b13b7e6fdc872c3971b153f4dd23d0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  8:39 [rpms/cockpit-image-builder] f44: Update to 113 upstream release Packit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox