Skip to content

Commit d486f8c

Browse files
author
kavyasree
committed
merge 3.0-dev into kkaitepalli/upgrade-rust
1 parent 74eaf3f commit d486f8c

File tree

155 files changed

+10649
-1393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+10649
-1393
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
3+
4+
ARG BASE_IMAGE
5+
6+
FROM $BASE_IMAGE
7+
8+
@INCLUDE_MAIN_RUN_INSTRUCTION@
9+
10+
#simple smoke test
11+
RUN ls /usr/bin/kubevirt-cloud-controller-manager
12+
13+
ENTRYPOINT ["/usr/bin/kubevirt-cloud-controller-manager"]
14+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cloud-provider-kubevirt
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl
2+
cloud-provider-kubevirt

LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES-AND-NOTICES/SPECS/data/licenses.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@
16451645
"python-aiodns",
16461646
"python-aiohttp",
16471647
"python-alsa",
1648+
"python-archspec",
16481649
"python-argcomplete",
16491650
"python-argparse-manpage",
16501651
"python-astroid",
@@ -1657,6 +1658,7 @@
16571658
"python-betamax",
16581659
"python-blinker",
16591660
"python-blivet",
1661+
"python-boltons",
16601662
"python-breathe",
16611663
"python-cached_property",
16621664
"python-cbor2",
@@ -1666,7 +1668,9 @@
16661668
"python-cmd2",
16671669
"python-colorama",
16681670
"python-CommonMark",
1671+
"python-conda-libmamba-solver",
16691672
"python-conda-package-handling",
1673+
"python-conda-package-streaming",
16701674
"python-configshell",
16711675
"python-cpuinfo",
16721676
"python-cups",
@@ -1749,6 +1753,7 @@
17491753
"python-mccabe",
17501754
"python-mdurl",
17511755
"python-memcached",
1756+
"python-menuinst",
17521757
"python-mimeparse",
17531758
"python-mock",
17541759
"python-monotonic",
@@ -1891,6 +1896,7 @@
18911896
"python-yubico",
18921897
"python-zipp",
18931898
"python-zmq",
1899+
"python-zstandard",
18941900
"python-zstd",
18951901
"python3-mallard-ducktype",
18961902
"python3-pytest-asyncio",
@@ -1960,6 +1966,7 @@
19601966
"rubygem-rspec-expectations",
19611967
"rubygem-rspec-mocks",
19621968
"rubygem-rspec-support",
1969+
"rubygem-sys-filesystem",
19631970
"rubygem-thread_order",
19641971
"rusers",
19651972
"rust-cbindgen",
@@ -2240,6 +2247,7 @@
22402247
"check-restart",
22412248
"clamav",
22422249
"cloud-hypervisor-cvm",
2250+
"cloud-provider-kubevirt",
22432251
"cmake-fedora",
22442252
"containerd",
22452253
"containerd2",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"hyph_it_IT.zip": "3e7961e7b1bc13e0c6f13826fccb415ceb37bbc68a2a83739db2b7a442a6e197",
4-
"hyphen-it-LICENSE.txt": "d2a8ec9077dc0227226ae618a80a20d3ba606374a5b489cd6a61a8161d7d089f"
3+
"dizionario_italiano-5.1.1.tar.gz": "ed840e5e90fa7752761edc5729a5c5bcb66caa3cc31fcd738235d235160ccc88"
54
}
65
}
6+

SPECS-EXTENDED/hyphen-it/hyphen-it.spec

Lines changed: 67 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
3-
Name: hyphen-it
4-
Summary: Italian hyphenation rules
5-
%global upstreamid 20071127
6-
Version: 0.%{upstreamid}
7-
Release: 23%{?dist}
8-
Source0: http://download.services.openoffice.org/contrib/dictionaries/hyph_it_IT.zip
9-
Source1: hyphen-it-LICENSE.txt
10-
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
11-
License: LGPLv2+
12-
BuildArch: noarch
13-
Requires: hyphen
14-
Supplements: (hyphen and langpacks-it)
15-
Provides: hyphen-la = 0.%{upstreamid}-3%{?dist}
3+
Name: hyphen-it
4+
Summary: Italian hyphenation rules
5+
Version: 5.1.1
6+
Release: 7%{?dist}
7+
# The license text is embedded within the README files
8+
# Here we specify the thesaurus license only as other files are not packaged
9+
License: LGPL-2.1-only
10+
URL: https://pagure.io/dizionario_italiano
11+
Source: %{url}/archive/%{version}/dizionario_italiano-%{version}.tar.gz
12+
13+
BuildArch: noarch
14+
Requires: hyphen
15+
Supplements: (hyphen and langpacks-it)
16+
Provides: hyphen-la = %{version}
1617

1718
%description
1819
Italian hyphenation rules.
1920

2021
%prep
21-
%autosetup -c -n hyphen-it
22-
cp %{SOURCE1} ./LICENSE.txt
23-
chmod -x *
22+
%autosetup -n dizionario_italiano-%{version}
2423

2524
%build
25+
# Nothing to do
2626

2727
%install
2828
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
@@ -35,15 +35,56 @@ for lang in $it_IT_aliases; do
3535
ln -s hyph_it_IT.dic "hyph_"$lang".dic"
3636
done
3737

38-
3938
%files
40-
%license LICENSE.txt
41-
%doc README_hyph_it_IT.txt
42-
%{_datadir}/hyphen/*
39+
%license LICENSES/lgpl-2.1.txt
40+
%doc CHANGELOG.txt README.md README_hyph_it_IT.txt
41+
%{_datadir}/hyphen/hyph_it_IT.dic
42+
%{_datadir}/hyphen/hyph_it_CH.dic
43+
%{_datadir}/hyphen/hyph_la_VA.dic
4344

4445
%changelog
45-
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.20071127-23
46-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
46+
* Wed Nov 06 2024 Sreenivasulu Malavathula <[email protected]> - 5.1.1-7
47+
- Initial Azure Linux import from Fedora 41 (license: MIT)
48+
- License verified
49+
50+
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 5.1.1-6
51+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
52+
53+
* Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 5.1.1-5
54+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
55+
56+
* Sat Jan 20 2024 Fedora Release Engineering <[email protected]> - 5.1.1-4
57+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
58+
59+
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 5.1.1-3
60+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
61+
62+
* Sun Jun 04 2023 Mattia Verga <[email protected]> - 5.1.1-2
63+
- Use sources from pagure.io project
64+
65+
* Sun Jun 04 2023 Mattia Verga <[email protected]> - 5.1.1-1
66+
- Switch to libreoffice dictionaries from libreitalia.org
67+
68+
* Thu Feb 23 2023 Caolán McNamara <[email protected]> - 0.20071127-29
69+
- migrated to SPDX license
70+
71+
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 0.20071127-28
72+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
73+
74+
* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 0.20071127-27
75+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
76+
77+
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 0.20071127-26
78+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
79+
80+
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 0.20071127-25
81+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
82+
83+
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 0.20071127-24
84+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
85+
86+
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 0.20071127-23
87+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4788

4889
* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 0.20071127-22
4990
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
@@ -103,14 +144,14 @@ done
103144
* Tue Feb 24 2009 Fedora Release Engineering <[email protected]> - 0.20071127-4
104145
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105146

106-
* Sun Nov 02 2008 Caolan McNamara <[email protected]> - 0.20071127-3
147+
* Sun Nov 02 2008 Caolán McNamara <[email protected]> - 0.20071127-3
107148
- add Latin alias
108149

109-
* Thu Nov 29 2007 Caolan McNamara <[email protected]> - 0.20071127-2
150+
* Thu Nov 29 2007 Caolán McNamara <[email protected]> - 0.20071127-2
110151
- add switz italian alias
111152

112-
* Tue Nov 27 2007 Caolan McNamara <[email protected]> - 0.20071127-1
153+
* Tue Nov 27 2007 Caolán McNamara <[email protected]> - 0.20071127-1
113154
- latest version
114155

115-
* Fri Nov 23 2007 Caolan McNamara <[email protected]> - 0.20030809-1
156+
* Fri Nov 23 2007 Caolán McNamara <[email protected]> - 0.20030809-1
116157
- initial version

SPECS-EXTENDED/kernel-ipe/Revert-serial-8250-Adjust-the-timeout-for-FIFO-mode.patch

Lines changed: 0 additions & 92 deletions
This file was deleted.

SPECS-EXTENDED/kernel-ipe/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.6.82.1 Kernel Configuration
3+
# Linux/x86_64 6.6.85.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
66
CONFIG_CC_IS_GCC=y

SPECS-EXTENDED/kernel-ipe/config_aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.6.82.1 Kernel Configuration
3+
# Linux/arm64 6.6.85.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
66
CONFIG_CC_IS_GCC=y
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"Signatures": {
33
"azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b",
4-
"config": "a392d9e1d294ef420be7cc320d3084356e28243d4d41bae63d9975e965d41441",
5-
"config_aarch64": "7713b7ba6452cf37af427cddedb57bd96de477260338e576fa68d4d5aa42d993",
4+
"config": "b8f8305093c7ca2a04cc93add5a2da13fbec8ec14513ddc0d3456e4c3b6cec52",
5+
"config_aarch64": "2c574b1b83ba5138adebf3717ab1c530600a55bd47a85dabda8649f301c7773f",
66
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
77
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
88
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
9-
"kernel-6.6.82.1.tar.gz": "66da12e2ca4d65d4a51e23423c60a03fb57910a91684e36643430c616e6d732a",
109
"azl-ipe-boot-policy.pol": "f2b7941bd3b721aadc8e937d0472c36fe5e140221f7bb54af6ef905884e0372c",
1110
"Makefile": "1c2e740407215ed9b9cbbc09f9102bc99c08b370bbe2cbb0490aefdc9eb70455",
12-
"tarfs.c": "066084e1ca2c1e7ba83e76a6696cf17928e7efb46a2b1670a7a1f597c2d9bc51"
11+
"tarfs.c": "066084e1ca2c1e7ba83e76a6696cf17928e7efb46a2b1670a7a1f597c2d9bc51",
12+
"kernel-6.6.85.1.tar.gz": "4dab471d68ce07dd31e925788c128ff1c7d9a6d2c7e0a073bd8e6701514cfee6"
1313
}
1414
}

SPECS-EXTENDED/kernel-ipe/kernel-ipe.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Summary: Linux Kernel
3232
Name: kernel-ipe
33-
Version: 6.6.82.1
33+
Version: 6.6.85.1
3434
Release: 1%{?dist}
3535
License: GPLv2
3636
Vendor: Microsoft Corporation
@@ -48,7 +48,6 @@ Source7: azl-ipe-boot-policy.pol
4848
Source8: Makefile
4949
Source9: tarfs.c
5050
Patch0: 0001-add-mstflint-kernel-%{mstflintver}.patch
51-
Patch1: Revert-serial-8250-Adjust-the-timeout-for-FIFO-mode.patch
5251
BuildRequires: audit-devel
5352
BuildRequires: bash
5453
BuildRequires: bc
@@ -452,6 +451,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
452451
%{_sysconfdir}/bash_completion.d/bpftool
453452

454453
%changelog
454+
* Sat Apr 05 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.85.1-1
455+
- Auto-upgrade to 6.6.85.1
456+
455457
* Fri Mar 21 2025 corvus-callidus <[email protected]> - 6.6.82.1-1
456458
- Create kernel-ipe variant with IPE boot policy
457459
- Build tarfs kernel module
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libXScrnSaver-1.2.3.tar.bz2": "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8"
3+
"libXScrnSaver-1.2.4.tar.xz": "75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe"
44
}
55
}

0 commit comments

Comments
 (0)