public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/bootc] f43: Update to 1.16.12 upstream release
Date: Thu, 10 Sep 2026 16:47:07 GMT	[thread overview]
Message-ID: <178905882746.1.15206564643423632928.rpms-bootc-dfd19d31bf36@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/bootc
            Branch : f43
            Commit : dfd19d31bf36226ab76fea70b9ef4f5c7f193ac8
            Author : Packit <hello@packit.dev>
            Date   : 2026-09-10T13:09:36+00:00
            Stats  : +18/-32 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/bootc/c/dfd19d31bf36226ab76fea70b9ef4f5c7f193ac8?branch=f43

            Log:
            Update to 1.16.12 upstream release

- Resolves: rhbz#2531200

Upstream tag: v1.16.12
Upstream commit: 3cd5ee81

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

---
diff --git a/.gitignore b/.gitignore
index 40c435f..a750896 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,5 @@
 /bootc-1.16.10-vendor.tar.zstd
 /bootc-1.16.11.tar.zstd
 /bootc-1.16.11-vendor.tar.zstd
+/bootc-1.16.12.tar.zstd
+/bootc-1.16.12-vendor.tar.zstd

diff --git a/.packit.yaml b/.packit.yaml
index f0513af..e2f7430 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -30,7 +30,7 @@ actions:
 
 jobs:
   # copr_build on PRs: only runs when ci/tier-1 or ci/merge label is present.
-  # ci/tier-1: centos-10 + fedora-44 (primary targets, all arches)
+  # ci/tier-1: centos-10 + fedora-latest-stable (primary targets, all arches)
   - job: copr_build
     trigger: pull_request
     identifier: tier-1
@@ -43,10 +43,10 @@ jobs:
       - centos-stream-10-aarch64
       # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
       # - centos-stream-10-s390x
-      - fedora-44-x86_64
-      - fedora-44-aarch64
+      - fedora-latest-stable-x86_64
+      - fedora-latest-stable-aarch64
       # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
-      # - fedora-44-s390x
+      # - fedora-latest-stable-s390x
 
   # ci/merge: full target set (mirrors what runs in the merge queue)
   - job: copr_build
@@ -65,20 +65,10 @@ jobs:
       - centos-stream-10-aarch64
       # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
       # - centos-stream-10-s390x
-      - fedora-43-x86_64
-      - fedora-43-aarch64
+      - fedora-all-x86_64
+      - fedora-all-aarch64
       # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
-      # - fedora-43-s390x
-      - fedora-44-x86_64
-      - fedora-44-aarch64
-      # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
-      # - fedora-44-s390x
-      - fedora-45-x86_64
-      - fedora-45-aarch64
-      # s390x disabled: https://github.com/fedora-copr/copr/issues/4219
-      # - fedora-45-s390x
-      - fedora-rawhide-x86_64
-      - fedora-rawhide-aarch64
+      # - fedora-all-s390x
       # Temporarily disabled due to too old Rust...reenable post 9.6
       # - rhel-9-x86_64
       # - rhel-9-aarch64
@@ -92,7 +82,7 @@ jobs:
     enable_net: true
 
   # Testing Farm on PRs: only runs when ci/tier-1 or ci/merge label is present.
-  # ci/tier-1: centos-10 + fedora-44 (primary targets)
+  # ci/tier-1: centos-10 + fedora-latest-stable (primary targets)
   - job: tests
     trigger: pull_request
     identifier: tier-1
@@ -103,8 +93,8 @@ jobs:
     targets:
       - centos-stream-10-x86_64
       - centos-stream-10-aarch64
-      - fedora-44-x86_64
-      - fedora-44-aarch64
+      - fedora-latest-stable-x86_64
+      - fedora-latest-stable-aarch64
     tmt_plan: /tmt/plans/integration
     tf_extra_params:
       environments:
@@ -125,14 +115,8 @@ jobs:
       - centos-stream-9-aarch64
       - centos-stream-10-x86_64
       - centos-stream-10-aarch64
-      - fedora-43-x86_64
-      - fedora-43-aarch64
-      - fedora-44-x86_64
-      - fedora-44-aarch64
-      - fedora-45-x86_64
-      - fedora-45-aarch64
-      - fedora-rawhide-x86_64
-      - fedora-rawhide-aarch64
+      - fedora-all-x86_64
+      - fedora-all-aarch64
     tmt_plan: /tmt/plans/integration
     tf_extra_params:
       environments:

diff --git a/README.packit b/README.packit
index 72ae4cd..41ba8b3 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.dev18+g099fa292c.
+The file was generated using packit 1.16.3.

diff --git a/bootc.spec b/bootc.spec
index 2209193..a7d13cd 100644
--- a/bootc.spec
+++ b/bootc.spec
@@ -23,7 +23,7 @@
 
 Name:           bootc
 # Ensure this local build overrides anything else.
-Version:        1.16.11
+Version:        1.16.12
 Release:        %{autorelease}
 Summary:        Bootable container system
 

diff --git a/sources b/sources
index fff4e30..7259f32 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (bootc-1.16.11.tar.zstd) = a775b1dad14c76d1d9a6bd01f27558f78717267aefe75eb333e7a6fc8e1ec00fd46f97cd216201313b436745459408c55bab6707d6a9ec7e002bba0d35aa0a33
-SHA512 (bootc-1.16.11-vendor.tar.zstd) = 64118f8939f5ca428189aec286b445e0b833949700ca7e378794d7c09fd179e4ff15a86184aca345ea32dcc96ddf1848efffa0aa878aa061ddde8f41aabb7bcd
+SHA512 (bootc-1.16.12.tar.zstd) = f52c6b808477835f7b4ab4e5f598d3316302c2057aebaae677e5d2ade00206184f64f32290b76cb97fe66cade8c890b16437faf84b85065947d27eb480afb448
+SHA512 (bootc-1.16.12-vendor.tar.zstd) = 4914f80ebbc9affb07176f4440c2cd2e3e1fbf5bf051424f88fb6149d3dc1fecd5f913c2db19962190a3331eed0ba5d3053a0fb891081b7d22911e504cf34f2f

                 reply	other threads:[~2026-09-10 16:47 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=178905882746.1.15206564643423632928.rpms-bootc-dfd19d31bf36@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