Skip to content
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

tracker: package additions/removals for F41 #1785

Closed
marmijo opened this issue Aug 21, 2024 · 13 comments
Closed

tracker: package additions/removals for F41 #1785

marmijo opened this issue Aug 21, 2024 · 13 comments

Comments

@marmijo
Copy link
Member

marmijo commented Aug 21, 2024

This issue will help track package additions and removals when compared to the previous major version of Fedora. Usually the additions/removals are a result of changing dependencies in named packages in our manifests. Most of the time the changes are intentional, but sometimes they can be unintended and we'd like to document changes and reasoning here.

@marmijo
Copy link
Member Author

marmijo commented Aug 21, 2024

Package diff initial investigation done by travier in coreos/fedora-coreos-config#3092 (comment):

[2024-08-19T17:04:44.229Z] Downgraded:
[2024-08-19T17:04:44.234Z]   json-glib 1.8.0-3.fc40 -> 1.8.0-1.fc40
[2024-08-19T17:04:44.234Z] Removed:
[2024-08-19T17:04:44.234Z]   atheros-firmware-20240220-1.fc40.noarch
[2024-08-19T17:04:44.234Z]   bind-license-32:9.18.21-4.fc40.noarch
[2024-08-19T17:04:44.234Z]   brcmfmac-firmware-20240220-1.fc40.noarch
[2024-08-19T17:04:44.234Z]   fuse-2.9.9-21.fc40.x86_64
[2024-08-19T17:04:44.234Z]   fuse-libs-2.9.9-21.fc40.x86_64
[2024-08-19T17:04:44.234Z]   gvisor-tap-vsock-gvforwarder-6:0.7.3-2.fc40.x86_64
[2024-08-19T17:04:44.234Z]   mt7xxx-firmware-20240220-1.fc40.noarch
[2024-08-19T17:04:44.234Z]   pigz-2.8-4.fc40.x86_64
[2024-08-19T17:04:44.234Z]   polkit-pkla-compat-0.1-28.fc40.x86_64
[2024-08-19T17:04:44.234Z]   realtek-firmware-20240220-1.fc40.noarch
[2024-08-19T17:04:44.234Z] Added:
[2024-08-19T17:04:44.234Z]   clevis-pin-tpm2-0.5.3-7.fc41.x86_64
[2024-08-19T17:04:44.234Z]   dnf5-5.2.5.0-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   docker-cli-27.1.1-3.fc41.x86_64
[2024-08-19T17:04:44.234Z]   kdump-utils-1.0.44-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   libdnf5-5.2.5.0-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   libdnf5-cli-5.2.5.0-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   libkcapi-hasher-1.5.0-3.fc41.x86_64
[2024-08-19T17:04:44.234Z]   libtextstyle-0.22.5-6.fc41.x86_64
[2024-08-19T17:04:44.234Z]   lld-libs-18.1.8-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   llvm-libs-18.1.8-2.fc41.x86_64
[2024-08-19T17:04:44.234Z]   makedumpfile-1.7.5-13.fc41.x86_64
[2024-08-19T17:04:44.234Z]   moby-filesystem-27.1.1-3.fc41.x86_64
[2024-08-19T17:04:44.234Z]   qed-firmware-20240811-2.fc41.noarch
[2024-08-19T17:04:44.234Z]   sdbus-cpp-1.5.0-3.fc41.x86_64
[2024-08-19T17:04:44.234Z]   tini-static-0.19.0-9.fc41.x86_64

Downgrade is https://bugzilla.redhat.com/show_bug.cgi?id=2297094 which we should directly make a PR to fix as it's really minor and maybe we should just ignore it.

Removed:

Added:

  • qed-firmware is unexpected
  • sdbus-cpp is unexpected
  • the rest looks dnf5, docker or podman related and should be good.

@travier
Copy link
Member

travier commented Aug 21, 2024

polkit-pkla-compat has been moved to a recommends in https://src.fedoraproject.org/rpms/polkit/c/f306ce1b70287b9d39e5961ca0703871edb179d5.

This is a good thing (I had suggested it in https://fedoraproject.org/wiki/Changes/polkit_recommends_pkla_pkexec which got rejected at the time).

@travier
Copy link
Member

travier commented Aug 21, 2024

Firmwares are removed as expected: #1575

@travier
Copy link
Member

travier commented Aug 21, 2024

qed-firmware inclusion is expected from #1746

@travier
Copy link
Member

travier commented Aug 21, 2024

json-glib downgrade: coreos/fedora-coreos-config#3109

@travier
Copy link
Member

travier commented Aug 21, 2024

Remaining:

  • pigz removal
  • sdbus-cpp addition
  • tini-static addition

@travier
Copy link
Member

travier commented Sep 24, 2024

sdbus-cpp addition

This is a dependency for dnf5.

tini-static

This is a dependency for moby-engine

@travier
Copy link
Member

travier commented Sep 24, 2024

@travier
Copy link
Member

travier commented Sep 24, 2024

@travier
Copy link
Member

travier commented Oct 11, 2024

https://bugzilla.redhat.com/show_bug.cgi?id=2314398 is in testing. This should be done once this lands.

@travier travier added status/pending-next-release Fixed upstream. Waiting on a next release. area/packaging fallout/f41 labels Oct 11, 2024
@dustymabe dustymabe added status/pending-testing-release Fixed upstream. Waiting on a testing release. and removed status/pending-next-release Fixed upstream. Waiting on a next release. status/pending-testing-release Fixed upstream. Waiting on a testing release. labels Oct 18, 2024
@dustymabe
Copy link
Member

This is what should be the final list of add/removed packages:

Removed:                                                           
  atheros-firmware-20241017-1.fc40.noarch                          
  brcmfmac-firmware-20241017-1.fc40.noarch                         
  fuse-libs-2.9.9-21.fc40.x86_64                                   
  lld-libs-18.1.8-1.fc40.x86_64                                    
  llvm-libs-18.1.8-2.fc40.x86_64                                   
  mt7xxx-firmware-20241017-1.fc40.noarch                           
  nxpwireless-firmware-20241017-1.fc40.noarch                      
  polkit-pkla-compat-0.1-28.fc40.x86_64                            
  realtek-firmware-20241017-1.fc40.noarch                          
  tiwilink-firmware-20241017-1.fc40.noarch                         
Added:                                                             
  dnf5-5.2.6.2-1.fc41.x86_64                                       
  docker-cli-27.3.1-2.fc41.x86_64                                  
  libdnf5-5.2.6.2-1.fc41.x86_64                                    
  libdnf5-cli-5.2.6.2-1.fc41.x86_64                                
  lld18-libs-18.1.8-6.fc41.x86_64                                  
  llvm18-libs-18.1.8-4.fc41.x86_64                                 
  moby-filesystem-27.3.1-2.fc41.noarch                             
  sdbus-cpp-1.5.0-3.fc41.x86_64                                    
  tini-static-0.19.0-9.fc41.x86_64

look sane?

@travier
Copy link
Member

travier commented Oct 25, 2024

This LGTM. Thanks Dusty.

@travier
Copy link
Member

travier commented Nov 6, 2024

Should we close this one now or wait for the stable release with F41?

@jlebon jlebon closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants