Skip to content

Conversation

@jmarrero
Copy link
Member

No description provided.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request prepares for the 2025.12 release by updating the version number and synchronizing build dependencies. The changes appear to be in line with the documented release process. I have one suggestion to improve the maintainability of the RPM spec file by removing a redundant build dependency. For future releases, it would be beneficial to summarize dependency changes in the pull request description.

%global librepo_version 1.18.0

BuildRequires: cmake
BuildRequires: cmake >= 3.5.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding a version constraint to the cmake build requirement is a good improvement. However, this makes the unversioned BuildRequires: cmake on line 86 redundant. To improve clarity and maintainability of the spec file, please consider removing the redundant requirement on line 86.

@openshift-ci
Copy link

openshift-ci bot commented Oct 31, 2025

@jmarrero: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/fcos-e2e ae96b3c link true /test fcos-e2e

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@jmarrero jmarrero requested a review from cgwalters November 3, 2025 17:25
BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
BuildRequires: pkgconfig(smartcols)
BuildRequires: gettext
BuildRequires: gpgme-devel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why out of curiosity?

Copy link
Member Author

@jmarrero jmarrero Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmarrero jmarrero merged commit 77c12a0 into coreos:main Nov 3, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants