Skip to content

Commit 34fb472

Browse files
BinduSri-6522866Kavya Sree Kaitepalli
andauthored
Co-authored-by: Kavya Sree Kaitepalli <kkaitepalli@microsoft.com>
1 parent a8c9110 commit 34fb472

20 files changed

Lines changed: 832 additions & 14 deletions

File tree

SPECS-EXTENDED/rust-cbindgen/rust-cbindgen.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: Tool for generating C bindings to Rust code
33
Name: rust-cbindgen
44
Version: 0.24.3
5-
Release: 10%{?dist}
5+
Release: 11%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
@@ -96,6 +96,9 @@ RUSTFLAGS=%{rustflags} cargo test --release
9696
%endif
9797

9898
%changelog
99+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 0.24.3-11
100+
- Bump release to rebuild with rust
101+
99102
* Tue Apr 07 2026 BinduSri Adabala <v-badabala@microsoft.com> - 0.24.3-10
100103
- Bump release to rebuild with rust
101104

SPECS-EXTENDED/tardev-snapshotter/tardev-snapshotter.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Tardev Snapshotter for containerd
44
Name: tardev-snapshotter
55
Version: 3.2.0.tardev1
6-
Release: 8%{?dist}
6+
Release: 9%{?dist}
77
License: ASL 2.0
88
Group: Tools/Container
99
Vendor: Microsoft Corporation
@@ -67,6 +67,9 @@ fi
6767
%config(noreplace) %{_unitdir}/%{name}.service
6868

6969
%changelog
70+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 3.2.0.tardev1-9
71+
- Bump release to rebuild with rust
72+
7073
* Tue Apr 07 2026 BinduSri Adabala <v-badabala@microsoft.com> - 3.2.0.tardev1-8
7174
- Bump release to rebuild with rust
7275

SPECS/clamav/clamav.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Open source antivirus engine
22
Name: clamav
33
Version: 1.5.2
4-
Release: 2%{?dist}
4+
Release: 3%{?dist}
55
License: ASL 2.0 AND BSD AND bzip2-1.0.4 AND GPLv2 AND LGPLv2+ AND MIT AND Public Domain AND UnRar
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -152,6 +152,9 @@ fi
152152
%dir %attr(-,clamav,clamav) %{_sharedstatedir}/clamav
153153

154154
%changelog
155+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 1.5.2-3
156+
- Bump release to rebuild with rust
157+
155158
* Mon Apr 20 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 1.5.2-2
156159
- Patch for CVE-2026-33056, CVE-2026-33055
157160

SPECS/cloud-hypervisor/cloud-hypervisor.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name: cloud-hypervisor
66
Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of the KVM hypervisor and the Microsoft Hypervisor (MSHV).
77
Version: 51.1.101
8-
Release: 1%{?dist}
8+
Release: 2%{?dist}
99
License: ASL 2.0 OR BSD-3-clause
1010
Vendor: Microsoft Corporation
1111
Distribution: Azure Linux
@@ -137,6 +137,9 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c
137137
%license LICENSES/CC-BY-4.0.txt
138138

139139
%changelog
140+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 51.1.101-2
141+
- Bump release to rebuild with rust
142+
140143
* Mon Jun 01 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 51.1.101-1
141144
- Auto-upgrade to 51.1.101
142145

SPECS/flux/flux.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Summary: Influx data language
2323
Name: flux
2424
Version: 0.194.5
25-
Release: 9%{?dist}
25+
Release: 10%{?dist}
2626
License: MIT
2727
Vendor: Microsoft Corporation
2828
Distribution: Azure Linux
@@ -146,6 +146,9 @@ RUSTFLAGS=%{rustflags} cargo test --release
146146
%{_includedir}/influxdata/flux.h
147147

148148
%changelog
149+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 0.194.5-10
150+
- Bump release to rebuild with rust
151+
149152
* Tue Apr 07 2026 BinduSri Adabala <v-badabala@microsoft.com> - 0.194.5-9
150153
- Bump release to rebuild with rust
151154

SPECS/influxdb/influxdb.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Summary: Scalable datastore for metrics, events, and real-time analytics
1919
Name: influxdb
2020
Version: 2.7.5
21-
Release: 17%{?dist}
21+
Release: 18%{?dist}
2222
License: MIT
2323
Vendor: Microsoft Corporation
2424
Distribution: Azure Linux
@@ -169,6 +169,9 @@ go test ./...
169169
%{_tmpfilesdir}/influxdb.conf
170170

171171
%changelog
172+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 2.7.5-18
173+
- Bump release to rebuild with rust
174+
172175
* Wed May 27 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 2.7.5-17
173176
- Patch for CVE-2026-42506, CVE-2026-39821, CVE-2026-27136, CVE-2026-42502, CVE-2026-25681, CVE-2026-25680
174177

SPECS/kata-containers-cc/kata-containers-cc.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: kata-containers-cc
55
Version: 3.15.0.aks0
6-
Release: 12%{?dist}
6+
Release: 13%{?dist}
77
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
88
License: ASL 2.0
99
URL: https://github.com/microsoft/kata-containers
@@ -153,6 +153,9 @@ fi
153153
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
154154

155155
%changelog
156+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 3.15.0-aks0-13
157+
- Bump release to rebuild with rust
158+
156159
* Fri May 29 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 3.15.0.aks0-12
157160
- Patch for CVE-2026-33814
158161

SPECS/kata-containers/kata-containers.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: kata-containers
44
Version: 3.19.1.kata3
5-
Release: 4%{?dist}
5+
Release: 5%{?dist}
66

77
Summary: Kata Containers package developed for Pod Sandboxing on AKS
88
License: ASL 2.0
@@ -119,6 +119,9 @@ popd
119119
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
120120

121121
%changelog
122+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 3.19.1.kata3-5
123+
- Bump release to rebuild with rust
124+
122125
* Fri May 29 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 3.19.1.kata3-4
123126
- Patch for CVE-2026-33814
124127

SPECS/librsvg2/librsvg2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Summary: An SVG library based on cairo
99
Name: librsvg2
1010
Version: 2.58.1
11-
Release: 7%{?dist}
11+
Release: 8%{?dist}
1212
License: LGPLv2+
1313
Vendor: Microsoft Corporation
1414
Distribution: Azure Linux
@@ -125,6 +125,9 @@ rm -vrf %{buildroot}%{_docdir}
125125
%{_bindir}/rsvg-convert
126126

127127
%changelog
128+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 2.58.1-8
129+
- Bump release to rebuild with rust
130+
128131
* Tue Apr 07 2026 BinduSri Adabala <v-badabala@microsoft.com> - 2.58.1-7
129132
- Bump release to rebuild with rust
130133

SPECS/mesa/mesa.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Name: mesa
6868
Summary: Mesa graphics libraries
6969
Version: 24.0.1
70-
Release: 8%{?dist}
70+
Release: 9%{?dist}
7171
License: BSD
7272
Vendor: Microsoft Corporation
7373
Distribution: Azure Linux
@@ -741,6 +741,9 @@ popd
741741
%endif
742742

743743
%changelog
744+
* Fri Jun 05 2026 BinduSri Adabala <v-badabala@microsoft.com> - 24.0.1-9
745+
- Bump release to rebuild with rust
746+
744747
* Mon Apr 13 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 24.0.1-8
745748
- Patch for CVE-2026-40393
746749

0 commit comments

Comments
 (0)