From 3d9b592b63b1d8087f9a105c50c34de747916a6b Mon Sep 17 00:00:00 2001 From: alexlan Date: Mar 08 2010 07:54:30 +0000 Subject: - Disable debuginfo package (#547493) --- diff --git a/bibus.spec b/bibus.spec index 0919a8d..505befe 100644 --- a/bibus.spec +++ b/bibus.spec @@ -1,6 +1,8 @@ +%global debug_package %{nil} + Name: bibus Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bibliographic and reference management software Group: Applications/Publishing @@ -110,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 8 2010 Alex Lancaster - 1.5.1-2 +- Disable debuginfo package (#547493) + * Wed Dec 9 2009 Alex Lancaster - 1.5.1-1 - Update to latest upstream (1.5.1) - Should fix connection problem with newer OpenOffice.org (#545809)