#60 Add #39 'Bodhi Non-RPM Artifacts'
Merged 6 years ago by sclark. Opened 6 years ago by sclark.
fedora-docs/ sclark/release-notes iss39  into  f27

@@ -7,3 +7,13 @@ 

  [[sect-development-tools-debuginfo]]

  === Debuginfo Package Improvements

  To observe what a program is doing, Fedora provides additional meta-data about code that is installed and runs on your system. These can be used together with tracers, profilers and debuggers to better understand what is running on your system (or to understand crashes or failures better). Previously, these debug info meta-data packages were fairly large, containing lots of information about multiple sub-packages together. With Fedora 27, these debug info meta-data packages have been split up into smaller sub-packages, making it possible to install just the debuginfo for one specific sub-package or library. The source files needed for debuggers (but not necessarily for tracers and profilers) have been separated out into their own debugsource package and it is now possible to install multiple, different versions or architectures of the debug info packages at the same time. For example, when trying to introspect a program installed in a container or virtual machine that is a different version of the package installed on the host, or when both a 32 bit and 64 bit version of a library is available.

+ 

+ [[sect-development-tools-bodhi]]

+ === Bodhi Now Handles Non-RPM Artifacts

+ Bodhi, the https://bodhi.fedoraproject.org/[Fedora Updates System], can now handle more than just RPM files. If it can be tagged in https://koji.fedoraproject.org/koji/[Koji], it should be accepted by Bodhi. The release of Bodhi 3.0.0 enables:

+ 

+ * Support for updating non-RPM artifacts, like modules.

+ * Support for complex package dependencies, which enables Fedora to start packaging Rust packages and allows Fedora to do a better job expressing valid ranges of supported dependency versions for existing packages.

+ * Support, via https://pagure.io/pungi[Pungi], for generating OSTrees that are more consistent with Fedora’s release day OSTrees.

+ 

+ More information about this update to Bodhi can be found in the https://bodhi.fedoraproject.org/docs/release_notes.html[Bodhi 3.0.0 release notes] and the related https://fedoraproject.org/wiki/Changes/BodhiNonRPMArtifacts[Fedora change page].

Release note for Issue #39 'Bodhi Non-RPM Artifacts'.

@bowlofeggs - I have drafted a release note from the information you added to Issue #39 and information on the change page. Please would you review the test in this PR and let me know if anything needs to be added or changed?

Pull-Request has been merged by sclark

6 years ago
Metadata