From: Jan Engelhardt Date: Sun, 15 Feb 2009 18:11:27 +0000 (+0100) Subject: specfile: remove Distribution tag X-Git-Tag: v3.0.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc3209d6f00a5dbc8dedad9dd963f2b7dfbd257;p=thirdparty%2Fxfsprogs-dev.git specfile: remove Distribution tag There exist a number of rpm specfile tags that make it possible to mislead users of the produced RPM package, because its presence overrides anything that has been specified in ~/.rpmmacros (or the configuration files of the build system used). Such is especially annoying when Packager:/Vendor: is put in specfiles, because it is then almost impossible to get the name/email of the person who _really_ did the packaging (assuming s/he set it in their .rpmmacros). Such similarly applies to the Distribution: tag, which is why I suggest its removal and let the build systems provide the proper string instead. Signed-off-by: Jan Engelhardt Reviewed-by: Christoph Hellwig --- diff --git a/build/rpm/xfsprogs.spec.in b/build/rpm/xfsprogs.spec.in index d9b3f2e3f..ab773dddc 100644 --- a/build/rpm/xfsprogs.spec.in +++ b/build/rpm/xfsprogs.spec.in @@ -2,7 +2,6 @@ Summary: Utilities for managing the XFS filesystem. Name: @pkg_name@ Version: @pkg_version@ Release: @pkg_release@ -Distribution: @pkg_distribution@ Packager: Silicon Graphics, Inc. BuildRoot: @build_root@ Prereq: /sbin/ldconfig