Draft
Conversation
when rebuild all rpms without upstream repo some dependencies were not
able to resolve some dependencies. this updates the BuildRequire and
Require.
build command :
$ sudo make build-packages REBUILD_TOOLS=y DISABLE_UPSTREAM_REPOS=y \
DISABLE_DEFAULT_REPOS=y VALIDATE_TOOLCHAIN_GPG=n REPO_LIST=""
Error:
INFO[20611][scheduler] Unresolved dependencies:
INFO[20611][scheduler] --> fmt-devel:C:''V:'',C2:''V2:''
INFO[20611][scheduler] --> fmt-devel:C:'>='V:'10.0.0',C2:''V2:''
INFO[20611][scheduler] --> fmt-devel:C:'>='V:'10.2.1-4',C2:''V2:''
INFO[20611][scheduler] --> perl(Sys::Virt):C:''V:'',C2:''V2:''
INFO[20611][scheduler] --> php(api):C:'='V:'%{php_core_api}',C2:''V2:''
INFO[20611][scheduler] --> php(zend-abi):C:'='V:'%{php_zend_api}',C2:''V2:''
INFO[20611][scheduler] --> pkgconfig(gtk+-3.0):C:''V:'',C2:''V2:''
INFO[20611][scheduler] --> pkgconfig(gtk+-3.0):C:'>='V:'3.24.22',C2:''V2:''
INFO[20611][scheduler] --> pkgconfig(libdecor-0):C:'>='V:'0.1.1',C2:''V2:''
INFO[20611][scheduler] --> pkgconfig(libvirt):C:''V:'',C2:''V2:''
INFO[20611][scheduler] --> pkgconfig(rest-1.0):C:''V:'',C2:''V2:''
INFO[20611][scheduler] --> python-cryptography:C:''V:'',C2:''V2:''
changes:
mariadb lower the required fmt-devel to match the available version.
graphviz, libguestfs, php-pecl-apcu and thrift should handle "Require"
with php macros.
stunnel change python-cryptography to python3-cryptography
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
update edge-repos, edge-release, ca-certificate split edge-repos to base and next. keep edge-release with VERSION_ID 3.0 as there are azl component that refer to this for build. calamares: update installer to reflect the version bump. drop coredns specfile edge-release: fix dist_version update development.repo Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
liulis-sg
reviewed
Dec 31, 2025
liulis-sg
reviewed
Dec 31, 2025
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| skip_if_unavailable=True | ||
| sslverify=0 |
Contributor
There was a problem hiding this comment.
why priority setting is removed ? will that cause issue on handling same RPMs in both edge-next and edge-base repo?
Contributor
Author
There was a problem hiding this comment.
after this change we can branch out 26.06 and create new 26.06 repo.
and 26.06 will no longer need to refer "next" repo
liulis-sg
reviewed
Dec 31, 2025
liulis-sg
reviewed
Dec 31, 2025
Contributor
liulis-sg
left a comment
There was a problem hiding this comment.
need to also remove coredns from cgmanifest.json
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
b81b804 to
7aa9429
Compare
liulis-sg
approved these changes
Dec 31, 2025
--------- Co-authored-by: andy.peng <andypeng@pglgull002.png.intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Contributor
Author
|
convert to draft, push this to post "preview release". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR
Description
Any Newly Introduced Dependencies
How Has This Been Tested?