14 lines
618 B
Diff
14 lines
618 B
Diff
--- rpm-4.19.1.1/macros.in.orig 2024-05-17 18:39:49.394575123 +0200
|
|
+++ rpm-4.19.1.1/macros.in 2024-05-17 18:40:07.126608510 +0200
|
|
@@ -271,8 +271,8 @@
|
|
# Build root path, where %install installs the package during build.
|
|
%buildroot %{_buildrootdir}/%{NAME}-%{VERSION}-%{RELEASE}.%{_arch}
|
|
|
|
-# Path for spec file snippets generated during build
|
|
-%specpartsdir %{_builddir}/%{buildsubdir}-SPECPARTS
|
|
+# Path for spec file snippets generated during build (openmamba: disabled by default)
|
|
+#%specpartsdir %{_builddir}/%{buildsubdir}-SPECPARTS
|
|
|
|
# Directory where temporaray files can be created.
|
|
%_tmppath %{_var}/tmp
|