From Fedora Project Wiki
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{autolang|base=yes}}
{{autolang|base=yes}}


{{admon/warning|DO NOT EDIT this page manually as it's generated automatically and all changes will be overwritten! If you want to change anything, change the original Changes page and it will be picked up in the next refresh. This page last updated: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} }}
{{admon/warning|DO NOT EDIT this page manually as it's generated automatically and all changes will be overwritten! If you want to change anything, change the original Changes page and it will be picked up in the next refresh.


[https://bugzilla.redhat.com/show_bug.cgi?id=F40Changes Bugzilla tracking]
(This page last updated: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}})
}}
 
[https://bugzilla.redhat.com/show_bug.cgi?id=F42Changes Bugzilla tracking]


[[Category:F42]]
[[Category:F42]]
Line 87: Line 90:
{{Anchor|accepted_self_contained}}
{{Anchor|accepted_self_contained}}
== Fedora Linux 42 Accepted Self-Contained Changes ==
== Fedora Linux 42 Accepted Self-Contained Changes ==
===[[Changes/ComposefsAtomicDesktops | Enabling composefs by default for Atomic Desktops]]===
We want to enable composefs by default for Fedora Atomic Desktops. This makes the root mount of the system (/) a truly read only filesystem, increasing the system integrity and robustness. This is the first step toward a full at runtime verification of filesystem integrity.
* Owner:
* Last updated: 2024-08-26
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=ug) bug)]
* Status: Unknown
===[[Changes/EnableDrmPanic | Enable Drm Panic]]===
Drm_panic is a new feature in the Linux kernel that displays a panic screen when a kernel panic occurs. This proposal is to enable DRM_PANIC in the Fedora kernel, to improve the kernel panic user experience.
* Owner: Jocelyn Falempe,  Javier Martinez Canillas
* Last updated: 2024-09-02
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2309205 #2309205]
* Status: Change accepted
===[[Changes/Tomcat10ChangeProposal | Tomcat 10.1.x]]===
This change involves upgrading the Apache Tomcat application server from versions 9.0.x to 10.1.x. This update will enhance the application server's performance, security, and support for the latest specifications. The affected packages include tomcat and related libraries and services that rely on the Tomcat server for web application deployment and management.
* Owner: Sokratis Zappis
* Last updated: 2024-09-02
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2309206 #2309206]
* Status: Change accepted
===[[Changes/Add bpfman to Fedora | Add bpfman to Fedora]]===
bpfman: An eBPF Manager
bpfman operates as an eBPF manager, focusing on simplifying the deployment and administration of eBPF programs. Its notable features encompass:
* Owner: Toke Høiland-Jørgensen
* Last updated: 2024-08-22
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2271633 #2271633]
* Status: Change accepted
===[[Changes/KDEKinoiteAutoUpdateByDefault | Enable auto-updates by default in Fedora Kinoite]]===
On Fedora Kinoite, Plasma Discover supports automatically updating the system in a safe fashion via rpm-ostree staged updates. We want users to benefit from bug fixes and updates in general by default thus we want to enable auto-updates by default. Users will still have the option of disabling that or tuning the frequency at which updates happen.
* Owner: Timothée Ravier, Neal Gompa
* Last updated: 2024-08-22
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2233192 #2233192]
* Status: Change accepted
===[[Changes/mkosi-initrd | mkosi-initrd]]===
mkosi-initrd is an alternative builder for initrds.
It will be packaged in Fedora, so that users can use it to build initrds locally.
A kernel-install plugin will be provided to build the initrd when a kernel package is installed.
As a stretch goal, initrds will be build in koji and delivered via rpm packages.
As a further stretch goal, pre-built initrds will be used in Unified Kernel Images that can be delivered via rpm packages.
* Owner: Zbigniew Jędrzejewski-Szmek,  Lukáš Nykrýn ,  Daan De Meyer
* Last updated: 2024-08-27
* Tracking bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2203221 #2203221]
* Status: Change accepted

Latest revision as of 14:06, 17 September 2024

DO NOT EDIT this page manually as it's generated automatically and all changes will be overwritten! If you want to change anything, change the original Changes page and it will be picked up in the next refresh.

(This page last updated: 2024-09-17)


Bugzilla tracking

Fedora Linux 42 Accepted Self-Contained Changes

Opt-In Metrics for Fedora Workstation

The goal of this change proposal is to provide the Fedora community with accurate, representative data about the real world use of Fedora Workstation. By doing this, we believe that we can accelerate the development of Fedora Workstation, and ensure that it improves in line with our users’ needs and requirements.

Owners

  • Owner: Fedora Workstation Working Group

Tracking

  • Last updated:
  • Tracking bug:
  • Release Notes tracker:
  • Contingency deadline: beta freeze
  • Status: Unknown

Anaconda as native Wayland application

Currently, Anaconda is still an X11 application, which we would like to fix and make Anaconda Wayland native application to allow us drop of the X11 dependencies from installation ISO images. However, this change is not just a simple switch and we need to do some adjustments during the path which will impact user experience.

Owners

  • Owner: Anaconda team ( Jiří Konečný)

Tracking

  • Last updated: 2024-08-22
  • Tracking bug: #2307282
  • Release Notes tracker: <will be assigned by the Wrangler>
  • Contingency deadline: 100% code completion deadline
  • Status: Change accepted

Unify /usr/bin and /usr/sbin

The /usr/sbin directory becomes a symlink to bin, which means paths like /usr/bin/foo and /usr/sbin/foo point to the same place. /bin and /sbin are already symlinks to usr/bin and usr/sbin, so effectively /bin/foo and /sbin/foo also point to the same place. /usr/sbin will be removed from the default $PATH. The same change is also done to make /usr/local/sbin point to bin, effectively making /usr/local/bin/foo and /usr/local/sbin/foo point to the same place. The definition of %_sbindir will be changed to %_bindir, so packages will start using the new directory after a rebuild without any further action. Maintainers may stop using %_sbindir, but don't need to.

Owners

  • Owner: Zbigniew Jędrzejewski-Szmek

Tracking

  • Last updated: 2024-08-02
  • Tracking bug: #2267022
  • Release Notes tracker: <will be assigned by the Wrangler>
  • Contingency deadline: in principle can be done at any time, but would require a rebuild of some or all affected packages.
  • Status: Not being worked on

Remove Python Mock Usage

python-mock has been deprecated since Fedora 34 - 6 releases ago, but is still in use in many packages. We plan to go through the remaining usages and clean them up, with the goal of retiring python-mock from Fedora.

Owners

  • Owner: Michel Lind, Maxwell G

Tracking

  • Last updated: 2024-08-26
  • Tracking bug: #2258085
  • Release Notes tracker: <will be assigned by the Wrangler>
  • Contingency deadline: Final Freeze
  • Status: Change accepted

Anaconda WebUI for Fedora Workstation by default

The new PatternFly-based UI has been developed by the Anaconda team for some time now and we would like to make it available for users of Fedora to enhance and modernize installation experience. As the first step in this user adoption process, we are targeting Fedora Workstation only.

Owners

  • Owner: Fedora Workstation SIG

Tracking

  • Last updated: 2024-08-13
  • Tracking bug: #2231339
  • Release Notes tracker: #1033
  • Contingency deadline: Beta freeze
  • Status: 100% code completed

Modernize Live Media

Modernize the live media by switching to the "new" live environment setup scripts provided by livesys-scripts and leverage new functionality in dracut to enable support for automatically enabling persistent overlays when flashed to USB sticks.

Owners

  • Owner: Neal Gompa, Matt Coleman

Tracking

  • Last updated: 2024-08-22
  • Tracking bug: #2139918
  • Release Notes tracker: #898
  • Contingency deadline: Final Freeze
  • Status: Change accepted

DNF/RPM Copy on Write enablement for all variants

RPM Copy on Write provides a better experience for Fedora Users as it reduces the amount of I/O and offsets CPU cost of package decompression. RPM Copy on Write uses reflinking capabilities in btrfs, which is the default filesystem starting from Fedora 33 for most variants. Note that this behavior is not being turned on by default for this Change.

Owners

  • Owner: Matthew Almond, Davide Cavalca, Manu Bretelle

Tracking

  • Last updated: 2024-08-26
  • Tracking bug: #1915976
  • Release Notes tracker: #634
  • Contingency deadline: Final freeze
  • Status: Change accepted



Fedora Linux 42 Accepted Self-Contained Changes

Enabling composefs by default for Atomic Desktops

We want to enable composefs by default for Fedora Atomic Desktops. This makes the root mount of the system (/) a truly read only filesystem, increasing the system integrity and robustness. This is the first step toward a full at runtime verification of filesystem integrity.

  • Owner:
  • Last updated: 2024-08-26
  • Tracking bug: bug)
  • Status: Unknown

Enable Drm Panic

Drm_panic is a new feature in the Linux kernel that displays a panic screen when a kernel panic occurs. This proposal is to enable DRM_PANIC in the Fedora kernel, to improve the kernel panic user experience.

  • Owner: Jocelyn Falempe, Javier Martinez Canillas
  • Last updated: 2024-09-02
  • Tracking bug: #2309205
  • Status: Change accepted

Tomcat 10.1.x

This change involves upgrading the Apache Tomcat application server from versions 9.0.x to 10.1.x. This update will enhance the application server's performance, security, and support for the latest specifications. The affected packages include tomcat and related libraries and services that rely on the Tomcat server for web application deployment and management.

  • Owner: Sokratis Zappis
  • Last updated: 2024-09-02
  • Tracking bug: #2309206
  • Status: Change accepted

Add bpfman to Fedora

bpfman: An eBPF Manager bpfman operates as an eBPF manager, focusing on simplifying the deployment and administration of eBPF programs. Its notable features encompass:

  • Owner: Toke Høiland-Jørgensen
  • Last updated: 2024-08-22
  • Tracking bug: #2271633
  • Status: Change accepted

Enable auto-updates by default in Fedora Kinoite

On Fedora Kinoite, Plasma Discover supports automatically updating the system in a safe fashion via rpm-ostree staged updates. We want users to benefit from bug fixes and updates in general by default thus we want to enable auto-updates by default. Users will still have the option of disabling that or tuning the frequency at which updates happen.

  • Owner: Timothée Ravier, Neal Gompa
  • Last updated: 2024-08-22
  • Tracking bug: #2233192
  • Status: Change accepted

mkosi-initrd

mkosi-initrd is an alternative builder for initrds. It will be packaged in Fedora, so that users can use it to build initrds locally. A kernel-install plugin will be provided to build the initrd when a kernel package is installed. As a stretch goal, initrds will be build in koji and delivered via rpm packages. As a further stretch goal, pre-built initrds will be used in Unified Kernel Images that can be delivered via rpm packages.

  • Owner: Zbigniew Jędrzejewski-Szmek, Lukáš Nykrýn , Daan De Meyer
  • Last updated: 2024-08-27
  • Tracking bug: #2203221
  • Status: Change accepted