rpm: Set vendor to 'redhat'.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Aug 2016 09:29:02 +0000 (10:29 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Aug 2016 09:29:02 +0000 (10:29 +0100)
Matches what the Fedora packages does, and also should fix the
macros path.

Makefile

index 1c9a48b..39abd5e 100644 (file)
--- 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 \