389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
210 stars 90 forks source link

rpm: fix compatibility with RPM 4.20 #6236

Closed vashirov closed 3 months ago

vashirov commented 3 months ago

Issue Description RPM 4.20 drops support for the deprecated %patchN syntax [1], and adds a build-specific path to %_builddir [2]

Bundled libdb spec file was updated to use the new %patch syntax [3], but it was after the spec file was imported.

[1] https://github.com/rpm-software-management/rpm/commit/afd352481bacea521ce5ba01e989866478278532 [2] https://github.com/rpm-software-management/rpm/commit/9d35c8df497534e1fbd806a4dc78802bcf35d7cb [3] https://src.fedoraproject.org/rpms/libdb/c/8ab86f49d4c3039fc6d1ce87c8c6d5579f5bf1e0?branch=rawhide