From 4bf6c000e659b8058e9999d3e12a61efe2ac649e Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 19 Feb 2012 10:47:10 -0500 Subject: [PATCH] =?UTF-8?q?Disable=20useless=20debuginfo=20generation=20(#?= =?UTF-8?q?795106,=20thanks=20to=20Ville=20Skytt=C3=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- facter.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/facter.spec b/facter.spec index 1e1e410..6ca9a91 100644 --- a/facter.spec +++ b/facter.spec @@ -10,9 +10,13 @@ %global ruby_version %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["ruby_version"]') +# There is nothing useful in debuginfo, facter is only an arch package to +# allow arch-dependent requires. +%global debug_package %{nil} + Name: facter Version: 1.6.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Ruby module for collecting simple facts about a host operating system Group: System Environment/Base @@ -84,6 +88,9 @@ rspec spec %changelog +* Sun Feb 19 2012 Todd Zullinger - 1.6.5-5 +- Disable useless debuginfo generation (#795106, thanks to Ville Skyttä) + * Wed Feb 15 2012 Todd Zullinger - 1.6.5-4 - Only run rspec checks on Fedora >= 17