c3b54b9f96
Forgot to actually change the macro in 536895 OBS-URL: https://build.opensuse.org/request/show/537045 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=406
12 lines
385 B
Diff
12 lines
385 B
Diff
--- rpm-4.13.0.1/macros.in.orig 2017-10-04 17:05:17.198681581 +0200
|
|
+++ rpm-4.13.0.1/macros.in 2017-10-04 17:07:37.122679969 +0200
|
|
@@ -165,7 +165,7 @@
|
|
%_bzip2bin %{__bzip2}
|
|
|
|
# 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}
|