[fusioninventory-agent] remove debuginfo, fix #828960

Remi Collet remi at fedoraproject.org
Tue Jun 5 16:38:03 UTC 2012


commit 553a3dd6745d929ae17303da2fe69c1fb3a234a8
Author: remi <fedora at famillecollet.com>
Date:   Tue Jun 5 18:37:56 2012 +0200

    remove debuginfo, fix #828960

 fusioninventory-agent.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index b2db438..8ab4bc6 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -1,3 +1,4 @@
+%global  debug_package %nil
 %if 0%{?fedora} >= 18
 %global  with_systemd  1
 %else
@@ -12,7 +13,7 @@ License:     GPLv2+
 URL:         http://fusioninventory.org/
 
 Version:     2.2.2
-Release:     2%{?dist}
+Release:     3%{?dist}
 Source0:     http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 
 Source1:   %{name}.cron
@@ -136,6 +137,7 @@ Bibliothèques de l'agent Fusioninventory.
 Summary:       Ask FusionInventory agent to send an inventory when yum exits
 Summary(fr):   Demande à l'agent FusionInventory l'envoi d'un inventaire
 Group:         System Environment/Base
+BuildArch:     noarch
 BuildRequires: python-devel
 Requires:      yum >= 2.4
 Requires:      %{name}
@@ -325,6 +327,10 @@ exit 0
 
 
 %changelog
+* Tue Jun 05 2012 Remi Collet <remi at fedoraproject.org> - 2.2.2-3
+- no need for debuginfo (not really arch, fix #828960)
+- yum plugin is also noarch
+
 * Thu May 31 2012 Remi Collet <remi at fedoraproject.org> - 2.2.2-2
 - make package "arch"
 - requires dmidecode when available (x86)


More information about the scm-commits mailing list