#65 Add #16 'RPM 4.14'
Merged 6 years ago by sclark. Opened 6 years ago by sclark.
fedora-docs/ sclark/release-notes iss16  into  f27

file modified
+2
@@ -54,6 +54,8 @@ 

          File: Domain_Controllers

        - Name: ARM Architectures

          File: ARM_Architectures

+       - Name: Packaging

+         File: Packaging

  #     - Name: X.Org

  #       File: Xorg

    - Name: Changes in Fedora for Desktop Users

@@ -0,0 +1,15 @@ 

+ [[sect-packaging]]

+ = Packaging

+ include::en-US/entities.adoc[]

+ 

+ [[sect-packaging-rpm]]

+ == RPM 4.14

+ This Fedora release contains RPM 4.14. Users' general experience of RPM will benefit from the bugfixes and from the better handling of invalid data. Packagers can take advantage of:

+ 

+     * Better error reporting by the macro engine

+     * Dependency generators now properly support rich (boolean) dependencies

+     * New `with`, `without` and `unless` rich operators

+ 

+ The maximum supported header size has been significantly raised in RPM 4.14. This cannot be tracked with `rpmlib()` dependencies as that would require accessing the header, so attempting to access packages with a header larger than 32MB will cause an abrupt failure with ALL older RPM versions.

+ 

+ For more information please see the   http://rpm.org/wiki/Releases/4.14.0[RPM 4.14 Release Notes].

Add release note for Issue #16 - RPM 4.14.

Pull-Request has been merged by sclark

6 years ago