Skip to content

Commit dc78d7c

Browse files
authored
Revert "Merge 3.0-dev for May 2025 2 release" (microsoft#13833)
1 parent cab4240 commit dc78d7c

File tree

211 files changed

+8297
-8562
lines changed

Some content is hidden

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

211 files changed

+8297
-8562
lines changed

.pipelines/prchecks/PackageBuildPRCheck.yml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ parameters:
1111
type: object
1212
default:
1313
- name: "AMD64"
14-
agentPool: "$(DEV_AMD64_Managed_NoUMI_AZL3)"
14+
agentPool: "$(DEV_AMD64_Managed)"
1515
maxCPUs: "$(($(nproc) / 2))"
1616
rawToolchainCacheURL: "$(rawToolchainCacheURL_AMD64_3.0)"
1717
rawToolchainExpectedHash: "$(rawToolchainCacheHash_AMD64_3.0)"
1818
- name: "ARM64"
19-
agentPool: "$(DEV_ARM64_Managed_NoUMI_AZL3)"
19+
agentPool: "$(DEV_ARM64_Managed)"
2020
maxCPUs: "$(($(nproc) / 3))"
2121
rawToolchainCacheURL: "$(rawToolchainCacheURL_ARM64_3.0)"
2222
rawToolchainExpectedHash: "$(rawToolchainCacheHash_ARM64_3.0)"
@@ -63,13 +63,6 @@ extends:
6363
ob_artifactBaseName: $(toolchainArtifactNameBase)_${{ configuration.name }}_$(System.JobAttempt)
6464
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
6565
steps:
66-
# Making sure all pip installations are using the authorized feed.
67-
- task: PipAuthenticate@1
68-
displayName: Enable internal pip feed
69-
inputs:
70-
onlyAddExtraIndex: false
71-
artifactFeeds: "MarinerFeed"
72-
7366
- template: .pipelines/templates/RawToolchainDownload.yml@self
7467
parameters:
7568
rawToolchainCacheURL: ${{ configuration.rawToolchainCacheURL }}
@@ -127,13 +120,6 @@ extends:
127120
patterns: "**/$(toolchainTarballName)"
128121
targetPath: $(inputArtifactsLocation)
129122

130-
# Making sure all pip installations are using the authorized feed.
131-
- task: PipAuthenticate@1
132-
displayName: Enable internal pip feed
133-
inputs:
134-
onlyAddExtraIndex: false
135-
artifactFeeds: "MarinerFeed"
136-
137123
- template: .pipelines/templates/PackageBuild.yml@self
138124
parameters:
139125
checkBuildRetries: "1"
@@ -186,13 +172,6 @@ extends:
186172
patterns: "**/$(toolchainTarballName)"
187173
targetPath: $(inputArtifactsLocation)
188174

189-
# Making sure all pip installations are using the authorized feed.
190-
- task: PipAuthenticate@1
191-
displayName: Enable internal pip feed
192-
inputs:
193-
onlyAddExtraIndex: false
194-
artifactFeeds: "MarinerFeed"
195-
196175
- template: .pipelines/templates/PackageBuild.yml@self
197176
parameters:
198177
checkBuildRetries: "1"
@@ -237,13 +216,6 @@ extends:
237216
patterns: "**/$(rpmsTarballName)"
238217
targetPath: $(inputArtifactsLocation)
239218

240-
# Making sure all pip installations are using the authorized feed.
241-
- task: PipAuthenticate@1
242-
displayName: Enable internal pip feed
243-
inputs:
244-
onlyAddExtraIndex: false
245-
artifactFeeds: "MarinerFeed"
246-
247219
- template: .pipelines/templatesWithCheckout/SodiffCheck.yml@self
248220
parameters:
249221
inputArtifactsFolder: $(inputArtifactsLocation)

.pipelines/templates/PackageTestResultsAnalysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232
default: "$(Agent.TempDirectory)"
3333

3434
steps:
35-
- bash: pip3 install --user junit_xml==1.9
35+
- bash: sudo tdnf install -y python3-junit-xml
3636
retryCountOnTaskFailure: 3
3737
displayName: "Install Python dependencies"
3838

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

Lines changed: 1 addition & 1 deletion
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
"lua-filesystem",
862862
"lua-json",
863863
"lua-lpeg",
864-
"lua-lunitx",
864+
"lua-lunit",
865865
"lua-rpm-macros",
866866
"lua-term",
867867
"luajit",
@@ -1973,7 +1973,6 @@
19731973
"rubygem-thread_order",
19741974
"rusers",
19751975
"rust-cbindgen",
1976-
"s-nail",
19771976
"samba",
19781977
"sanlock",
19791978
"sassist",

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Summary: A command line tool used for creating OCI Images
2222
Name: buildah
2323
Version: 1.18.0
24-
Release: 30%{?dist}
24+
Release: 29%{?dist}
2525
License: ASL 2.0
2626
Vendor: Microsoft Corporation
2727
Distribution: Azure Linux
@@ -32,7 +32,7 @@ BuildRequires: btrfs-progs-devel
3232
BuildRequires: device-mapper-devel
3333
BuildRequires: git
3434
BuildRequires: glib2-devel
35-
BuildRequires: glibc-static >= 2.38-10%{?dist}
35+
BuildRequires: glibc-static >= 2.38-9%{?dist}
3636
BuildRequires: go-md2man
3737
BuildRequires: go-rpm-macros
3838
BuildRequires: golang
@@ -123,9 +123,6 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
123123
%{_datadir}/%{name}/test
124124

125125
%changelog
126-
* Mon May 12 2025 Andrew Phelps <[email protected]> - 1.18.0-30
127-
- Bump to rebuild with updated glibc
128-
129126
* Tue Feb 25 2025 Chris Co <[email protected]> - 1.18.0-29
130127
- Bump to rebuild with updated glibc
131128

SPECS-EXTENDED/catatonit/catatonit.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Distribution: Azure Linux
33

44
Name: catatonit
55
Version: 0.1.7
6-
Release: 18%{?dist}
6+
Release: 17%{?dist}
77
Summary: A signal-forwarding process manager for containers
88
License: GPLv3+
99
URL: https://github.com/openSUSE/catatonit
@@ -13,7 +13,7 @@ BuildRequires: automake
1313
BuildRequires: file
1414
BuildRequires: gcc
1515
BuildRequires: git
16-
BuildRequires: glibc-static >= 2.38-10%{?dist}
16+
BuildRequires: glibc-static >= 2.38-9%{?dist}
1717
BuildRequires: libtool
1818
BuildRequires: make
1919

@@ -61,9 +61,6 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
6161
%{_libexecdir}/podman/%{name}
6262

6363
%changelog
64-
* Mon May 12 2025 Andrew Phelps <[email protected]> - 0.1.7-18
65-
- Bump to rebuild with updated glibc
66-
6764
* Tue Feb 25 2025 Chris Co <[email protected]> - 0.1.7-17
6865
- Bump to rebuild with updated glibc
6966

SPECS-EXTENDED/dyninst/dyninst.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: An API for Run-time Code Generation
22
License: LGPLv2+
33
Name: dyninst
4-
Release: 20%{?dist}
4+
Release: 19%{?dist}
55
Vendor: Microsoft Corporation
66
Distribution: Azure Linux
77
URL: http://www.dyninst.org
@@ -31,7 +31,7 @@ BuildRequires: tbb tbb-devel
3131

3232
# Extra requires just for the testsuite
3333
BuildRequires: gcc-gfortran libstdc++-static libxml2-devel
34-
BuildRequires: glibc-static >= 2.38-10%{?dist}
34+
BuildRequires: glibc-static >= 2.38-9%{?dist}
3535

3636
# Testsuite files should not provide/require anything
3737
%{?filter_setup:
@@ -194,9 +194,6 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
194194
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
195195

196196
%changelog
197-
* Mon May 12 2025 Andrew Phelps <[email protected]> - 10.1.0-20
198-
- Bump to rebuild with updated glibc
199-
200197
* Tue Feb 25 2025 Chris Co <[email protected]> - 10.1.0-19
201198
- Bump to rebuild with updated glibc
202199

SPECS-EXTENDED/generic-logos/generic-logos.spec

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
%global _kde4_appsdir /usr/share/kde4/apps
2-
%global _kde4_iconsdir /usr/share/icons
3-
41
Vendor: Microsoft Corporation
52
Distribution: Azure Linux
63
Name: generic-logos
74
Version: 18.0.0
8-
Release: 12%{?dist}
5+
Release: 11%{?dist}
96
Summary: Icons and pictures
107

118
URL: https://pagure.io/generic-logos
@@ -14,7 +11,7 @@ Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
1411
License: GPLv2 and LGPLv2+
1512
BuildArch: noarch
1613

17-
Obsoletes: redhat-logos < %{version}-%{release}
14+
Obsoletes: redhat-logos
1815
Obsoletes: generic-logos < 17.0.0-5
1916
Provides: redhat-logos = %{version}-%{release}
2017
Provides: system-logos = %{version}-%{release}
@@ -161,10 +158,6 @@ fi
161158
%{_datadir}/pixmaps/poweredby.png
162159

163160
%changelog
164-
* Thu Apr 24 2025 Durga Jagadeesh Palli <[email protected]> - 18.0.0-12
165-
- Fix build error by correcting file paths: _kde4_appsdir and _kde4_iconsdir must start with "/".
166-
- License verified.
167-
168161
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 18.0.0-11
169162
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
170163

SPECS-EXTENDED/jsch/jsch-0.1.54-sourcetarget.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
destdir="${build}"
77
- target="1.4"
88
- source="1.4"
9-
+ target="1.8"
10-
+ source="1.8"
9+
+ target="1.6"
10+
+ source="1.6"
1111
debug="${javac.debug}">
1212
<classpath refid="lib.path.ref"/>
1313
<exclude name="com/jcraft/jsch/jcraft/Compression.java"

SPECS-EXTENDED/jsch/jsch-osgi-manifest.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<attribute name="Export-Package" value='com.jcraft.jsch;version="${version}",com.jcraft.jsch.jce;version="${version}";x-internal:=true,com.jcraft.jsch.jcraft;version="${version}";x-internal:=true,com.jcraft.jsch.jgss;version="${version}";x-internal:=true'/>
1616
- <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss,com.jcraft.jzlib"/>
1717
+ <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss,com.jcraft.jzlib;resolution:=optional"/>
18-
+ <attribute name="Require-Capability" value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
18+
+ <attribute name="Require-Capability" value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.6))&quot;"/>
1919
</manifest>
2020
- -->
2121
</jar>

0 commit comments

Comments
 (0)