From c2f2a9079751562684fb235722b52cb49d30b6aa Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 11 Aug 2016 10:29:02 +0100 Subject: [PATCH] rpm: Set vendor to 'redhat'. Matches what the Fedora packages does, and also should fix the macros path. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c9a48b..39abd5e 100644 --- a/Makefile +++ b/Makefile @@ -930,6 +930,7 @@ stage3-chroot/usr/bin/rpm: rpm-$(RPM_SHORT_COMMIT).tar.gz db-$(BDB_VERSION).tar. --host=riscv64-unknown-linux-gnu \ --prefix=/usr --libdir=/usr/lib64 \ --disable-rpath \ + --with-vendor=redhat \ --without-libarchive \ --with-lua \ --with-beecrypt \ -- 1.8.3.1