Michael Schröder
765802d7a0
- dropped support for berkeley db - archive unpacking failures no longer leave garbage - unified built-in and user-define macro syntax and calling conventions - python generators and debuginfo extraction has been split into a separate upstream project - support for ed25519 signatures - easier rpm macro access in lua - new patches: * python-rpm-packaging.diff - modified patches: * usr-lib-sysimage-rpm.patch * localetag.diff * brp.diff * findlang.diff * macrosin.diff * rpmqpack.diff * build.diff * whatrequires-doc.diff * remove-brp-strips.diff * fileattrs.diff * langnoc.diff * find-lang-qt-qm.patch * findsupplements.diff * finddebuginfo.diff * finddebuginfo-absolute-links.diff * debugsubpkg.diff * debuglink.diff * debuginfo-mono.patch - dropped patches: OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=584
12 lines
362 B
Diff
12 lines
362 B
Diff
--- ./macros.in.orig 2021-08-20 08:44:56.264259007 +0000
|
|
+++ ./macros.in 2021-09-23 18:57:26.654059458 +0000
|
|
@@ -140,7 +140,7 @@
|
|
%_buildshell /bin/sh
|
|
|
|
# The location of the rpm database file(s).
|
|
-%_dbpath %{_var}/lib/rpm
|
|
+%_dbpath %{_usr}/lib/sysimage/rpm
|
|
|
|
# The location of the rpm database file(s) after "rpm --rebuilddb".
|
|
%_dbpath_rebuild %{_dbpath}
|