From 7cf9f46d118e2f762184ba3e7339975ce9a3147b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Nov 2019 10:15:02 -0800 Subject: [PATCH] Really revert armv8 detection improvements (apply patch) Peter added the patch to the repo but forgot to add it to the spec file. --- rpm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 171c691..9febb73 100644 --- a/rpm.spec +++ b/rpm.spec @@ -21,7 +21,7 @@ %global rpmver 4.15.0 #global snapver rc1 -%global rel 6 +%global rel 7 %global srcver %{version}%{?snapver:-%{snapver}} %global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x} @@ -62,6 +62,7 @@ Patch907: rpm-4.15.x-ldflags.patch Patch910: 0001-Remove-problematic-sub-variants-of-armv8-and-related.patch Patch911: revert-arm64.patch +Patch912: 0001-Revert-Improve-ARM-detection.patch # Partially GPL/LGPL dual-licensed and some bits with BSD # SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD @@ -521,6 +522,9 @@ make check || (cat tests/rpmtests.log; exit 0) %doc doc/librpm/html/* %changelog +* Thu Nov 14 2019 Adam Williamson - 4.15.0-7 +- Really revert armv8 detection improvements (patch was not applied in -6) + * Wed Oct 23 2019 Peter Robinson 4.15.0-6 - Revert armv8 detection improvements