-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving PHP from SPECS-EXTENDED to SPECS #3820
Moving PHP from SPECS-EXTENDED to SPECS #3820
Conversation
…ft#1801) * fix bond build break for ARM64 on main branch * fix bond build break for ARM64 on main branch * fix bond build break for ARM64 on main branch Co-authored-by: nicolas guibourge <[email protected]> Co-authored-by: nicolas guibourge <[email protected]>
* Remove libreport support from mdadm * Conditionally pull in perl-Sys-Virt test deps * Fix dependency resolution for ocaml-ctypes * Upgrade to latest ocaml-gettext * Fix ocaml-ounit build * Upgrade ocaml-base to latest * Upgrade ocaml-migrate-parsetree to latest * Upgrade ocaml-stdio to 0.15.0 * Upgrade ocaml-parsexp to 0.15.0 * Upgrade ocaml-ppxlib to 0.24.0 * Upgrade ocaml-sexplib to 0.15.0 * Upgrade ocaml-sexplib0 to 0.15.0 * Upgrade supermin to 5.2.1 * Fixup libguestfs patches and configuration
* kernel: Update mariner cert in kernel keyring * kernel-hyperv: Update mariner cert in kernel keyring * kernel-headers: Bump to match kernel release number * kernel-signed: Bump to match kernel release Signed-off-by: Chris Co <[email protected]>
Signed-off-by: Muhammad Falak R Wani <[email protected]>
* Revert "Upgrading Parted to v3.4 (microsoft#1898)" This reverts commit 24382cf. * verifying license to unblock upgrade revert pr
After the upgrade to RPM 4.17, when building on ARM64 only, we are observing an unexpected /usr/lib/debug/.build-id/xx/yyyy.debug file being packaged into the kernel.rpm package. This errant file is causing build errors when repackaging in the kernel-signed build phase. This patch workarounds the build issue by specifically excluding the /usr/lib/debug/.build-id folder when building for ARM64. More investigation underway to identify why this unexpect /usr/lib/debug/.build-id/xx/yyyy.debug file is being included. Signed-off-by: Chris Co <[email protected]>
Signed-off-by: Kate Goldenring <[email protected]>
[2.0] [extended] Fix libguestfs build
…or-real-this-time [2.0] Replace perl(Locale::TextDomain) BR in libguestfs with actual package
[2.0] Fixing tooling issues during package candidates resolution. (CP microsoft#2091)
* Bring over libguestfs changes from 2.0 * Fix selinux-policy, file bugs in libguestfs
ARM64 kernel package builds are failing due to a config diff missing between the expected config and the actual config file. Add missing CONFIG_USBIP_VUDC line Signed-off-by: Chris Co <[email protected]>
SPECS/tokyocabinet/tokyocabinet.spec
Outdated
Source: https://github.com/maiha/tokyocabinet/archive/refs/heads/v48.tar.gz | ||
#Source: http://fallabs.com/%{name}/%{name}-%{version}.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GitHub repo says it's an unofficial repo, so let's use the official one instead. I think the original source URL was fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original link doesn't pass the tests, so not sure what other links to use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It passed for me locally - maybe it was a one-time thing. Try again after applying the changes I've mentioned in malaga.spec
.
…ilmsft/CBL-Mariner into osamaesmail/moving_php_to_core
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/tools/cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./SPECS/LICENSES-AND-NOTICES/data/licenses.json
,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md
,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
What does the PR accomplish, why was it needed?
This PR moves PHP's RPM file and its cascading dependencies from SPECS-EXTENDED to SPECS. The move is happening to add functionality for PHP Golden Containers.
Change Log
Does this affect the toolchain?
NO