Skip to content

Commit 3e849df

Browse files
[AUTO-PR] azure-core/azurelinux:liunan/runc133 (microsoft#15023)
Co-authored-by: Nan Liu <[email protected]>
1 parent bbb7ce6 commit 3e849df

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libseccomp-2.5.5.tar.gz": "248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375"
3+
"libseccomp-2.5.6.tar.gz": "04c37d72965dce218a0c94519b056e1775cf786b5260ee2b7992956c4ee38633"
44
}
55
}

SPECS/libseccomp/libseccomp.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Enhanced seccomp library
22
Name: libseccomp
3-
Version: 2.5.5
3+
Version: 2.5.6
44
Release: 1%{?dist}
55
License: LGPLv2
66
Vendor: Microsoft Corporation
@@ -62,6 +62,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
6262
%{_mandir}/man3/*
6363

6464
%changelog
65+
* Fri Oct 31 2025 Nan Liu <[email protected]> - 2.5.6-1
66+
- Upgrade to 2.5.6
67+
6568
* Tue Nov 05 2024 Nan Liu <[email protected]> - 2.5.5-1
6669
- Upgrade to 2.5.5 as other older version is no longer supported upstream
6770

SPECS/runc/runc.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"runc-1.2.2.tar.gz": "0eabc936d481d123be92c429588f9d1de7cafd36b37a8a5085b1412e758796a1"
3+
"runc-1.3.3.tar.gz": "3da010af5c2c1c3d12d460255e4a7dc049c223ebc629c80fbbe4c10720997ffe"
44
}
55
}

SPECS/runc/runc.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
%define commit_hash 7cb363254b69e10320360b63fb73e0ffb5da7bf2
1+
%define commit_hash d842d7719497cc3b774fd71620278ac9e17710e0
22
Summary: CLI tool for spawning and running containers per OCI spec.
33
Name: runc
44
# update "commit_hash" above when upgrading version
5-
Version: 1.2.2
5+
Version: 1.3.3
66
Release: 1%{?dist}
77
License: ASL 2.0
88
Vendor: Microsoft Corporation
@@ -12,7 +12,7 @@ URL: https://github.com/opencontainers/runc
1212
Source0: https://github.com/opencontainers/runc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1313
BuildRequires: git
1414
BuildRequires: go-md2man
15-
BuildRequires: golang
15+
BuildRequires: golang < 1.25
1616
BuildRequires: libseccomp-devel
1717
BuildRequires: make
1818
Requires: glibc
@@ -43,6 +43,10 @@ make install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
4343
%{_mandir}/*
4444

4545
%changelog
46+
* Wed Nov 05 2025 Nan Liu <[email protected]> - 1.3.3-1
47+
- Upgrade to 1.3.3
48+
- BR golang < 1.25
49+
4650
* Mon Nov 25 2024 Nan Liu <[email protected]> - 1.2.2-1
4751
- Bump version to 1.2.2
4852
- Remove the golang version constraint

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11101,8 +11101,8 @@
1110111101
"type": "other",
1110211102
"other": {
1110311103
"name": "libseccomp",
11104-
"version": "2.5.5",
11105-
"downloadUrl": "https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libseccomp-2.5.5.tar.gz"
11104+
"version": "2.5.6",
11105+
"downloadUrl": "https://github.com/seccomp/libseccomp/releases/download/v2.5.6/libseccomp-2.5.6.tar.gz"
1110611106
}
1110711107
}
1110811108
},
@@ -27454,8 +27454,8 @@
2745427454
"type": "other",
2745527455
"other": {
2745627456
"name": "runc",
27457-
"version": "1.2.2",
27458-
"downloadUrl": "https://github.com/opencontainers/runc/archive/v1.2.2.tar.gz"
27457+
"version": "1.3.3",
27458+
"downloadUrl": "https://github.com/opencontainers/runc/archive/v1.3.3.tar.gz"
2745927459
}
2746027460
}
2746127461
},

0 commit comments

Comments
 (0)