diff --git a/vym.spec b/vym.spec index b4adabd..130e035 100644 --- a/vym.spec +++ b/vym.spec @@ -1,7 +1,7 @@ %define __requires_exclude .*BugzillaClient.* Name: vym Version: 1.13.39 -Release: 1%{?dist} +Release: 2%{?dist} Summary: View your mind Group: Applications/Productivity @@ -22,6 +22,7 @@ BuildRequires: qt4-devel libXext-devel desktop-file-utils %filter_from_requires /^perl(BugzillaClient)$/d %?perl_default_filter } +%global __requires_exclude%{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\) Requires: perl-BZ-Client %description @@ -97,6 +98,9 @@ update-desktop-database &> /dev/null || : %changelog +* Thu Aug 18 2011 Jon Ciesla - 1.13.39-2 +- Requires exclusion correction. + * Wed Aug 17 2011 Jon Ciesla - 1.13.39-1 - New upstream.