From d6f6bbfe6805abdef168f3294d51ed09358c532f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 30 Oct 2012 12:41:31 +0000 Subject: [PATCH] re-add rhbz#715152 fix --- libreoffice.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index ad69ac7..90e6e64 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -4,7 +4,13 @@ # pre-RC) version. The pre-release string is part of tarball file names, # so we need a way to define it easily at one place. # %%define libo_prerelease +# rhbz#715152 state vendor +%if 0%{?rhel} +%define vendoroption --with-vendor="Red Hat, Inc." +%endif +%if 0%{?fedora} %define vendoroption --with-vendor="The Fedora Project" +%endif # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} # don't worry about whitespace for now