public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/containerd] f43: Update to release v2.2.8
@ 2026-09-08 14:06 Bradley G Smith
  0 siblings, 0 replies; only message in thread
From: Bradley G Smith @ 2026-09-08 14:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/containerd
            Branch : f43
            Commit : eca156dea642174bcb705705a9c163983416706b
            Author : Bradley G Smith <bradley.g.smith@gmail.com>
            Date   : 2026-09-07T16:41:19-07:00
            Stats  : +16/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/containerd/c/eca156dea642174bcb705705a9c163983416706b?branch=f43

            Log:
            Update to release v2.2.8

- Resolves: rhbz#2528927
- Resolves CVE-2026-53495
- Resolves  GHSA-rp3h-jf77-q9p4
- Upstream fixs and enhancements

Signed-off-by: Bradley G Smith <bradley.g.smith@gmail.com>

---
diff --git a/containerd.spec b/containerd.spec
index 58ca120..91de2d0 100644
--- a/containerd.spec
+++ b/containerd.spec
@@ -7,7 +7,7 @@
 
 # https://github.com/containerd/containerd
 %global goipath         github.com/containerd/containerd/v2
-Version:                2.2.7
+Version:                2.2.8
 %{lua:
     local version0 = rpm.expand("%{version}"):gsub("~", "-")
     rpm.define("tag " .. "v" .. version0)
@@ -30,6 +30,7 @@ Source1:        %{archivename}-vendor.tar.bz2
 Source2:        go-vendor-tools.toml
 Source3:        containerd.toml
 
+BuildRequires:  fdupes
 BuildRequires:  /usr/bin/go-md2man
 BuildRequires:  btrfs-progs-devel
 BuildRequires:  go-vendor-tools
@@ -126,6 +127,9 @@ install -p -m 0644 man/ctr.8                    %{buildroot}%{_mandir}/man8
 install -p -m 0644 man/containerd.8             %{buildroot}%{_mandir}/man8
 install -p -m 0644 man/containerd-config.8      %{buildroot}%{_mandir}/man8
 
+# remove duplicate license files
+%fdupes %{buildroot}%{_datadir}/licenses/%{name}
+
 %check
 %go_vendor_license_check -c %{S:2}
 

diff --git a/rpmlint.toml b/rpmlint.toml
new file mode 100644
index 0000000..91d601a
--- /dev/null
+++ b/rpmlint.toml
@@ -0,0 +1,9 @@
+Filters = [
+	
+    # shim and stress not used directly
+    'no-manual-page-for-binary',
+
+    # source urls correct
+    'invalid-url',
+]
+

diff --git a/sources b/sources
index c0dcf15..51ac8ef 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (containerd-2.2.7.tar.gz) = a4be7b1fc66e7a173cd141aabe257bf38f651d93376000ef07ecadb42e2c12babfef02c54487bc74352f89083949458b503728f8f32fb0453e6ab2459df73cd7
-SHA512 (containerd-2.2.7-vendor.tar.bz2) = 8a0383f773f4a12b4e6b46fb8cd6b759598fa0f7bb6fdb70a72989141a3e449a095c697a95a99fd75987daa5bb2907c7e7949e9cbefcf6eadabc777988d95e62
+SHA512 (containerd-2.2.8.tar.gz) = f2f08881a9f4c95af7ad66f25dbb7718b71823d5a569b06b5d97a84875f0ce62b49a35e5110d896883635a84a4e2f2eed6f33765867650dc1b6d4f252c4b691a
+SHA512 (containerd-2.2.8-vendor.tar.bz2) = 8a0383f773f4a12b4e6b46fb8cd6b759598fa0f7bb6fdb70a72989141a3e449a095c697a95a99fd75987daa5bb2907c7e7949e9cbefcf6eadabc777988d95e62

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

only message in thread, other threads:[~2026-09-08 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 14:06 [rpms/containerd] f43: Update to release v2.2.8 Bradley G Smith

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