From: Richard W.M. Jones Date: Thu, 11 Aug 2016 09:29:02 +0000 (+0100) Subject: rpm: Set vendor to 'redhat'. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c2f2a9079751562684fb235722b52cb49d30b6aa;p=fedora-riscv.git rpm: Set vendor to 'redhat'. Matches what the Fedora packages does, and also should fix the macros path. --- 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 \