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-image-builder] f45: Update to 113 upstream release
Date: Tue, 22 Sep 2026 08:39:30 GMT [thread overview]
Message-ID: <179006637078.1.15758717046412779425.rpms-cockpit-image-builder-f197a351df2f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cockpit-image-builder
Branch : f45
Commit : f197a351df2f5ba33c053d774dc3dc0fae5332fd
Author : Packit <hello@packit.dev>
Date : 2026-09-21T10:05:51+00:00
Stats : +28/-6 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cockpit-image-builder/c/f197a351df2f5ba33c053d774dc3dc0fae5332fd?branch=f45
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 3c83360..aee0fb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/cockpit-image-builder-93.tar.gz
/cockpit-image-builder-94.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 c77dffc..a9aaae1 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
reply other threads:[~2026-09-22 8:39 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=179006637078.1.15758717046412779425.rpms-cockpit-image-builder-f197a351df2f@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