OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=678
21 lines
1.3 KiB
Diff
21 lines
1.3 KiB
Diff
--- build/parsePreamble.c.orig 2024-10-07 09:35:46.000000000 +0000
|
|
+++ build/parsePreamble.c 2024-12-16 09:21:44.247668941 +0000
|
|
@@ -1103,7 +1103,7 @@ static struct PreambleRec_s const preamb
|
|
{RPMTAG_SUGGESTNAME, 2, 0, 0, 0, LEN_AND_STR("suggests")},
|
|
{RPMTAG_SUPPLEMENTNAME, 2, 0, 0, 0, LEN_AND_STR("supplements")},
|
|
{RPMTAG_ENHANCENAME, 2, 0, 0, 0, LEN_AND_STR("enhances")},
|
|
- {RPMTAG_PREREQ, 2, 1, 0, 0, LEN_AND_STR("prereq")},
|
|
+ {RPMTAG_PREREQ, 2, 0, 0, 0, LEN_AND_STR("prereq")},
|
|
{RPMTAG_CONFLICTNAME, 0, 0, 0, 0, LEN_AND_STR("conflicts")},
|
|
{RPMTAG_OBSOLETENAME, 0, 0, 0, 0, LEN_AND_STR("obsoletes")},
|
|
{RPMTAG_PREFIXES, 0, 0, 1, 0, LEN_AND_STR("prefixes")},
|
|
@@ -1113,7 +1113,7 @@ static struct PreambleRec_s const preamb
|
|
{RPMTAG_BUILDARCHS, 0, 0, 0, 0, LEN_AND_STR("buildarch")},
|
|
{RPMTAG_BUILDCONFLICTS, 0, 0, 0, 1, LEN_AND_STR("buildconflicts")},
|
|
{RPMTAG_BUILDOPTION, 2, 0, 0, 1, LEN_AND_STR("buildoption")},
|
|
- {RPMTAG_BUILDPREREQ, 0, 1, 0, 1, LEN_AND_STR("buildprereq")},
|
|
+ {RPMTAG_BUILDPREREQ, 0, 0, 0, 1, LEN_AND_STR("buildprereq")},
|
|
{RPMTAG_BUILDREQUIRES, 0, 0, 0, 1, LEN_AND_STR("buildrequires")},
|
|
{RPMTAG_BUILDSYSTEM, 0, 0, 1, 1, LEN_AND_STR("buildsystem")},
|
|
{RPMTAG_AUTOREQPROV, 0, 0, 0, 0, LEN_AND_STR("autoreqprov")},
|