Drop buildarch again now that python_provide no longer needs it (#1720139)

This commit is contained in:
Panu Matilainen 2019-06-19 09:39:06 +03:00
parent c45704ba93
commit d8b230b992
2 changed files with 4 additions and 16 deletions

View File

@ -1,13 +0,0 @@
diff --git a/build/parsePreamble.c b/build/parsePreamble.c
index f29434276..e7cfdee51 100644
--- a/build/parsePreamble.c
+++ b/build/parsePreamble.c
@@ -1039,7 +1039,7 @@ static struct PreambleRec_s const preambleList[] = {
{RPMTAG_PREFIXES, 0, 0, 1, LEN_AND_STR("prefix")},
{RPMTAG_BUILDROOT, 0, 0, 0, LEN_AND_STR("buildroot")},
{RPMTAG_BUILDARCHS, 0, 0, 0, LEN_AND_STR("buildarchitectures")},
- {RPMTAG_BUILDARCHS, 0, 0, 0, LEN_AND_STR("buildarch")},
+ {RPMTAG_BUILDARCHS, 0, 0, 1, LEN_AND_STR("buildarch")},
{RPMTAG_BUILDCONFLICTS, 0, 0, 0, LEN_AND_STR("buildconflicts")},
{RPMTAG_BUILDPREREQ, 0, 1, 0, LEN_AND_STR("buildprereq")},
{RPMTAG_BUILDREQUIRES, 0, 0, 0, LEN_AND_STR("buildrequires")},

View File

@ -21,7 +21,7 @@
%global rpmver 4.14.90
%global snapver git14653
%global rel 15
%global rel 16
%global srcver %{version}%{?snapver:-%{snapver}}
%global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x}
@ -49,8 +49,6 @@ Patch3: rpm-4.9.90-no-man-dirs.patch
Patch5: rpm-4.12.0-rpm2cpio-hack.patch
# https://github.com/rpm-software-management/rpm/pull/473
Patch6: 0001-find-debuginfo.sh-decompress-DWARF-compressed-ELF-se.patch
# Temporarily re-enable buildarch macro in specs for python_provide macro use
Patch7: rpm-4.14.90-enable-buildarch-macro.patch
# Patches already upstream:
# https://github.com/rpm-software-management/rpm/commit/526641ceeca12fbaa878401f8e65d17f240a9ae5
@ -544,6 +542,9 @@ make check || (cat tests/rpmtests.log; exit 0)
%doc doc/librpm/html/*
%changelog
* Wed Jun 19 2019 Panu Matilainen <pmatilai@redhat.com> - 4.14.90-0.git14653.16
- Drop buildarch again now that python_provide no longer needs it (#1720139)
* Fri Jun 14 2019 Panu Matilainen <pmatilai@redhat.com> - 4.14.90-0.git14653.15
- Temporarily re-enable buildarch macro for python_provide macro use (#1720139)