[rpms/tdnf] Update to upstream 3.5.16 #5

Open
sbelikov wants to merge 1 commit from update-tdnf-3.5.16 into niceos-5.2
Owner

Update tdnf from 3.5.12 to 3.5.16.

Upstream v3.5.16 is a small patch release with two functional changes:

  • adds --nocmdlinegpgcheck to disable GPG checking only for packages passed on the command line;
  • fixes TDNFAlterRepoState repo-state handling across multiple repositories.

Risk assessment:

  • overall risk: medium;
  • no CVE or upstream security advisory was found for this release;
  • the new CLI option is security-relevant and should be checked against NiceOS policy;
  • the spec currently carries 4 downstream patches, so rebasing may be required.

Recommended status: manual review, build-required.

Please validate the rebuild in a clean chroot, review downstream patch applicability, and run CLI / multi-repo / local RPM install tests before merge.

References:

Update tdnf from 3.5.12 to 3.5.16. Upstream v3.5.16 is a small patch release with two functional changes: - adds --nocmdlinegpgcheck to disable GPG checking only for packages passed on the command line; - fixes TDNFAlterRepoState repo-state handling across multiple repositories. Risk assessment: - overall risk: medium; - no CVE or upstream security advisory was found for this release; - the new CLI option is security-relevant and should be checked against NiceOS policy; - the spec currently carries 4 downstream patches, so rebasing may be required. Recommended status: manual review, build-required. Please validate the rebuild in a clean chroot, review downstream patch applicability, and run CLI / multi-repo / local RPM install tests before merge. References: - https://github.com/vmware/tdnf/releases/tag/v3.5.16 - https://github.com/vmware/tdnf/compare/v3.5.15...v3.5.16 - https://github.com/vmware/tdnf/commit/18f67cdaffdf7bdc3e58bbcef45934e97e30cfb1 - https://github.com/vmware/tdnf/commit/a9f4b6595f440423bbbb0267833f0196cff288c4 - https://specs.niceos.ru/rpms/tdnf/src/branch/niceos-5.2/SPECS/tdnf.spec
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-tdnf-3.5.16:update-tdnf-3.5.16
git switch update-tdnf-3.5.16

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch niceos-5.2
git merge --no-ff update-tdnf-3.5.16
git switch update-tdnf-3.5.16
git rebase niceos-5.2
git switch niceos-5.2
git merge --ff-only update-tdnf-3.5.16
git switch update-tdnf-3.5.16
git rebase niceos-5.2
git switch niceos-5.2
git merge --no-ff update-tdnf-3.5.16
git switch niceos-5.2
git merge --squash update-tdnf-3.5.16
git switch niceos-5.2
git merge --ff-only update-tdnf-3.5.16
git switch niceos-5.2
git merge update-tdnf-3.5.16
git push origin niceos-5.2
Sign in to join this conversation.
No description provided.